gm-qwen 2.0.729 → 2.0.731
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
|
+
005dffa756dd0c70ec92c05befc5ca189231e281462847e4651ce4f998d2ac5c plugkit-win32-x64.exe
|
|
2
|
+
efb455d44150e275e67b9e7cb31fb75cdeae206e69da97daab6bae8af3ced8f3 plugkit-win32-arm64.exe
|
|
3
|
+
ec58b489ce10bfc868c008682d9b23c1a667f9058740f981e31dfb682f5a5497 plugkit-darwin-x64
|
|
4
|
+
a934f10a4dd45a46e536807a2d70e42eb825421fce2339ebe80f2a16f1e2dcc4 plugkit-darwin-arm64
|
|
5
|
+
43709cce28a62dcf1c72a35e4708270ef99ed2b7cfd0d43b8b4eda5b4686330a plugkit-linux-x64
|
|
6
|
+
37b2be77f69fc4fe0c02128297b946ec82da01501aa6131f9bfa1598fc13158e plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.245
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.731",
|
|
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.245"
|
|
27
27
|
}
|