gm-thebird 2.0.1017 → 2.0.1019
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
|
+
cc0be8c26471f2d275240a6c1306ed83f7a9b3ac2b5c03f7de8d6b5bdf8e0895 plugkit-win32-x64.exe
|
|
2
|
+
35b78749f6173d86bcb1c6872a94a4270641fcca05ca8c6b6d91cba8861c0e3e plugkit-win32-arm64.exe
|
|
3
|
+
595440f15815ee0e72e62528a81c651882048269a657ad4da2fefea8b7b6257e plugkit-darwin-x64
|
|
4
|
+
5b9e34b31609ea7bd143112ac2a2b9646876e4376616d24c9163375ef18f076e plugkit-darwin-arm64
|
|
5
|
+
2466df68b993473b1a1890e7772770cbee9f4e09a3aeedc3c718d8e06d5452ca plugkit-linux-x64
|
|
6
|
+
02fc51b8518b0286c3d9ac93b6d4fce12ca94f7323c00224451e17301bbcce1d plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.361
|
package/bin/plugkit.wasm
ADDED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5d8a54914173db4f142dad1460d231d4652fa8f892bb299a5cff7e8e22596de6 plugkit.wasm
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
6b43561e973b7186de57a54a7154ccc7623eb0e7c0457f3cef576fb6f01acb51 rtk-win32-x64.exe
|
|
2
|
+
6ebdd04b2daa6af7032a880787e7e10c4dab146b1ccb49172981f5e011357a75 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.1019",
|
|
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.361"
|
|
27
27
|
}
|
package/package.json
CHANGED