gm-codex 2.0.943 → 2.0.944
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
|
+
35792710653dd3078e9477adff2f86729eda06a02a6eb6d3f4bcdffb86a2d82c plugkit-win32-x64.exe
|
|
2
|
+
948d78e276d49ec0dc29036c4482e5acbdc3d17f76e5d37c55ea237fab85642b plugkit-win32-arm64.exe
|
|
3
|
+
4136bad7948a04f5bd73ff775230fdaaa457d950ffebe2d33235dba254c7ca9b plugkit-darwin-x64
|
|
4
|
+
6143d75d97d7d3533c6bf1a08f386a71015acb10e3c47b2054b812f3cd792b26 plugkit-darwin-arm64
|
|
5
|
+
1a1969863a7adeffd26cbed4886116a89af2d60a4b5d47f62c48c99aaaa3e397 plugkit-linux-x64
|
|
6
|
+
b77ff35bced423aae62ee98ee73322757f5280bb98002921ff5d8deb13f678e4 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.320
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
b4333386d862dea724500d1c74c5bbac942a5605792746b0c565f0b0e2b55bac rtk-win32-x64.exe
|
|
2
|
+
36435946d6e89e27ce7e860eb1b873c5974f6e1b6ad729d56e7dd52f0a861ab6 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.944",
|
|
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.320"
|
|
27
27
|
}
|
package/package.json
CHANGED