gm-thebird 2.0.1021 → 2.0.1023
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/bin/plugkit.sha256 +6 -6
- package/bin/plugkit.version +1 -1
- package/bin/plugkit.wasm +0 -0
- package/bin/plugkit.wasm.sha256 +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
|
+
2e2dabb7a20d49e8dbf33cc0628c79b4e2a7f121a27150a1de8246e367c00164 plugkit-win32-x64.exe
|
|
2
|
+
2af06f5de2d236fd2055d7ade2a2748db2d206601456eff6710bd6d442f58659 plugkit-win32-arm64.exe
|
|
3
|
+
35550ff8b978219ad59fe96c8a9899fb85e3a6ffcf8094f26f99c9b569959504 plugkit-darwin-x64
|
|
4
|
+
d9cc63b363e3a33c40237cd1b8bbd36b2c8e1e6ffee99f730c73d7c2b2ed5c4b plugkit-darwin-arm64
|
|
5
|
+
99fbd3f4a72e71b3c41a6ad6cbb44a69845aedcac9882b01e1540c0264dd05df plugkit-linux-x64
|
|
6
|
+
fe36f3b5eebfc21519195d7084fbfd5522ca1314619678880e284d75b997ab40 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.364
|
package/bin/plugkit.wasm
CHANGED
|
Binary file
|
package/bin/plugkit.wasm.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4c142765257a0e53b708b4a5d5ff8b237042396882395df3eca6f62593eefe79 plugkit.wasm
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
0661325e260da57110a9a570b30fa7a885f18bc097af3a218f35ee26800b2084 rtk-win32-x64.exe
|
|
2
|
+
32ae8d3bf61d58db6b2c4512cc964c8dc90763a1b11034c966534220bbf3c95c 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.1023",
|
|
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.364"
|
|
27
27
|
}
|
package/package.json
CHANGED