gm-thebird 2.0.1021 → 2.0.1022
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
|
+
c2c58c275374f3f6345ec33a0f3b734327bb0e139dc1d9428ed7dce03918cd15 plugkit-win32-x64.exe
|
|
2
|
+
304d97fa3b07782121e202c14af7ff8938b464601f2cec233c64bc603fac4953 plugkit-win32-arm64.exe
|
|
3
|
+
9ac63f4bdec97ca5524a7d839852122e5e5dee99e05ef61aff3078a670490e65 plugkit-darwin-x64
|
|
4
|
+
8998d0c1cb2d7dcff486ed1effee9e3c470dc45e634544901359b611c99f7e72 plugkit-darwin-arm64
|
|
5
|
+
11de43980eb7aaf08508ad3580c47bbef6db40569de72ce350de9a320c2957db plugkit-linux-x64
|
|
6
|
+
cd4f98e1eb28ad80bdc4e5dec78eb6b1b2adb5dbbd2ebf569d3c72930f22aea3 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
|
+
d33fd238105768d49f5474146082e0a7c60056b02eaa71b36b722e6e1ebd1c65 rtk-win32-x64.exe
|
|
2
|
+
4be497e7ac33b68c08a13fbe2710f07daf6507f4c6a20c3fa649fb82ae9eb603 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.1022",
|
|
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