gm-codex 2.0.922 → 2.0.924

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.922",
3
+ "version": "2.0.924",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",
@@ -1,6 +1,6 @@
1
- 264003ffb01c71530143478eca152d04d3ab7c3a985cd606f581b64201f3ce6f plugkit-win32-x64.exe
2
- 37ad8ef7e9ca12e3cd90f8cac4332094421650182bdb783d3c756092e788fff4 plugkit-win32-arm64.exe
3
- 127f693f894c74fe6d8d53f59784832f328d5fe52364007924b1fdcf9faebdbc plugkit-darwin-x64
4
- 837726efdb6b9464d3679703d35cf3c8bbb3c7f95f381b1aec8fc9161af4fde9 plugkit-darwin-arm64
5
- 9e04447732df9aa2dcd8c174243ffcedaf188bdf845e776ce092d6d5bd435dfe plugkit-linux-x64
6
- 99eb76a7fa643157e2bc9ef0e43282d720ca4a3f4b579c34586878f60b7adb65 plugkit-linux-arm64
1
+ 600c0e920df950e5889542747ddec4211e31102a580c9d6d18be95e583038f01 plugkit-win32-x64.exe
2
+ f2abd39546cde19beaa3c66a1811482a9e0c0582fbe5df723d340b6309b94cdf plugkit-win32-arm64.exe
3
+ 4876a11141f538eddf99c9898df881333b8522abb486eb99e11065efb784236b plugkit-darwin-x64
4
+ 766425550b3da53c024e093e03fd81fdbda449e0af73d6340b4948d0909e2266 plugkit-darwin-arm64
5
+ 30c49c0d564ff1dd2a50e967afe261cc5fd9d319dffd3e7ecc2a79a55f2e74c4 plugkit-linux-x64
6
+ 371b523e06ac87a7b9e4826243ad880d4da66e03730a7b51925aef1ba0eac63e plugkit-linux-arm64
@@ -1 +1 @@
1
- 0.1.308
1
+ 0.1.309
package/bin/rtk.sha256 CHANGED
@@ -1,5 +1,5 @@
1
- 3f49e509861e88657352c179006b46b96e43e9c6b7880b3d7c06eb5d59f95ce0 rtk-win32-x64.exe
2
- 94ec81b9a1f25542ba61416fa5e45f998f4f4cbcd14d605fe938faa0d45719f5 rtk-win32-arm64.exe
1
+ f25782892dad3c5572a7fdd8b919212a9282717c742d6d1629a0615c6fe571b0 rtk-win32-x64.exe
2
+ 0d7486c9d97b45dfb6c27772dd3fb5fb26af5152c2317136911433a2d1b64da9 rtk-win32-arm64.exe
3
3
  1b1e792767ed0e1e6ca0e2f0a8de02e77b06dea2f5ae667278b94baf239fcdc3 rtk-darwin-x64
4
4
  9717978d9d6216ea50c94444e00e359479b6315a17bd48c16064b267c8b0b60d rtk-darwin-arm64
5
5
  a100d3defac54194144e5723aec57e6f286b42298c67145c8428815246c9ee56 rtk-linux-x64
package/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.922",
3
+ "version": "2.0.924",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
@@ -23,5 +23,5 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
- "plugkitVersion": "0.1.308"
26
+ "plugkitVersion": "0.1.309"
27
27
  }
package/hooks/hooks.json CHANGED
@@ -20,7 +20,7 @@
20
20
  {
21
21
  "type": "command",
22
22
  "command": "node ${CODEX_PLUGIN_ROOT}/bin/plugkit.js hook post-tool-use",
23
- "timeout": 5000
23
+ "timeout": 35000
24
24
  }
25
25
  ]
26
26
  }
@@ -20,7 +20,7 @@
20
20
  {
21
21
  "kind": "plugkit",
22
22
  "subcommand": "post-tool-use",
23
- "timeout": 5000
23
+ "timeout": 35000
24
24
  }
25
25
  ]
26
26
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-codex",
3
- "version": "2.0.922",
3
+ "version": "2.0.924",
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.922",
3
+ "version": "2.0.924",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",