gm-qwen 2.0.795 → 2.0.797
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
|
+
94dbf530ce616160fce13770fc8e6ba139895634a1787a984531f288f1e3359a plugkit-win32-x64.exe
|
|
2
|
+
5ff80e5f5209e56f7b0483b7491351e620b110530fa6c091b67ad68e0c8aff62 plugkit-win32-arm64.exe
|
|
3
|
+
12feecb6a02413d48862d8ce3cdf8d42249d7980e3b9037051aabcf879628e74 plugkit-darwin-x64
|
|
4
|
+
7ef0cbc8dbb199c0964bc59662d8321251ea402a46417ca024e23f9df9b750a0 plugkit-darwin-arm64
|
|
5
|
+
10e0e1f83e20252bc201dd681437f8b6248689e1238f3187e7cd9d6807a7a52b plugkit-linux-x64
|
|
6
|
+
bdd907fb31b011297e5f0658cd0746683c55469619c0c31e9730cee6ed86d50f plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.258
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.797",
|
|
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.258"
|
|
27
27
|
}
|