Files
cursor_gen/example-project/.cursor/custom/README.md
T
mansi.kansara 54c66efe9b chore: update README and CLI usage for cursor_gen, version bump to 1.0.1
- Changed CLI usage instructions from `dart run cursor_gen` to `cursor_gen` for global activation.
- Updated project-brief.yaml example and README to reflect new command usage.
- Added app_context section in project-brief.yaml for theme variants and RBAC roles.
- Fixed bundled template resolution for local and global installs to prevent 'Template not found' errors.
- Version bump to 1.0.1 with corresponding updates in CHANGELOG and pubspec.yaml.
2026-05-13 12:08:52 +05:30

13 lines
542 B
Markdown

# .cursor/custom/ — project-specific overrides
This directory is never modified by `cursor_gen` or `--refresh`.
Use it for team-only rules, vendor SDK notes, or policies that should not live in the shared template repo.
## Examples you might add
- `rules/domain-conventions.mdc` — money as integer cents, id prefixes, Firestore paths
- `rules/experiment-flags.mdc` — how feature flags are read in this codebase
See `rules/sample-domain-conventions.mdc` for a sample rule file and `CURSOR:CUSTOM` marker usage preserved on refresh.