gm-skill 2.0.2033 → 2.0.2034

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
@@ -158,7 +158,7 @@ A task that reduces to read/investigate/report, or a change confined to files th
158
158
 
159
159
  Push to any rs-* sibling -> `cascade.yml` -> rs-plugkit `release.yml` -> single `plugkit.wasm` (npm `plugkit-wasm` + `plugkit-bin` Releases) -> auto-bump `gm.json::plugkitVersion` -> `publish.yml` ships gm-skill+gm-plugkit+SKILL.md mirror. Step sequence + PUBLISHER_TOKEN: the recall store (`recall: cascade pipeline`).
160
160
 
161
- A push touching `rs-plugkit/crates/gm-runner/**` additionally triggers its own `gm-runner.yml` workflow (separate from `release.yml`, matrix-builds all 6 platform targets, publishes to `AnEntrypoint/gm-runner-bin` Releases) -- a stuck/unschedulable single matrix leg (observed: `macos-13` queued 18h+ with zero GH-assigned runner) must never block the `release` job from shipping the other 5 platforms; that job runs `if: always()` and tolerates partial artifacts rather than a blanket `needs: build` hard-gate.
161
+ The `gm-runner` crate and its separate `gm-runner.yml` CI workflow are retired along with the binary itself (see the WASM-guest section above) -- confirmed absent from rs-plugkit's `crates/` and `.github/workflows/`, no longer a stage in the cascade.
162
162
 
163
163
  **Repos involved (push to any triggers cascade):** `AnEntrypoint/{rs-codeinsight, rs-search, rs-plugkit, gm}`. rs-learn and rs-exec are retired (crates removed from / never depended on by rs-plugkit; their spool-dispatch and memory surfaces reimplemented natively in rs-plugkit wasm_dispatch; repos archived as tombstones, README points at rs-plugkit). Roles, npm package names, legacy-retirement detail: the recall store (`recall: cascade repos involved roles`, `recall: legacy gm-skill variants retired`).
164
164
 
@@ -1 +1 @@
1
- 15fbc17d46b67813cc68adb7779d776093ff223fe8aa7a069c927d751ab6f6ee plugkit-slim.wasm
1
+ 25530c09b5bd8d39094a3095d0de15ebbb4d480ac36ba375cdcaf1f6a257357d plugkit-slim.wasm
@@ -1 +1 @@
1
- 0.1.942
1
+ 0.1.943
@@ -1 +1 @@
1
- 09c433b8239620b40c993d8b6db668e7a672b56c96b845ebbc84d5fef2cb0239 plugkit.wasm
1
+ 48499085f023f28988b6ab0a14cf1e829094d7ce4b2bb734fa5fc756bc91dee9 plugkit.wasm
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-plugkit",
3
- "version": "2.0.2033",
3
+ "version": "2.0.2034",
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": {
@@ -1 +1 @@
1
- 15fbc17d46b67813cc68adb7779d776093ff223fe8aa7a069c927d751ab6f6ee plugkit-slim.wasm
1
+ 25530c09b5bd8d39094a3095d0de15ebbb4d480ac36ba375cdcaf1f6a257357d plugkit-slim.wasm
@@ -1 +1 @@
1
- 0.1.942
1
+ 0.1.943
package/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.2033",
3
+ "version": "2.0.2034",
4
4
  "description": "Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
@@ -17,5 +17,5 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
- "plugkitVersion": "0.1.942"
20
+ "plugkitVersion": "0.1.943"
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-skill",
3
- "version": "2.0.2033",
3
+ "version": "2.0.2034",
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",