gm-qwen 2.0.777 → 2.0.779
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
|
+
882cf8f24ae1755f1e503dca8b6010f3f53bf9325c0e58e059b0d9834066a151 plugkit-win32-x64.exe
|
|
2
|
+
d440cd5d3e24c08325c8b7cd45b68abe3f2fcd7195f7ee25e1eaa01c610e2971 plugkit-win32-arm64.exe
|
|
3
|
+
b30b0f6ad8d516283402e8f06a2ae1dae70fb4381ed9e1993751fb1baa7dff6e plugkit-darwin-x64
|
|
4
|
+
2f451f3783af406ba060f06d2ae34653f68b3731f30a0a6e269cf5f8c37372d5 plugkit-darwin-arm64
|
|
5
|
+
6ea361e856a42d69e21cc2037bbe949f3e96fdf5b00412f526b1a09d08bf104f plugkit-linux-x64
|
|
6
|
+
2caa17f4c162ad8fbd2f92ca9432344449313ffc8f75983210ada7ed481cbc03 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.256
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.779",
|
|
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.256"
|
|
27
27
|
}
|