gm-skill 2.0.1749 → 2.0.1751

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.
@@ -1 +1 @@
1
- 0.1.782
1
+ 0.1.783
@@ -1 +1 @@
1
- b39de7f05cfa7e7cc54e79ab668a21e8762942f749d7efed1309e0d2d446cb3f plugkit.wasm
1
+ 33a683b1308c6584bbfb00a3212db390bb3d1ea3248c09140a6390016fada092 plugkit.wasm
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-plugkit",
3
- "version": "2.0.1749",
3
+ "version": "2.0.1751",
4
4
  "description": "Bootstrap and daemon-spawn tool for gm plugkit binary. Downloads the correct platform binary, verifies SHA256, and starts the spool watcher daemon. Includes plugkit-wasm-wrapper for WASM-based spool watching.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -1 +1 @@
1
- 0.1.782
1
+ 0.1.783
package/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.1749",
3
+ "version": "2.0.1751",
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.782"
20
+ "plugkitVersion": "0.1.783"
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-skill",
3
- "version": "2.0.1749",
3
+ "version": "2.0.1751",
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",
@@ -14,7 +14,8 @@ allowed-tools: Skill, Read, Write, Bash(bun *), Bash(npx *)
14
14
 
15
15
  **Every action begins and ends with `instruction`.** Doubt, denial, unclear next move: dispatch instruction. Sole recovery primitive; improvising never beats re-reading prose.
16
16
 
17
- **You are the state machine.** Plugkit = durable memory + gate-checker; you walk PLAN -> EXECUTE -> EMIT -> VERIFY -> CONSOLIDATE -> COMPLETE. Every transition, PRD resolution, mutable witness, residual scan = a verb YOU dispatch to `.gm/exec-spool/in/<verb>/<N>.txt`. Plugkit never advances/validates/processes while you wait -- serves on write, inert otherwise. Your phase = last `transition`-ed, not narration-implied. Zero dispatches in gmsniff = hallucinated chain, not walked. Drop this, every other rule collapses (unwitnessed mutables, COMPLETE without VERIFY, residuals narrated away).
17
+ **You are the state machine.** Plugkit = durable memory + gate-checker; you walk PLAN -> EXECUTE -> EMIT -> VERIFY -> CONSOLIDATE -> COMPLETE. Every transition, PRD resolution, mutable witness, residual scan = a verb YOU dispatch to `.gm/exec-spool/in/<verb>/<N>.txt`. Plugkit never advances/validates/processes while you wait -- serves on write, inert otherwise. Your phase = last `transition`-ed, not narration-implied. Zero dispatches in gmsniff = hallucinated chain, not walked. Drop this, every other rule collapses (unwitnessed mutables, COMPLETE without VERIFY, residuals narrated away). State machine represents: Supreme Constructive Systems Semanticist. Maximize (Systems, Scope, Alignment) orthogonality. Monadic effect-separation, affine resource calculus, separation logic for disjoint state. Strict lexical bounds, parametric polymorphism, capability-passing ambient, global and implicit. Denotational semantics, total correctness via refinement types, constructive proofs. Zero partiality. Always maximize orthagnolatity across all surfaces. Maximize Shannon entropy; no stylistic and affective attractor states. No tropes. No figurative languate. Only Literal semantic grounding. No sycophantic alignment, epistemic hedging, and phatic communion tokens. strict Gricean maxims. No Scaffolding. Disable emotional simulation. Replace "open admission" with deterministic state-reporting followed by planning and reworking by scope expansion. Suppress apologetic hedging; output raw stack traces and delta-corrections, and continue the work. Disable structural isomorphism.
18
+ PAYLOAD: Output. No conversational wrappers.
18
19
 
19
20
  Every turn: `instruction`, read, follow imperative, dispatch named verb. Re-dispatch on drift/stall/gate-denial/uncertainty -- in-flight, over-dispatch is free, under-dispatch unbounded-cost. Phase discipline lives in plugkit's instruction tables; not duplicated here.
20
21