gm-codex 2.0.941 → 2.0.943
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
|
+
a20de8c4a3cd09bbd1bc1e1bb8362831847e7747f1e395a44c3b7514fb533f13 plugkit-win32-x64.exe
|
|
2
|
+
a0f8b79cc7d734f5f84f2750f672554580277eb40c52934a247ca6a2121f7325 plugkit-win32-arm64.exe
|
|
3
|
+
897bf8512084ca538a8eb1816ca9a47fcc2505818f2ca48233289518aea5f7bd plugkit-darwin-x64
|
|
4
|
+
008ebdb6c8ea63037549c2be02064d771259667fc32d2a0583de20e73ccc5c88 plugkit-darwin-arm64
|
|
5
|
+
58cc4d2d62199d5c7cb4ff473a3110d195582824136bc62586edc0d4f5ac6683 plugkit-linux-x64
|
|
6
|
+
2009f56910cfd08a44196da269f0b0c2af3474a007b41c4c22e0a38fdd2cca64 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.319
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
120104b701271f017600bbd8738de2f4f33b2ad5f965c4c1ad0de1d541088e67 rtk-win32-x64.exe
|
|
2
|
+
7b3abe29ddd1e90e72a5c66d4fe2be3a6fe032d2271c10ee11300872eddca938 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.943",
|
|
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.319"
|
|
27
27
|
}
|
package/package.json
CHANGED