Problem
fw init --provider cursor should generate a .cursorrules file with framework governance rules adapted for Cursor, but the current template may be minimal or missing.
Proposed Solution
Create a comprehensive .cursorrules template that includes:
- Task-first rule (create task before editing)
- Commit message format (T-XXX: description)
- Key fw commands reference
- Enforcement tier awareness
- Session handover reminder
The template should be practical for Cursor users who don't have hook-level enforcement.
Files to Modify
lib/init.sh — Cursor provider template generation
- Possibly a template file in
agents/ or lib/templates/
How to Test
mkdir /tmp/test-cursor && cd /tmp/test-cursor && git init
fw init --provider cursor
cat .cursorrules # Should contain governance rules
Subsystem
Framework Core (init)
Problem
fw init --provider cursorshould generate a.cursorrulesfile with framework governance rules adapted for Cursor, but the current template may be minimal or missing.Proposed Solution
Create a comprehensive
.cursorrulestemplate that includes:The template should be practical for Cursor users who don't have hook-level enforcement.
Files to Modify
lib/init.sh— Cursor provider template generationagents/orlib/templates/How to Test
Subsystem
Framework Core (init)