gm-qwen 2.0.728 → 2.0.730
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
|
+
fd0082e7ca9f7700ce599b05318ccfd1afd5ff6e238cff754045a581f6b66973 plugkit-win32-x64.exe
|
|
2
|
+
d4e1c0233431c05aadc08fd609d7ede5dc2c046147b8f8bed05212f4818e2e83 plugkit-win32-arm64.exe
|
|
3
|
+
2588f844f6c12037e6bc8aa5bec5d725b9720dc208bba28c83083ebddb8a4f93 plugkit-darwin-x64
|
|
4
|
+
90f58756d112b6b7abc4cec0f1d32bf8ad404cabf562bfcb3be60f5d0eb68f9a plugkit-darwin-arm64
|
|
5
|
+
7202d690ac4c807c34bc11361c616e0ae75502f2ba934742732f15d377658d78 plugkit-linux-x64
|
|
6
|
+
ad214ca79a6cc4700ce885c6055d8abb7a78af9e32183a3a77ff02a9f1e85466 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.244
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.730",
|
|
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.244"
|
|
27
27
|
}
|