gm-codex 2.0.927 → 2.0.928
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
|
+
7e02968db54916b37d07d2ae8080a7310cbd1b8b66e243148a4ac4b9ce1540b6 plugkit-win32-x64.exe
|
|
2
|
+
62abe67218e8d5504ac71a0de53d2cde4dded887c4e941382952e4af029fd46f plugkit-win32-arm64.exe
|
|
3
|
+
982e72d857792b14a9ec23f761441151b8c0c31c134e0a3c7cedb971edb97e10 plugkit-darwin-x64
|
|
4
|
+
a0d1345fc61015bf71294bbe4b0d6589167a67184dd89c27d681889579a1eb05 plugkit-darwin-arm64
|
|
5
|
+
90da0e01a51923cace7598b11980810d51101c8cd9ff4f5b6f44425f5de41784 plugkit-linux-x64
|
|
6
|
+
205b83f7a7f86220538328d43cc465ed84c30921103bb2cf6b9ba4c69f6287ae plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.311
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
6190abd6e786f941c126d77cea664e44d7ad48f42ee792f965bc48fd42949f1a rtk-win32-x64.exe
|
|
2
|
+
4b422318a5329edbcaea3a26ed4dd5716d7532f08e594856a104173c38e866d6 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.928",
|
|
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.311"
|
|
27
27
|
}
|
package/package.json
CHANGED