gm-codex 2.0.940 → 2.0.942
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
|
+
99dd8ea02b01a15a3b38f64cd02765040d9e3920e918089456f9cae80867b7ea plugkit-win32-x64.exe
|
|
2
|
+
3ac296d092d4d2000e288e1885653d03acf4c5416a706a5da0e778b1c12b5837 plugkit-win32-arm64.exe
|
|
3
|
+
3d9384e72a4da2de151595b74fb3d04e09f769e6a72a4687ca6127ee749b1b1f plugkit-darwin-x64
|
|
4
|
+
28158577b3572487565a4d30e5a802d5ef568ded2e3494fc8b5a2c5ba5961c40 plugkit-darwin-arm64
|
|
5
|
+
b663ec41c885e8fc1498d52a34cb0d08e32c5180e14e279cf8a6c1be04ec0f53 plugkit-linux-x64
|
|
6
|
+
15803b35b39687e8beb751b1e068b840277bcdbe3f1ce804fb46b85411ff039d plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.318
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
d494e37af6399e3f232d3b940028c01e3ac2f658536b650d314f51bcf6b81a67 rtk-win32-x64.exe
|
|
2
|
+
2643a1ca493a1b902be022b83ec6645679f2aaee53d26d99f2146af2951f49bd 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.942",
|
|
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.318"
|
|
27
27
|
}
|
package/package.json
CHANGED