diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 050cfd0..5e2363f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "plugins/coherent-gameface": "1.1.0", - "plugins/coherent-gameface/mcp": "1.1.0", + "plugins/coherent-gameface": "1.1.1", + "plugins/coherent-gameface/mcp": "1.1.1", "plugins/unity-devtools": "1.0.1", "plugins/unity-devtools/mcp": "1.0.1", - "plugins/cs2-modding": "0.2.0" + "plugins/cs2-modding": "0.3.0" } diff --git a/package.json b/package.json index 7c1c8f0..0dd2374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agents-plugins", - "version": "1.1.0", + "version": "1.1.1", "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 4418dc3..1d3b27d 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": "1.1.0", + "version": "1.1.1", "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 f3859b8..0cf702a 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": "1.1.0", + "version": "1.1.1", "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 index 6d0a0f2..6a7e090 100644 --- a/plugins/coherent-gameface/CHANGELOG.md +++ b/plugins/coherent-gameface/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v1.1.0...coherent-gameface-v1.1.1) (2026-08-24) + + +### Bug Fixes + +* **coherent-gameface:** correct the claim that page JS cannot read the engine version ([a77f234](https://github.com/CitiesSkylinesModding/agents-plugins/commit/a77f23448dd6dc0e9a91f718610a671b0d8a18fa)) +* **coherent-gameface:** correct the live-reload watcher account in gameface-driving ([1498019](https://github.com/CitiesSkylinesModding/agents-plugins/commit/14980195193f0d23f17b30ae90c87dddd951338b)) + ## [1.1.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v1.0.1...coherent-gameface-v1.1.0) (2026-08-18) diff --git a/plugins/coherent-gameface/mcp/CHANGELOG.md b/plugins/coherent-gameface/mcp/CHANGELOG.md index d7edf38..ee209c8 100644 --- a/plugins/coherent-gameface/mcp/CHANGELOG.md +++ b/plugins/coherent-gameface/mcp/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/CitiesSkylinesModding/agents-plugins/compare/gameface-devtools-mcp-v1.1.0...gameface-devtools-mcp-v1.1.1) (2026-08-24) + + +### Miscellaneous Chores + +* **gameface-devtools-mcp:** Synchronize coherent-gameface versions + ## [1.1.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/gameface-devtools-mcp-v1.0.1...gameface-devtools-mcp-v1.1.0) (2026-08-18) diff --git a/plugins/coherent-gameface/mcp/package.json b/plugins/coherent-gameface/mcp/package.json index e7033eb..7c3f545 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": "1.1.0", + "version": "1.1.1", "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 3ff7463..b18c08f 100644 --- a/plugins/coherent-gameface/package.json +++ b/plugins/coherent-gameface/package.json @@ -1,6 +1,6 @@ { "name": "coherent-gameface", - "version": "1.1.0", + "version": "1.1.1", "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" diff --git a/plugins/cs2-modding/.claude-plugin/plugin.json b/plugins/cs2-modding/.claude-plugin/plugin.json index b054b7d..8ba860f 100644 --- a/plugins/cs2-modding/.claude-plugin/plugin.json +++ b/plugins/cs2-modding/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cs2-modding", - "version": "0.2.0", + "version": "0.3.0", "description": "Teach your coding agent to write Cities: Skylines II code mods (Claude Code, Codex CLI): the game's architecture, the modding techniques and the game mechanics behind them, every claim verified against the decompiled game. Knowledge only, no MCP server.", "author": { "name": "Morgan Touverey Quilling" diff --git a/plugins/cs2-modding/.codex-plugin/plugin.json b/plugins/cs2-modding/.codex-plugin/plugin.json index b054b7d..8ba860f 100644 --- a/plugins/cs2-modding/.codex-plugin/plugin.json +++ b/plugins/cs2-modding/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cs2-modding", - "version": "0.2.0", + "version": "0.3.0", "description": "Teach your coding agent to write Cities: Skylines II code mods (Claude Code, Codex CLI): the game's architecture, the modding techniques and the game mechanics behind them, every claim verified against the decompiled game. Knowledge only, no MCP server.", "author": { "name": "Morgan Touverey Quilling" diff --git a/plugins/cs2-modding/CHANGELOG.md b/plugins/cs2-modding/CHANGELOG.md index 769f346..ea41a91 100644 --- a/plugins/cs2-modding/CHANGELOG.md +++ b/plugins/cs2-modding/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/cs2-modding-v0.2.0...cs2-modding-v0.3.0) (2026-08-24) + + +### Features + +* **cs2-modding:** add the binding-layer reference for the UI skill ([480866a](https://github.com/CitiesSkylinesModding/agents-plugins/commit/480866a8c47064b648f959bc8fb475f8cf233682)) +* **cs2-modding:** add the city-state-and-progression mechanics reference ([7d872ec](https://github.com/CitiesSkylinesModding/agents-plugins/commit/7d872ec9e5457707fe7af5ef8717034b591914b8)) +* **cs2-modding:** add the frontend-and-injection reference for the UI skill ([714f293](https://github.com/CitiesSkylinesModding/agents-plugins/commit/714f29390a6ea3a0015cdc8f9001725afc36e65b)) +* **cs2-modding:** add the simulation-time-and-units mechanics reference ([e23281d](https://github.com/CitiesSkylinesModding/agents-plugins/commit/e23281d3dc9089ae9b99d9ba64edce78d1f58bec)) +* **cs2-modding:** add the ui-build-and-devloop reference for the UI skill ([39d58da](https://github.com/CitiesSkylinesModding/agents-plugins/commit/39d58dae5a89ea90056b3c1161621bd397435617)) + ## [0.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/cs2-modding-v0.1.0...cs2-modding-v0.2.0) (2026-08-18) diff --git a/plugins/cs2-modding/package.json b/plugins/cs2-modding/package.json index dc06c51..0dfc672 100644 --- a/plugins/cs2-modding/package.json +++ b/plugins/cs2-modding/package.json @@ -1,6 +1,6 @@ { "name": "cs2-modding", - "version": "0.2.0", + "version": "0.3.0", "private": true, "description": "release-please version anchor for the cs2-modding plugin; the plugin manifests are synced from this version via extra-files. Not a workspace package, never published.", "license": "MIT"