gm-qwen 2.0.751 → 2.0.752
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/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
|
+
5968d5b6087d5bfc68de6d0405952501433f88b029cb0467121379d868d1e3e9 plugkit-win32-x64.exe
|
|
2
|
+
96bb0b9478357abe0d8b1bbb629f35150dbde7e746d0d9e71ddc0592e1ce3932 plugkit-win32-arm64.exe
|
|
3
|
+
2f9cd676778970e8e617de6bed921c220703df8f2314d257f867db1ed1281dd3 plugkit-darwin-x64
|
|
4
|
+
ce1d9f7d83f7a06785ca77e84cea8aaf95933e22d8679df75e11737f758e7be6 plugkit-darwin-arm64
|
|
5
|
+
28e6cb748948fb0ba836b8b63e6240a6f1e2dfb331414ded34d0d8d91ff8cc20 plugkit-linux-x64
|
|
6
|
+
b4a85011af17a7cdc62ef81c8b2ea8bafbe4d0ac2f06e28001b035953d6fe30f plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.250
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.752",
|
|
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.250"
|
|
27
27
|
}
|