Files
cursor_gen/example-project/.cursor/custom/README.md
T

13 lines
551 B
Markdown

# .cursor/custom/ — project-specific overrides
This directory is never modified by `dart run 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.