From c5570b3f9f373a44f2f95a4e4097d5f574a8c7d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 20:06:33 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- package.json | 2 +- plugins/coherent-gameface/.claude-plugin/plugin.json | 2 +- plugins/coherent-gameface/.codex-plugin/plugin.json | 2 +- plugins/coherent-gameface/CHANGELOG.md | 7 +++++++ plugins/coherent-gameface/mcp/CHANGELOG.md | 7 +++++++ plugins/coherent-gameface/mcp/package.json | 2 +- plugins/coherent-gameface/package.json | 2 +- plugins/cs2-modding/.claude-plugin/plugin.json | 2 +- plugins/cs2-modding/.codex-plugin/plugin.json | 2 +- plugins/cs2-modding/CHANGELOG.md | 8 ++++++++ plugins/cs2-modding/package.json | 2 +- 12 files changed, 33 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d1b1f77..050cfd0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "plugins/coherent-gameface": "1.0.1", - "plugins/coherent-gameface/mcp": "1.0.1", + "plugins/coherent-gameface": "1.1.0", + "plugins/coherent-gameface/mcp": "1.1.0", "plugins/unity-devtools": "1.0.1", "plugins/unity-devtools/mcp": "1.0.1", - "plugins/cs2-modding": "0.1.0" + "plugins/cs2-modding": "0.2.0" } diff --git a/package.json b/package.json index 5bce965..7c1c8f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agents-plugins", - "version": "1.0.1", + "version": "1.1.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 4f03536..4418dc3 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.0.1", + "version": "1.1.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 2b51e24..f3859b8 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.0.1", + "version": "1.1.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 index 87498a1..6d0a0f2 100644 --- a/plugins/coherent-gameface/CHANGELOG.md +++ b/plugins/coherent-gameface/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v1.0.1...coherent-gameface-v1.1.0) (2026-08-18) + + +### Features + +* **coherent-gameface:** name the construct behind an invalid-selector rejection ([72cd7b8](https://github.com/CitiesSkylinesModding/agents-plugins/commit/72cd7b8c2407c9ce88f17bf37f877526acfec469)) + ## [1.0.1](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v1.0.0...coherent-gameface-v1.0.1) (2026-08-15) diff --git a/plugins/coherent-gameface/mcp/CHANGELOG.md b/plugins/coherent-gameface/mcp/CHANGELOG.md index d8ed47c..d7edf38 100644 --- a/plugins/coherent-gameface/mcp/CHANGELOG.md +++ b/plugins/coherent-gameface/mcp/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* **coherent-gameface:** name the construct behind an invalid-selector rejection ([72cd7b8](https://github.com/CitiesSkylinesModding/agents-plugins/commit/72cd7b8c2407c9ce88f17bf37f877526acfec469)) + ## [1.0.1](https://github.com/CitiesSkylinesModding/agents-plugins/compare/gameface-devtools-mcp-v1.0.0...gameface-devtools-mcp-v1.0.1) (2026-08-15) diff --git a/plugins/coherent-gameface/mcp/package.json b/plugins/coherent-gameface/mcp/package.json index 0d7b18b..e7033eb 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.0.1", + "version": "1.1.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 13adb68..3ff7463 100644 --- a/plugins/coherent-gameface/package.json +++ b/plugins/coherent-gameface/package.json @@ -1,6 +1,6 @@ { "name": "coherent-gameface", - "version": "1.0.1", + "version": "1.1.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" diff --git a/plugins/cs2-modding/.claude-plugin/plugin.json b/plugins/cs2-modding/.claude-plugin/plugin.json index 63448ba..b054b7d 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.1.0", + "version": "0.2.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 63448ba..b054b7d 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.1.0", + "version": "0.2.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 022cb77..769f346 100644 --- a/plugins/cs2-modding/CHANGELOG.md +++ b/plugins/cs2-modding/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/cs2-modding-v0.1.0...cs2-modding-v0.2.0) (2026-08-18) + + +### Features + +* **cs2-modding:** add the environment-and-pollution mechanics reference ([7a8cba0](https://github.com/CitiesSkylinesModding/agents-plugins/commit/7a8cba0c704b9450104cccea31546ae5b84d488d)) +* **cs2-modding:** add the transportation-and-vehicles mechanics reference ([8c84d45](https://github.com/CitiesSkylinesModding/agents-plugins/commit/8c84d457c5fe5f9e414440fb3d04d171fe3277f0)) + ## 0.1.0 (2026-08-14) diff --git a/plugins/cs2-modding/package.json b/plugins/cs2-modding/package.json index b68b505..dc06c51 100644 --- a/plugins/cs2-modding/package.json +++ b/plugins/cs2-modding/package.json @@ -1,6 +1,6 @@ { "name": "cs2-modding", - "version": "0.1.0", + "version": "0.2.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"