gm-codex 2.0.938 → 2.0.940
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
|
+
3144ee59911e5c9b1dd5124f10d9fac7db226134e5fdc89414a8e1e5a6fd1e8d plugkit-win32-x64.exe
|
|
2
|
+
1db99a80de395db71716f3138f15c822a5f11e8c46b52242cb0f904a3566faea plugkit-win32-arm64.exe
|
|
3
|
+
5483f76710352dac764b47357da891839673f1c465cabe15d5bbd330d7257c8c plugkit-darwin-x64
|
|
4
|
+
4e3562b18b8370d1b495d66493e86756acf24e78f8983fa6887a5cb0ece15d3a plugkit-darwin-arm64
|
|
5
|
+
88daa527f8a4a6920fa0a6b6d0f5bcae3e4a1c5660c52cab0f330d336f465ceb plugkit-linux-x64
|
|
6
|
+
1caa3a40e6252b22298066321b6c4a245444f9544724e327bbfcf9174b0c3306 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.316
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
abf85516c561960ed57ba85798ec785eb3d7fd9fba659b4d0a462313c2b6fde7 rtk-win32-x64.exe
|
|
2
|
+
34b5e7eb9ad4ac586c82fd1fb5bc881a309d5b461a44ae2ed7dfa6e682955a80 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.940",
|
|
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.316"
|
|
27
27
|
}
|
package/package.json
CHANGED