gm-codex 2.0.933 → 2.0.935
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
|
+
2f008909f0fe9783acedc685470eab681002d43be40eae977017187539925986 plugkit-win32-x64.exe
|
|
2
|
+
f246d023148a1f65f7a7bde08e9dccc83841c068a5b1dd34f46e37d766d8a236 plugkit-win32-arm64.exe
|
|
3
|
+
07a2d3b3e95b0ac17261c0dfa6866f003e45d570fddbcba39ac863c57f311b39 plugkit-darwin-x64
|
|
4
|
+
a00b35762b2fbfca1cca4e4c3eae40ec211a801bb7d996eb1946383f25316941 plugkit-darwin-arm64
|
|
5
|
+
278234afe8d11822b2d87e900b34c0a574951820fbeacf27d576ebadc396fa7c plugkit-linux-x64
|
|
6
|
+
b268c52275223d119f0b9d5f85671b98d3c24c222f53515604e14db16d1fb509 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.313
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
f81c23c123617c67e9a4f61b98bfccf5604c19b9daca2f6a7eaae2d8b50bb7ae rtk-win32-x64.exe
|
|
2
|
+
67a5d550e1e3259b6d4a857a80bbe319e92a4ee1b2f9aaca4925ad5265e6a153 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.935",
|
|
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.313"
|
|
27
27
|
}
|
package/package.json
CHANGED