gm-qwen 2.0.763 → 2.0.765
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
|
+
8b01973f36fabc489dea6a7ef246d7ea1dd31bc430014256e202fbd046c4625a plugkit-win32-x64.exe
|
|
2
|
+
45e0d522222d1bab9f761e9dd0f36455969199658f2775fd72ec3462a2e3d613 plugkit-win32-arm64.exe
|
|
3
|
+
da14510a384a30dbb8c55189885d47f2b89fbcaeba6cbfb6ce55069b80e77256 plugkit-darwin-x64
|
|
4
|
+
03b3ec2c7ff1e376adccac6d2813ad40dc37aa4e8373b583c3eaac913b0edd31 plugkit-darwin-arm64
|
|
5
|
+
2493a8acf8c2df17eedbfa67ae90d58272dec2f916563eb50a1f3ce95afeedcf plugkit-linux-x64
|
|
6
|
+
4d5359df98b29c2ff3a58764cdcef835e0cb3df4933f58efcd9706aff118299b plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.253
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.765",
|
|
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.253"
|
|
27
27
|
}
|