gm-codex 2.0.956 → 2.0.957
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
|
+
589901e0dbd74db2db6535b427f68597b4effa65f25d9daebdfeae824c1e3d0e plugkit-win32-x64.exe
|
|
2
|
+
0b3397d1c3f137bfd18f3de8e5761aff277980f3b4015e871f9605c6a8e70438 plugkit-win32-arm64.exe
|
|
3
|
+
0345f10c867ec2bf61771faccf2e45362a34faa11b070799c7fcb6fab60fcbd8 plugkit-darwin-x64
|
|
4
|
+
1f009e5be441ad2de6034cfb4a0d16783db7ba4f0f10394ba8fb297118258b83 plugkit-darwin-arm64
|
|
5
|
+
cfcc0035526df5d8bbc571635c65df9f8c91861ee982aa6b9b0998b066975326 plugkit-linux-x64
|
|
6
|
+
be04ce01e64f336dd8dff0de66e9b399edf154265673324342558131a4ffe744 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.324
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
31fb1e501f7074dd0ec8af8bcb1cfbb4161de17b834e94d8dc097e48b01667c4 rtk-win32-x64.exe
|
|
2
|
+
c6005ea4404275858eadd39b1e8122157d24db4757f8ff2b7361c685ce7d5545 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.957",
|
|
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.324"
|
|
27
27
|
}
|
package/package.json
CHANGED