gm-codex 2.0.619 → 2.0.621

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.619",
3
+ "version": "2.0.621",
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.619",
3
+ "version": "2.0.621",
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
@@ -44,12 +44,12 @@
44
44
  {
45
45
  "type": "command",
46
46
  "command": "node ${CODEX_PLUGIN_ROOT}/bin/plugkit.js hook stop",
47
- "timeout": 300000
47
+ "timeout": 15000
48
48
  },
49
49
  {
50
50
  "type": "command",
51
51
  "command": "node ${CODEX_PLUGIN_ROOT}/bin/plugkit.js hook stop-git",
52
- "timeout": 60000
52
+ "timeout": 210000
53
53
  }
54
54
  ]
55
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-codex",
3
- "version": "2.0.619",
3
+ "version": "2.0.621",
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.619",
3
+ "version": "2.0.621",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",