gm-codex 2.0.926 → 2.0.927
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
|
+
4ab0442cc3268fc6cedfceded1e5e35be511893e5c54f90ed632f57f32825367 plugkit-win32-x64.exe
|
|
2
|
+
ef29dcc49b4278a07c6df3d45d969669d0aea72d34ff1e1a82c8d819fbceef43 plugkit-win32-arm64.exe
|
|
3
|
+
54560ee99da5c62f44114b854e1e3e7af3e5f8c8eb8e4a7b9c44f30505a05865 plugkit-darwin-x64
|
|
4
|
+
82b1eec8bee00ca63bc7ce95ff83115ae11a2a3e82c91af3a00f2b75802bd20f plugkit-darwin-arm64
|
|
5
|
+
d2de83112b31deb6c3a4e3ac005e9f79da236ab46fd7a8d5a4674d371686b9be plugkit-linux-x64
|
|
6
|
+
e7259d6bfa7a2264692fee04fb5c4e3e78dc23bac2c2fe34c79af74ae9757367 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.310
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
1d3acdad9666e9f1c2013df565716127feaa8c250fe5dfa2c205c9ee98819eba rtk-win32-x64.exe
|
|
2
|
+
e3befa4f75b07e803a24f47690656c4d28bc274985a578f5642564a5263b4696 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.927",
|
|
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.310"
|
|
27
27
|
}
|
package/package.json
CHANGED