gm-skill 2.0.2550 → 2.0.2552

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
- 01fc6c2d0b45f7d77b2f2fd47b2f111709e2c4c94e096f07546a092ec6397959 plugkit-slim.wasm
1
+ 1639ed3b402eaf95b51e5b70cfec4d3c5bff02b2f0fc72a9a5f6b384fd466a76 plugkit-slim.wasm
@@ -1 +1 @@
1
- 0.1.1205
1
+ 0.1.1206
@@ -1 +1 @@
1
- 6013a4d890cd15b8b6f555e3801eef7dd57062c56f683145ec6e200b90ec850a plugkit.wasm
1
+ a33a046f994b625201664aed7f404c19c9e2ae8aac785466bc8db1ab34c33936 plugkit.wasm
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-plugkit",
3
- "version": "2.0.2550",
3
+ "version": "2.0.2552",
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
- 01fc6c2d0b45f7d77b2f2fd47b2f111709e2c4c94e096f07546a092ec6397959 plugkit-slim.wasm
1
+ 1639ed3b402eaf95b51e5b70cfec4d3c5bff02b2f0fc72a9a5f6b384fd466a76 plugkit-slim.wasm
@@ -1 +1 @@
1
- 0.1.1205
1
+ 0.1.1206
package/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.2550",
3
+ "version": "2.0.2552",
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.1205"
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.2550",
3
+ "version": "2.0.2552",
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",
@@ -48,10 +48,22 @@ means unavailable: fall back, never retry blindly. Where served: `codesearch`
48
48
  `transition`, `phase-status`, `filter`. `git_finalize {message}` bundles
49
49
  add->commit->porcelain-gate->push->CI-watch; where absent, compose it.
50
50
 
51
- `browser` body is plain-text prefixed, never CLI flags: `session
51
+ `browser` runs a headless engine (oxibrowser, pure Rust) by default -- fast,
52
+ no Chrome process, but a narrower surface: navigate/evaluate/dom-query/
53
+ extract-markdown only, one implicit session per instance (`session
54
+ new/close/reset` are accepted no-ops), and no screenshot/capture/profile/
55
+ trace/viewport. `cdp` is the same plain-text-body contract driving real
56
+ Chrome over CDP (playwright-style) for anything `browser` cannot do yet --
57
+ full CSS/layout fidelity, real screenshots, devtools-dependent sites, or
58
+ genuine multi-tab sessions. A `browser` dispatch that fails or names an
59
+ unsupported mode returns a `note` pointing at `cdp`; try that next rather
60
+ than reworking the `browser` call.
61
+
62
+ Both verbs share one plain-text body grammar, never CLI flags: `session
52
63
  new|list|close <id>|reset <id>`, `timeout=<ms>`, `url=<target>`,
53
- `screenshot[=name]`, `dom=<selector>`, or bare JS. Prefixes stack. Sessions
54
- persist Chrome across dispatches. Every response carries `result.debug`.
64
+ `screenshot[=name]`, `dom=<selector>`, or bare JS. Prefixes stack. `cdp`
65
+ sessions persist a real Chrome process across dispatches. Every response
66
+ carries `result.debug`.
55
67
 
56
68
  Ground truth only: no mocks, fakes, or test files on disk. Verification is live
57
69
  witnessed execution, same turn as the work. Reasoning is execution, not monologue.