diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 124894c..3560eeb 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,11 +1,14 @@ { "_comment": "Claude Code manifest", "name": "flutter-slipstream", - "version": "1.5.0", + "version": "1.6.0", "description": "Live Flutter app introspection for coding agents: screenshots, widget-tree inspection, tap/type/scroll, and error capture. Dart package API summarization for agents.", "repository": "https://github.com/devoncarew/flutter-slipstream", "license": "BSD-3-Clause", - "keywords": ["dart", "flutter"], + "keywords": [ + "dart", + "flutter" + ], "mcpServers": { "packages": { "command": "dart run ${CLAUDE_PLUGIN_ROOT}/bin/packages_mcp.dart", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index ba81918..b4e2dc4 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,11 +1,14 @@ { "_comment": "Cursor manifest", "name": "flutter-slipstream", - "version": "1.5.0", + "version": "1.6.0", "description": "Live Flutter app introspection for coding agents: screenshots, widget-tree inspection, tap/type/scroll, and error capture. Dart package API summarization for agents.", "repository": "https://github.com/devoncarew/flutter-slipstream", "license": "BSD-3-Clause", - "keywords": ["dart", "flutter"], + "keywords": [ + "dart", + "flutter" + ], "mcpServers": { "packages": { "command": "dart run ${CURSOR_PLUGIN_ROOT}/bin/packages_mcp.dart" diff --git a/.github/plugin/plugin.json b/.github/plugin/plugin.json index f66990d..9b302d0 100644 --- a/.github/plugin/plugin.json +++ b/.github/plugin/plugin.json @@ -1,21 +1,30 @@ { "_comment": "GitHub Copilot manifest", "name": "flutter-slipstream", - "version": "1.5.0", + "version": "1.6.0", "description": "Live Flutter app introspection for coding agents: screenshots, widget-tree inspection, tap/type/scroll, and error capture. Dart package API summarization for agents.", "repository": "https://github.com/devoncarew/flutter-slipstream", "license": "BSD-3-Clause", - "keywords": ["dart", "flutter"], + "keywords": [ + "dart", + "flutter" + ], "mcpServers": { "packages": { "type": "local", "command": "dart", - "args": ["run", "${PLUGIN_ROOT}/bin/packages_mcp.dart"] + "args": [ + "run", + "${PLUGIN_ROOT}/bin/packages_mcp.dart" + ] }, "inspector": { "type": "local", "command": "dart", - "args": ["run", "${PLUGIN_ROOT}/bin/inspector_mcp.dart"] + "args": [ + "run", + "${PLUGIN_ROOT}/bin/inspector_mcp.dart" + ] } } } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6699c44..be4fc36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## 1.6.0-wip +## 1.6.0 -- Added initial support for Cursor (not yet in cursor.com/marketplace / +- Added support for Cursor (note: not yet in cursor.com/marketplace / cursor.directory). - Replaced the per-agent package validation hooks with a single `add-package` skill. The skill fires when an agent is about to add a Dart or Flutter package diff --git a/gemini-extension.json b/gemini-extension.json index 9858d85..81d6c7f 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,11 +1,14 @@ { "_comment": "Gemini CLI manifest", "name": "flutter-slipstream", - "version": "1.5.0", + "version": "1.6.0", "description": "Live Flutter app introspection for coding agents: screenshots, widget-tree inspection, tap/type/scroll, and error capture. Dart package API summarization for agents.", "repository": "https://github.com/devoncarew/flutter-slipstream", "license": "BSD-3-Clause", - "keywords": ["dart", "flutter"], + "keywords": [ + "dart", + "flutter" + ], "mcpServers": { "packages": { "command": "dart run ${extensionPath}/bin/packages_mcp.dart",