gm-qwen 2.0.1001 → 2.0.1002
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
|
+
ebebd23cd5f7572ccd131a7ceaa5ee403c5cfb2ce92a85aee42f277437c5b9ae plugkit-win32-x64.exe
|
|
2
|
+
cc79274805d7c274811b7e0d9c87c8dd9e6ff9bbcf8e9905114497447e65f8ab plugkit-win32-arm64.exe
|
|
3
|
+
86367b2ff0af581e125a26fd34361ca2e1d93fd55d286a49cf137966b5bf3e26 plugkit-darwin-x64
|
|
4
|
+
7d78428aceefd438437b2eb7f08d0e1127e2bfd5fecb4b294a400b8bf78f4dab plugkit-darwin-arm64
|
|
5
|
+
62c904f37277d4777ccdb8e1a5f63b9929a407b355961015c41f4602c4281add plugkit-linux-x64
|
|
6
|
+
6ef2c9b7622f84a5e5cf1847cf5dc30e97ad07fd53dc6fc0323c77ee49b04cf6 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
|
+
07392041e95c2c4bfcb4d9f09cced8cd5e558f28359d7406e186d9d48a24dc22 rtk-win32-x64.exe
|
|
2
|
+
480c50e64052be7cfcce1352984e4c09a68ac4666dd8d0556dfbf2550ec47f06 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.1002",
|
|
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
|
}
|