diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ed7ada0..996fb10 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "plugins/coherent-gameface": "0.1.0", - "plugins/coherent-gameface/mcp": "0.1.0" + "plugins/coherent-gameface": "0.2.0", + "plugins/coherent-gameface/mcp": "0.2.0" } diff --git a/package.json b/package.json index 229b2eb..3d32d53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agents-plugins", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "Workspace root: lint/format tooling and git hooks for the CS Modding agent plugins marketplace", "license": "MIT", diff --git a/plugins/coherent-gameface/.claude-plugin/plugin.json b/plugins/coherent-gameface/.claude-plugin/plugin.json index 5892ce5..c0c5192 100644 --- a/plugins/coherent-gameface/.claude-plugin/plugin.json +++ b/plugins/coherent-gameface/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "coherent-gameface", - "version": "0.1.0", + "version": "0.2.0", "description": "Drive a running Coherent Gameface UI from your coding agent (Claude Code, Codex CLI): ships the gameface-devtools-mcp server (evaluate JS, screenshot, inspect and drive the DOM, capture the console, set JS breakpoints over a direct Chrome DevTools Protocol connection), plus skills.", "author": { "name": "Morgan Touverey Quilling" diff --git a/plugins/coherent-gameface/.codex-plugin/plugin.json b/plugins/coherent-gameface/.codex-plugin/plugin.json index ecfc8d4..1d5e61e 100644 --- a/plugins/coherent-gameface/.codex-plugin/plugin.json +++ b/plugins/coherent-gameface/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "coherent-gameface", - "version": "0.1.0", + "version": "0.2.0", "description": "Drive a running Coherent Gameface UI from your coding agent (Claude Code, Codex CLI): ships the gameface-devtools-mcp server (evaluate JS, screenshot, inspect and drive the DOM, capture the console, set JS breakpoints over a direct Chrome DevTools Protocol connection), plus skills.", "author": { "name": "Morgan Touverey Quilling" diff --git a/plugins/coherent-gameface/CHANGELOG.md b/plugins/coherent-gameface/CHANGELOG.md new file mode 100644 index 0000000..544b9fe --- /dev/null +++ b/plugins/coherent-gameface/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v0.1.0...coherent-gameface-v0.2.0) (2026-07-14) + + +### Features + +* restructure into the agents-plugins multi-plugin marketplace ([660dc00](https://github.com/CitiesSkylinesModding/agents-plugins/commit/660dc00e0a463a0b06d3de16e537db01054473e9)) diff --git a/plugins/coherent-gameface/mcp/CHANGELOG.md b/plugins/coherent-gameface/mcp/CHANGELOG.md new file mode 100644 index 0000000..b1319fa --- /dev/null +++ b/plugins/coherent-gameface/mcp/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/gameface-devtools-mcp-v0.1.0...gameface-devtools-mcp-v0.2.0) (2026-07-14) + + +### Features + +* restructure into the agents-plugins multi-plugin marketplace ([660dc00](https://github.com/CitiesSkylinesModding/agents-plugins/commit/660dc00e0a463a0b06d3de16e537db01054473e9)) diff --git a/plugins/coherent-gameface/mcp/package.json b/plugins/coherent-gameface/mcp/package.json index 74b62c3..293f3b7 100644 --- a/plugins/coherent-gameface/mcp/package.json +++ b/plugins/coherent-gameface/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@csmodding/gameface-devtools-mcp", - "version": "0.1.0", + "version": "0.2.0", "description": "MCP server that drives a running Coherent Gameface (Cohtml) game UI over a direct Chrome DevTools Protocol connection: evaluate JS, screenshot, inspect and drive the DOM, capture the console, and set JS breakpoints.", "keywords": [ "browser-automation", diff --git a/plugins/coherent-gameface/package.json b/plugins/coherent-gameface/package.json index db3e05b..150f073 100644 --- a/plugins/coherent-gameface/package.json +++ b/plugins/coherent-gameface/package.json @@ -1,6 +1,6 @@ { "name": "coherent-gameface", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "release-please version anchor for the coherent-gameface plugin; the plugin manifests are synced from this version via extra-files. Not a workspace package, never published.", "license": "MIT"