54c66efe9b
- 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.
631 B
631 B
Changelog
1.0.1
- Fix default template resolution so generated projects use bundled templates instead of writing
Template not foundplaceholders. - Include templates in the published package so hosted/global installs can generate real content.
- Add a regression test for the generated
hooks/arch-guard.tscontent. - Improve installation docs for global
cursor_genusage.
1.0.0
- Initial published release of the
cursor_genCLI. - Generates
.cursor/rules and related config fromproject-brief.yaml. - Supports validate, generate, refresh (preserve customizations), diff preview, wizard, and update checks.