a79017810f
- Updated cursor_templates_version in project-brief.yaml and related files to 1.0.5 for consistency. - Enhanced CHANGELOG with new features and improvements for version 1.0.5, including MCP JSON generation and schema updates. - Reflected version changes in pubspec.yaml and package_graph.json. - Updated template version references in SKILL.md files across various test cases. This release improves template reproducibility and aligns documentation with the latest changes.
24 lines
461 B
YAML
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.5
|
|
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
|