gm-codex 2.0.959 → 2.0.960
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.
- package/.codex-plugin/plugin.json +1 -1
- package/bin/plugkit.sha256 +6 -6
- package/bin/plugkit.version +1 -1
- package/bin/rtk.sha256 +2 -2
- package/gm.json +2 -2
- package/package.json +1 -1
- package/plugin.json +1 -1
package/bin/plugkit.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
0a140d43dc7a47ce49b953408a00cb2abbfdd8f9161b82a1d493bd424d329284 plugkit-win32-x64.exe
|
|
2
|
+
ee74eb7c518e6e81e28342eac5cf5b59937d5218492d77da1098564a7d169752 plugkit-win32-arm64.exe
|
|
3
|
+
b54319355b08e474d845e92045a3846f9a7ba5d1e4f2d228a44a0e1f15710e6e plugkit-darwin-x64
|
|
4
|
+
dbf5baddb9c2939837adfaa336dc5169c1d1f6405f5a6b827be47ab84fedc9a3 plugkit-darwin-arm64
|
|
5
|
+
109d2409a527a29a16c76249f253c665037d501a1641d5c3b3187a1691c423cc plugkit-linux-x64
|
|
6
|
+
3f4016e8951dbf6f42e537ef2500e2d30f2eeb9a35a680199abedfebe8fea9cd plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.325
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
f62d3e5d007d46fd33972b4b7c258786d13826379ef3059cf4db1727559153ee rtk-win32-x64.exe
|
|
2
|
+
f7c49a7a4e88bf474c853b4720e43d2c01d7abfa2673fae7987ca30032fdf59a 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.
|
|
3
|
+
"version": "2.0.960",
|
|
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.
|
|
26
|
+
"plugkitVersion": "0.1.325"
|
|
27
27
|
}
|
package/package.json
CHANGED