gm-codex 2.0.665 → 2.0.666

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-codex",
3
- "version": "2.0.665",
3
+ "version": "2.0.666",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",
package/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.665",
3
+ "version": "2.0.666",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/hooks/hooks.json CHANGED
@@ -8,7 +8,7 @@
8
8
  {
9
9
  "type": "command",
10
10
  "command": "node ${CODEX_PLUGIN_ROOT}/bin/plugkit.js hook pre-tool-use",
11
- "timeout": 3600
11
+ "timeout": 15000
12
12
  }
13
13
  ]
14
14
  }
@@ -44,7 +44,7 @@
44
44
  {
45
45
  "type": "command",
46
46
  "command": "node ${CODEX_PLUGIN_ROOT}/bin/plugkit.js hook stop",
47
- "timeout": 15000
47
+ "timeout": 30000
48
48
  },
49
49
  {
50
50
  "type": "command",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-codex",
3
- "version": "2.0.665",
3
+ "version": "2.0.666",
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.665",
3
+ "version": "2.0.666",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",