gm-thebird 2.0.1016 → 2.0.1018
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 -0
- 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
|
+
b0f9c6dec55cb747b368a51a9cacb7f5c515b6c65c9ecbdc513b90827ea536b1 plugkit-win32-x64.exe
|
|
2
|
+
81874f56cd49ff9efe130f5e6700fee79b6a13d36dc903c820297ecc70b67f06 plugkit-win32-arm64.exe
|
|
3
|
+
019113812e3b36499a42a8247366cb3f1846eace1609b1110586876336f497c8 plugkit-darwin-x64
|
|
4
|
+
24fae9cad7f2dd181c28fe3ccc3772a69e7c82c14e50f43e0fe30417ad59e6f4 plugkit-darwin-arm64
|
|
5
|
+
c71df5b5162a016c978a732db8771b6757a64737a879fbe8014437c06ac7ac85 plugkit-linux-x64
|
|
6
|
+
de07f50815f727cc47fd817ed259365ebb83937611c289d3761f61772e3a0407 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.360
|
package/bin/plugkit.wasm
ADDED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c37f6c9b4ace618cf10a0bf33ddee3708a170216458055361ec3ba1acb05d884 plugkit.wasm
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
84f7d4256e115aa1443b7c6fa77b1d5ca4d26ab3deed3f1da60fbdec73111a53 rtk-win32-x64.exe
|
|
2
|
+
6b8baf4146b75d51ebc40e14ad84572642635d0df98e227bc456d07dc1c62ff3 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.1018",
|
|
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.360"
|
|
27
27
|
}
|
package/package.json
CHANGED