gm-cc 2.0.323 → 2.0.325

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.
@@ -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.323",
7
+ "version": "2.0.325",
8
8
  "metadata": {
9
9
  "description": "State machine agent with hooks, skills, and automated git enforcement"
10
10
  },
package/hooks/hooks.json CHANGED
@@ -17,6 +17,11 @@
17
17
  {
18
18
  "matcher": "*",
19
19
  "hooks": [
20
+ {
21
+ "type": "command",
22
+ "command": "${CLAUDE_PLUGIN_ROOT}/bin/plugkit bootstrap",
23
+ "timeout": 60000
24
+ },
20
25
  {
21
26
  "type": "command",
22
27
  "command": "${CLAUDE_PLUGIN_ROOT}/bin/plugkit hook session-start",
@@ -29,11 +34,6 @@
29
34
  {
30
35
  "matcher": "*",
31
36
  "hooks": [
32
- {
33
- "type": "command",
34
- "command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap.js",
35
- "timeout": 60000
36
- },
37
37
  {
38
38
  "type": "command",
39
39
  "command": "${CLAUDE_PLUGIN_ROOT}/bin/plugkit hook prompt-submit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-cc",
3
- "version": "2.0.323",
3
+ "version": "2.0.325",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.323",
3
+ "version": "2.0.325",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",