gm-codex 2.0.935 → 2.0.936
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
|
+
4f3d001235da9db1a3185a9bbde831d684db76ac941c21199c5ad82dd91a20a8 plugkit-win32-x64.exe
|
|
2
|
+
af4f10c319b0b996ae1006637763dd41d353409c13378b78b1996bacec749064 plugkit-win32-arm64.exe
|
|
3
|
+
4917fb7127480cf3ddc4e9ff8a1ab513a45c208227a6c374ebea416ec5dd6140 plugkit-darwin-x64
|
|
4
|
+
0199429db63bb4f8d899812f4537ca9880c55482e54558a97c73d0d6c967adad plugkit-darwin-arm64
|
|
5
|
+
e106662a6089df18384af48609ea23946ce4418a6b3d36d5b78fd7c4db2cf496 plugkit-linux-x64
|
|
6
|
+
f87714cfe084cec4ed648484460280f9d16c371edef6c0d75bc6460326b7fb43 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.314
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
94434f01ae5e8761b9af5e5dfbc0b9931bba58f69969c869378e0d1189b590f1 rtk-win32-x64.exe
|
|
2
|
+
50c6d37252de7b1894eb786b6a8e5a980f0c1b2684b1e1bf661c941e566bcebc 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.936",
|
|
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.314"
|
|
27
27
|
}
|
package/package.json
CHANGED