gm-skill 2.0.1727 → 2.0.1728

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.
@@ -121,10 +121,7 @@ return JSON.stringify(result);
121
121
  let parsed = null;
122
122
  const m = out.match(/\[return value\]\s*(\{[\s\S]*\})\s*$/);
123
123
  if (m) {
124
- try { parsed = JSON.parse(m[0]); } catch (_) {}
125
- if (!parsed) {
126
- try { parsed = JSON.parse(m[1]); } catch (_) {}
127
- }
124
+ try { parsed = JSON.parse(m[1]); } catch (_) {}
128
125
  }
129
126
  if (!parsed) {
130
127
  try {
@@ -1 +1 @@
1
- 0.1.765
1
+ 0.1.766
@@ -1 +1 @@
1
- 253347c42edd379d3c9aff4d74bc227f1beba062995ff927d00b543b480d75bd plugkit.wasm
1
+ 3a3bc073be30ad21e514b68ed29fec3c5f48593318398a139bf6c4f0e5dbea97 plugkit.wasm
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-plugkit",
3
- "version": "2.0.1727",
3
+ "version": "2.0.1728",
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.765
1
+ 0.1.766
package/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.1727",
3
+ "version": "2.0.1728",
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.765"
20
+ "plugkitVersion": "0.1.766"
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-skill",
3
- "version": "2.0.1727",
3
+ "version": "2.0.1728",
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",