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:
2026-05-12 22:29:55 +05:30
commit 6dfb9a8aa5
72 changed files with 4542 additions and 0 deletions
@@ -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