gm-codex 2.0.922 → 2.0.924
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/hooks/hooks.json +1 -1
- package/hooks/hooks.spec.json +1 -1
- 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
|
+
600c0e920df950e5889542747ddec4211e31102a580c9d6d18be95e583038f01 plugkit-win32-x64.exe
|
|
2
|
+
f2abd39546cde19beaa3c66a1811482a9e0c0582fbe5df723d340b6309b94cdf plugkit-win32-arm64.exe
|
|
3
|
+
4876a11141f538eddf99c9898df881333b8522abb486eb99e11065efb784236b plugkit-darwin-x64
|
|
4
|
+
766425550b3da53c024e093e03fd81fdbda449e0af73d6340b4948d0909e2266 plugkit-darwin-arm64
|
|
5
|
+
30c49c0d564ff1dd2a50e967afe261cc5fd9d319dffd3e7ecc2a79a55f2e74c4 plugkit-linux-x64
|
|
6
|
+
371b523e06ac87a7b9e4826243ad880d4da66e03730a7b51925aef1ba0eac63e plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.309
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
f25782892dad3c5572a7fdd8b919212a9282717c742d6d1629a0615c6fe571b0 rtk-win32-x64.exe
|
|
2
|
+
0d7486c9d97b45dfb6c27772dd3fb5fb26af5152c2317136911433a2d1b64da9 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.924",
|
|
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.309"
|
|
27
27
|
}
|
package/hooks/hooks.json
CHANGED
package/hooks/hooks.spec.json
CHANGED
package/package.json
CHANGED