gm-codex 2.0.938 → 2.0.939
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
|
+
9106e6dd44d3534c6267f1f48d83226a097c2dbaceb386210c3bf53298777cae plugkit-win32-x64.exe
|
|
2
|
+
524d62fbd06154066a27061c98c6422573d4f601b3044c38455c478c167a194b plugkit-win32-arm64.exe
|
|
3
|
+
a478c5add2a03d07251ebd24fb87bd456e8526f06f1e6f4703a636d392238be7 plugkit-darwin-x64
|
|
4
|
+
801d468c9520b2aef714c0f2c791afc080b8da3a530f6e396a6b1150c9c87041 plugkit-darwin-arm64
|
|
5
|
+
7ae4b160aa5afd2e52c6ff0dd2d487e19b47f5c4eb3f84ff3dbfb3e3aec7d152 plugkit-linux-x64
|
|
6
|
+
afdfb7053bfe05ec990665167d24a8cf3910948a8c85440a1045882a52e9b8b0 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
|
+
44efb71c7e7397b1809a2681548141a68d420540858121acbb210e2db5b5ac30 rtk-win32-x64.exe
|
|
2
|
+
4b8b54437efcebd1a1fd3a67edce02b344d53966e2bd07025c5bba2f6250a453 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.939",
|
|
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