gm-cc 2.0.647 → 2.0.649
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/.claude-plugin/marketplace.json +1 -1
- package/bin/plugkit-darwin-arm64 +0 -0
- package/bin/plugkit-darwin-x64 +0 -0
- package/bin/plugkit-linux-arm64 +0 -0
- package/bin/plugkit-linux-x64 +0 -0
- package/bin/plugkit-win32-arm64.exe +0 -0
- package/bin/plugkit-win32-x64.exe +0 -0
- package/bin/plugkit.exe +0 -0
- package/package.json +1 -1
- package/plugin.json +1 -1
- package/skills/gm-execute/SKILL.md +0 -14
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "AnEntrypoint"
|
|
5
5
|
},
|
|
6
6
|
"description": "State machine agent with hooks, skills, and automated git enforcement",
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.649",
|
|
8
8
|
"metadata": {
|
|
9
9
|
"description": "State machine agent with hooks, skills, and automated git enforcement"
|
|
10
10
|
},
|
package/bin/plugkit-darwin-arm64
CHANGED
|
Binary file
|
package/bin/plugkit-darwin-x64
CHANGED
|
Binary file
|
package/bin/plugkit-linux-arm64
CHANGED
|
Binary file
|
package/bin/plugkit-linux-x64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/bin/plugkit.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/plugin.json
CHANGED
|
@@ -42,20 +42,6 @@ File I/O: exec:nodejs + require('fs'). Git directly in Bash. Never Bash(node/npm
|
|
|
42
42
|
|
|
43
43
|
Pack runs: Promise.allSettled for parallel, each idea own try/catch, under 12s per call.
|
|
44
44
|
|
|
45
|
-
Background (when exec exceeds 15s — auto-backgrounds):
|
|
46
|
-
```
|
|
47
|
-
exec:sleep
|
|
48
|
-
<task_id> [seconds]
|
|
49
|
-
```
|
|
50
|
-
```
|
|
51
|
-
exec:status
|
|
52
|
-
<task_id>
|
|
53
|
-
```
|
|
54
|
-
```
|
|
55
|
-
exec:close
|
|
56
|
-
<task_id>
|
|
57
|
-
```
|
|
58
|
-
|
|
59
45
|
Runner: `exec:runner\nstart|stop|status`
|
|
60
46
|
|
|
61
47
|
## CODEBASE SEARCH
|