gm-skill 2.0.2261 → 2.0.2262

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/AGENTS.md CHANGED
@@ -185,6 +185,14 @@ The `gm-runner` crate and its separate `gm-runner.yml` CI workflow are retired a
185
185
 
186
186
  **agentplug is a separate parallel pipeline that CONSUMES the cascade's output, not a stage in it**, decoupled at the `plugkit-bin` release artifact. Detail: the recall store (`recall: agentplug parallel pipeline decoupling`).
187
187
 
188
+ **Repo inventory** (authoritative list; `.gitmodules` is ground truth for submodules):
189
+
190
+ | repo | role |
191
+ | --- | --- |
192
+ | agentplug, agentplug-bert, agentplug-libsql, agentplug-treesitter, gm-config, rs-codeinsight, rs-plugkit, rs-search | active-dependency (submodule) |
193
+ | rs-codeinsight, rs-search, rs-plugkit, gm | active-sibling (cascade trigger) |
194
+ | rs-learn, rs-exec, gm-runner-bin, 12 legacy gm-\<platform\> repos | retired-tombstone (archived, README points at rs-plugkit) |
195
+
188
196
  **To update every possible thing**: push to the relevant repo. No manual version bumps, no local `cargo update`/`cargo build` -- push, let CI build.
189
197
 
190
198
  ## Spool-dispatch architecture replaces hooks
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-plugkit",
3
- "version": "2.0.2261",
3
+ "version": "2.0.2262",
4
4
  "description": "Bootstrap and daemon-spawn tool for gm plugkit binary. Downloads the correct platform wasm, verifies SHA256, and launches agentplug-runner (the native wasm host) as the spool watcher daemon.",
5
5
  "main": "index.js",
6
6
  "bin": {
package/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.2261",
3
+ "version": "2.0.2262",
4
4
  "description": "Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-skill",
3
- "version": "2.0.2261",
3
+ "version": "2.0.2262",
4
4
  "description": "Canonical universal harness — AI-native software engineering via skill-driven orchestration; bootstraps plugkit for task execution and session isolation. Install in any AI coding agent host.",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",