Files
cursor_gen/flutter-cursor-templates/generator/pubspec.yaml
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

24 lines
461 B
YAML

name: cursor_gen
description: A CLI tool that generates project-specific Cursor AI configurations for Flutter projects.
version: 1.0.1
homepage: https://github.com/company/flutter-cursor-templates
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
args: ^2.4.2
yaml: ^3.1.2
path: ^1.9.0
http: ^1.2.0
crypto: ^3.0.3
collection: ^1.18.0
ansi_styles: ^0.3.1
dev_dependencies:
test: ^1.25.0
lints: ^3.0.0
executables:
cursor_gen: cursor_gen