gm-qwen 2.0.755 → 2.0.756
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
|
+
fb30957c13634cf6c70fae0c43d06ea08d750ba0acf6aa458eb8d746b3b55b27 plugkit-win32-x64.exe
|
|
2
|
+
9ec0d6fc086a491d6ac6fa220f83c93771bb36d2c14fdc3585b9343b08bd4536 plugkit-win32-arm64.exe
|
|
3
|
+
764d862ab475b0168ee760b5fb825443bec02baeeaeb0f4d619a5296e821c30b plugkit-darwin-x64
|
|
4
|
+
0acab629fa681cd9682fc10abc21064f1813d550669d81cac3949c9439215cd3 plugkit-darwin-arm64
|
|
5
|
+
df52e7f94176e9fb0bdb1b1bdb00d8a1b1d622fe44ee27625dcabba579c35c52 plugkit-linux-x64
|
|
6
|
+
0b07cb8c3af4e6829b1d9b2584252f88dcf93d7bb30ee3816344d2a71810c8eb plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.251
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.756",
|
|
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.251"
|
|
27
27
|
}
|