gm-qwen 2.0.1001 → 2.0.1003
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/bin/rtk.sha256 +2 -2
- 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
|
+
ded2baea3ead59fdb3aeb48da152b91ff952dcf321e6e4cc9e50951ffe8bb0b2 plugkit-win32-x64.exe
|
|
2
|
+
37c30e7579836b087ea6c19ed2ac694bfd9d7bcf95fe8212ced72fc4072b3219 plugkit-win32-arm64.exe
|
|
3
|
+
aa331a65ff82a114f0816e87cd5464de657185eacbcccd94706def5eb37bfc59 plugkit-darwin-x64
|
|
4
|
+
3baa75d7d4c888d83da761953528039291595af723daca767da71566ebe5130c plugkit-darwin-arm64
|
|
5
|
+
a8bb8a788b041e893dff89b46b2340a64dbfefec46b9a3d98e9608a25b9cff2a plugkit-linux-x64
|
|
6
|
+
9c0173503648395fd60d889bd8302bbfb92eed62425a2646f6a4a87d54d87c68 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.349
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
33bd74c9f35b2a42f97241efb53de527316ba156fd036b2f4c6206b63c84efe2 rtk-win32-x64.exe
|
|
2
|
+
54691a2b1729c40507d87a123c0c17a86c2de0e1f5ae6b18b666bbaaa072065c rtk-win32-arm64.exe
|
|
3
3
|
1b1e792767ed0e1e6ca0e2f0a8de02e77b06dea2f5ae667278b94baf239fcdc3 rtk-darwin-x64
|
|
4
4
|
9717978d9d6216ea50c94444e00e359479b6315a17bd48c16064b267c8b0b60d rtk-darwin-arm64
|
|
5
5
|
a100d3defac54194144e5723aec57e6f286b42298c67145c8428815246c9ee56 rtk-linux-x64
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1003",
|
|
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.349"
|
|
27
27
|
}
|