Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"plugins/coherent-gameface/mcp": "1.1.1",
"plugins/unity-devtools": "1.0.1",
"plugins/unity-devtools/mcp": "1.0.1",
"plugins/cs2-modding": "0.3.0"
"plugins/cs2-modding": "0.4.0"
}
2 changes: 1 addition & 1 deletion plugins/cs2-modding/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cs2-modding",
"version": "0.3.0",
"version": "0.4.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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/cs2-modding/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cs2-modding",
"version": "0.3.0",
"version": "0.4.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"
Expand Down
17 changes: 17 additions & 0 deletions plugins/cs2-modding/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.4.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/cs2-modding-v0.3.0...cs2-modding-v0.4.0) (2026-08-30)


### Features

* **cs2-modding:** complete the plugin — the four skill maps, resolving bridges, and the README ([cfaeb90](https://github.com/CitiesSkylinesModding/agents-plugins/commit/cfaeb90c09a14f729ef685fc0343653e09fa6c85))
* **cs2-modding:** teach the job-scheduler model in performance-and-memory ([df0a0d6](https://github.com/CitiesSkylinesModding/agents-plugins/commit/df0a0d690804c53a57ff54823453fd7f8033fc84))


### Bug Fixes

* **cs2-modding:** conform the technique references to their shape and correct what anchoring exposed ([9ed82cf](https://github.com/CitiesSkylinesModding/agents-plugins/commit/9ed82cf98524180fa722535d18d8a8ab9453d26b))
* **cs2-modding:** correct the technique references against the corpus's inspection entry ([c18085e](https://github.com/CitiesSkylinesModding/agents-plugins/commit/c18085ed6428cf178c5a82ab9075585c5aa1f2ad))
* **cs2-modding:** correct the technique references against Unity's package documentation ([822dbd8](https://github.com/CitiesSkylinesModding/agents-plugins/commit/822dbd8bce9b3ec586d44e7750fc4cec78fe1b05))
* **cs2-modding:** drop the unverified refusal from the boxed-read sentence ([3aee9eb](https://github.com/CitiesSkylinesModding/agents-plugins/commit/3aee9eb62ef841f13b192a128f8f4ad261537db8))
* **cs2-modding:** unwrap the mechanics listings so indent carries structure again ([c3ae9a3](https://github.com/CitiesSkylinesModding/agents-plugins/commit/c3ae9a3e3929d7d45ad48f95b8a734bb2bd30a48))

## [0.3.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/cs2-modding-v0.2.0...cs2-modding-v0.3.0) (2026-08-24)


Expand Down
2 changes: 1 addition & 1 deletion plugins/cs2-modding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cs2-modding",
"version": "0.3.0",
"version": "0.4.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"
Expand Down