diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index dd35ad8..e722cba 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "flutter-cursor-plugin", "displayName": "Flutter Cursor Plugin", - "version": "1.9.0", + "version": "1.9.1", "description": "Open-source Cursor plugin for end-to-end Flutter development and testing with Dart MCP, Figma MCP, practical architecture patterns, and reliable test workflows.", "author": { "name": "Aleksandr Lozhkovoi", diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df194d..21874d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Fixed Flutter AI rules profile sync metadata so only `rules/flutter-official-ai-rules.mdc` contains Cursor `globs` auto-attach front matter; synced `rules/official/*.mdc` remain non-attaching source profiles. - Added official Flutter AI rules sync workflow: - command: `commands/sync-official-flutter-ai-rules.md` - skill: `skills/sync-official-flutter-ai-rules/SKILL.md` diff --git a/plugin.json b/plugin.json index ddd58ea..c1e224c 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "flutter-cursor-plugin", "displayName": "Flutter Cursor Plugin", - "version": "1.9.0", + "version": "1.9.1", "description": "Open-source Cursor plugin for end-to-end Flutter development and testing with Dart MCP, Figma MCP, practical architecture patterns, and reliable test workflows.", "author": "Aleksandr Lozhkovoi", "license": "MIT", diff --git a/rules/official/flutter-ai-rules-10k.mdc b/rules/official/flutter-ai-rules-10k.mdc index 1186945..818ce08 100644 --- a/rules/official/flutter-ai-rules-10k.mdc +++ b/rules/official/flutter-ai-rules-10k.mdc @@ -1,7 +1,6 @@ --- description: Official Flutter AI rules profile (10k) synced from flutter/flutter. alwaysApply: false -globs: ["lib/**/*.dart", "test/**/*.dart", "**/*.dart"] ---