gm-thebird 2.0.1023 → 2.0.1024
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 +6 -6
- package/bin/rtk.version +1 -1
- 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
|
+
f1c056d8dd2c21eb2c290ccb04b69a0829ef32958404bfad1c1c5b8d63791430 plugkit-win32-x64.exe
|
|
2
|
+
96956eab3dd709d23896433f11139e54e2aa415d8eba5c8348b4d5f4042b5e4d plugkit-win32-arm64.exe
|
|
3
|
+
1b9ecd9b83517df425e7329f7673f78790d98f9fe6a99b529211ba7cc4971984 plugkit-darwin-x64
|
|
4
|
+
6b6d4b1504e2cfa72f1d8b693afde0c4d4b2cdb35b9c7b0c1dc416a6625d2fa5 plugkit-darwin-arm64
|
|
5
|
+
36c992f65b22e38138cb272aa64584cd1348735709f61dd86e6838b6aed1b123 plugkit-linux-x64
|
|
6
|
+
a654e8bc7c7b4b4daf2f2732d00820c6cc5dc441d7c555af167f5670460ae34c plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.365
|
package/bin/plugkit.wasm
CHANGED
|
Binary file
|
package/bin/plugkit.wasm.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
a89b86ae8a0ffb23790572af406965fe7d4e6e0964b003f2c785283def3c8aa2 plugkit.wasm
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
64db3d4463e5750d59f6113bfee9a546df6d33f1c96605dfbb48e513dfef8c58 rtk-win32-x64.exe
|
|
2
|
+
e8da36373247e30de78411304b014ee67b5c46f8870b436905ad8b03c5446e1c rtk-win32-arm64.exe
|
|
3
|
+
cf3190554b82c7395948b7a478c78bbe2241549b00777e660deff4cbb9e0c4b6 rtk-darwin-x64
|
|
4
|
+
c815bad459b4eaccc8be4a5d74dba397fdfe7d3716e0b6023b188d2351128b82 rtk-darwin-arm64
|
|
5
|
+
7d60dd5abc15f6d46ffd89b5de7253a067e2a3ef6f1cd8ae5a236eda05a504f4 rtk-linux-x64
|
|
6
|
+
cd5dd78035845eef4b362927c61f61e23925af3c12779131024d8334bad87a6b rtk-linux-arm64
|
package/bin/rtk.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.40.0
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1024",
|
|
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.365"
|
|
27
27
|
}
|
package/package.json
CHANGED