gm-gc 2.0.327 → 2.0.331

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,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.327",
3
+ "version": "2.0.331",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "homepage": "https://github.com/AnEntrypoint/gm",
package/hooks/hooks.json CHANGED
@@ -8,8 +8,8 @@
8
8
  },
9
9
  "SessionStart": {
10
10
  "type": "command",
11
- "command": "sh ${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap.sh",
12
- "timeout": 60000
11
+ "command": "${extensionPath}/bin/plugkit hook session-start",
12
+ "timeout": 180000
13
13
  },
14
14
  "BeforeAgent": {
15
15
  "type": "command",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-gc",
3
- "version": "2.0.327",
3
+ "version": "2.0.331",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",