Skip to content

[Good First Issue] Add Cursor .cursorrules template to fw init --provider cursor #6

Description

@DimitriGeelen

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions