gm-codex 2.0.999 → 2.0.1001
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
|
+
db181f48fe1de5700af2f21f45a7a7a77575ca33ac8b52a68e426234c47497a7 plugkit-win32-x64.exe
|
|
2
|
+
eac80dd8170f4bf8359535bef5cd4229f64636819d31651213639e540d5f5378 plugkit-win32-arm64.exe
|
|
3
|
+
1d1a6f88800a4dff79b768e2f7d99ec7682bd42c9743c20f823f709cbea6b644 plugkit-darwin-x64
|
|
4
|
+
2a23671421d592c3b795a68aa46c61c94d2e8a38a294b2aad0a94df71a893955 plugkit-darwin-arm64
|
|
5
|
+
f3473c543569f7c707548b414637607885f407f124f07c57ef6c4f023341e16c plugkit-linux-x64
|
|
6
|
+
b43a352f93a81bcb1b54327c7e26373a09d37f29f5c940819d1bf60a1a481476 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.348
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
abcf72672b1ecc1461bf072fef8055c881b717def10d6cfe0c10d74d99784022 rtk-win32-x64.exe
|
|
2
|
+
b1c9deaf33a98eab19736f8d730c35a177c8420f030664e3c4e1a3de163104aa 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.1001",
|
|
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.348"
|
|
27
27
|
}
|
package/package.json
CHANGED