gm-skill 2.0.2549 → 2.0.2551

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
@@ -28,7 +28,7 @@ Repo root = package root = published `gm-skill` npm package; no factory, no sepa
28
28
 
29
29
  ## WASM guest, one native host (agentplug-runner is the sole loader)
30
30
 
31
- Plugkit-core = the wasm cdylib guest (the gm brain), published as `plugkit.wasm`/`plugkit-slim.wasm` from `AnEntrypoint/plugkit-bin` by the cascade. It is host-agnostic, and `agentplug-runner` is the SOLE host that loads it. The JS wasm-host and the redundant `gm-runner` native host are both retired and removed from the tree -- there is no fallback loader; agentplug-runner is required.
31
+ Plugkit-core = the wasm cdylib guest (the gm brain), published as `plugkit.wasm`/`plugkit-slim.wasm` from `AnEntrypoint/plugkit-bin` by the cascade. It is host-agnostic, and `agentplug-runner` is the SOLE host that loads it. The JS wasm-host and the redundant `gm-runner` native host (crate and `gm-runner.yml` CI workflow) are both retired and removed from the tree -- absent from rs-plugkit's `crates/` and `.github/workflows/`, no longer a stage in the cascade; there is no fallback loader, agentplug-runner is required.
32
32
 
33
33
  **`agentplug-runner`** (repo `AnEntrypoint/agentplug`, published to `AnEntrypoint/agentplug-bin`) is a real native wasmtime binary that loads gm.wasm as one plugin among siblings (`bert`/`libsql`/`treesitter`), routing gm.wasm's `host_plugin_call`/`host_vec_embed` to those shared plugins -- browser and task are both native in agentplug-host, needing nothing from the retired JS wrapper. Full mechanics: the recall store (`recall: agentplug-runner wasmtime plugin loading mechanics`).
34
34
 
@@ -181,8 +181,6 @@ Push to any rs-* sibling -> `cascade.yml` -> rs-plugkit `release.yml` -> single
181
181
 
182
182
  **Submodule pointers auto-sync via `.github/workflows/submodule-sync.yml`**, 30min schedule. Mechanics + manual-recovery fallback: the recall store (`recall: gm submodule pointer auto-sync mechanics`).
183
183
 
184
- 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.
185
-
186
184
  **The three agentplug-* wasm-plugin repos (agentplug-bert, agentplug-libsql, agentplug-treesitter) share one reusable release workflow** hosted in rs-plugkit (`wasm-plugin-release.yml`, `workflow_call`). Parameterization + the build_env/pre_build_steps quoting caveat: the recall store (`recall: gm cascade pin-toil design`).
187
185
 
188
186
  **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`).
@@ -1 +1 @@
1
- 88e83dba5718eb7c1107eb65ee05ead3b934a3ca81395f9b05bff1d792970610 plugkit-slim.wasm
1
+ 1639ed3b402eaf95b51e5b70cfec4d3c5bff02b2f0fc72a9a5f6b384fd466a76 plugkit-slim.wasm
@@ -1 +1 @@
1
- 0.1.1204
1
+ 0.1.1206
@@ -1 +1 @@
1
- fcee32b04d31f74693a10ecaae56be700440df3ace3d686b6c1be01cb60d0ead plugkit.wasm
1
+ a33a046f994b625201664aed7f404c19c9e2ae8aac785466bc8db1ab34c33936 plugkit.wasm
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-plugkit",
3
- "version": "2.0.2549",
3
+ "version": "2.0.2551",
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
- 88e83dba5718eb7c1107eb65ee05ead3b934a3ca81395f9b05bff1d792970610 plugkit-slim.wasm
1
+ 1639ed3b402eaf95b51e5b70cfec4d3c5bff02b2f0fc72a9a5f6b384fd466a76 plugkit-slim.wasm
@@ -1 +1 @@
1
- 0.1.1204
1
+ 0.1.1206
package/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.2549",
3
+ "version": "2.0.2551",
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.1204"
20
+ "plugkitVersion": "0.1.1206"
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-skill",
3
- "version": "2.0.2549",
3
+ "version": "2.0.2551",
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",