gm-qwen 2.0.1005 → 2.0.1006
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/rtk.sha256 +2 -2
- package/gm.json +2 -2
- package/package.json +1 -1
package/bin/plugkit.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
d9e97b301c5f474ddfcc4ca73cefcdfd4af09b009bb2a9801930efdf526a3b15 plugkit-win32-x64.exe
|
|
2
|
+
8fbc9ff0d8e1c3522bc68caca4186c00b5e6ad91d84a5c114e5f5cc4fc0c2b6a plugkit-win32-arm64.exe
|
|
3
|
+
7f4506892d4b1ae31577e8c93f00ada5995b666e1174b8b4f67e3451b6b401ce plugkit-darwin-x64
|
|
4
|
+
6c5fe84c628461496d363802907eca2a6dd1f7c576302ad1430394fab6cef428 plugkit-darwin-arm64
|
|
5
|
+
8e11720e1f45db4c2ef6f6ed0972c77907b3d400b24ca37e9ba6bb68b345c36a plugkit-linux-x64
|
|
6
|
+
2f8961fe4dee4a46d673886d7956e9ea8def3e50b009a068feceb12b08dc5a56 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.351
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
cdf5329760249fba03b38de210aadfe97dcf842bc08995b22e7576252a5e5fb1 rtk-win32-x64.exe
|
|
2
|
+
2570f85454d35690de8c384377e49e2ddff9b120a6aabbf36cb59b8f6de1c4d1 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.1006",
|
|
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.351"
|
|
27
27
|
}
|