gm-qwen 2.0.727 → 2.0.729
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
|
+
27b973bafa4031b331f0e394a0747164045d3bdaeb41ae88dec6ac3eec555472 plugkit-win32-x64.exe
|
|
2
|
+
2db2931152583445593038fd0be9ae1fff969287a16cbcd9a61ae4bfdda18298 plugkit-win32-arm64.exe
|
|
3
|
+
eca70984b13f60890bef5e7037f8fbc533804ff0f5c8996305b79cf07f5aa9a6 plugkit-darwin-x64
|
|
4
|
+
1e30a8e689aa3dfc53ce0679d35051882cdd32b13d07fddbff46dbf852615f06 plugkit-darwin-arm64
|
|
5
|
+
edb97627e565599cbbe80cf5006238e86bc862daef23c5ba774f71dae4584c94 plugkit-linux-x64
|
|
6
|
+
7b8dbae9351158414359a95b0adc472eb9e2ed5821180c0ae7990a048d874f17 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.243
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.729",
|
|
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.243"
|
|
27
27
|
}
|