gm-cc 2.0.102 → 2.0.103

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.102",
7
+ "version": "2.0.103",
8
8
  "metadata": {
9
9
  "description": "State machine agent with hooks, skills, and automated git enforcement"
10
10
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.102",
3
+ "version": "2.0.103",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",
package/cli.js CHANGED
@@ -73,20 +73,12 @@ function provisionProject() {
73
73
  timeout: 3600
74
74
  }]
75
75
  }];
76
- settings.hooks.SessionStart = [{
77
- matcher: '*',
78
- hooks: [{
79
- type: 'command',
80
- command: 'node ${CLAUDE_PROJECT_DIR}/.claude/hooks/session-start-hook.js',
81
- timeout: 180000
82
- }]
83
- }];
84
76
  settings.hooks.UserPromptSubmit = [{
85
77
  matcher: '*',
86
78
  hooks: [{
87
79
  type: 'command',
88
80
  command: 'node ${CLAUDE_PROJECT_DIR}/.claude/hooks/prompt-submit-hook.js',
89
- timeout: 60000
81
+ timeout: 180000
90
82
  }]
91
83
  }];
92
84
  settings.hooks.Stop = [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-cc",
3
- "version": "2.0.102",
3
+ "version": "2.0.103",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",