Initial commit of the Flutter Cursor Generator project, including the core generator tool, project brief schema, example project setup, and CI configuration. Added README documentation outlining repository structure, quick start guide, and detailed descriptions of features and architecture pillars.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
description: "Sample project-specific conventions (replace with your own)"
|
||||
alwaysApply: true
|
||||
---
|
||||
|
||||
# Sample domain conventions
|
||||
|
||||
This file demonstrates **Pillar 2** overrides: content here is outside generated rules.
|
||||
|
||||
## Example policy
|
||||
|
||||
- Prefer `Money` value types over raw `double` for prices when you introduce them.
|
||||
|
||||
# CURSOR:CUSTOM
|
||||
|
||||
## Team-only notes (preserved across `cursor_gen --refresh`)
|
||||
|
||||
- Replace this block with rules your generator output should not overwrite.
|
||||
|
||||
# CURSOR:CUSTOM:END
|
||||
Reference in New Issue
Block a user