gm-qwen 2.0.992 → 2.0.994
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
|
+
f8bf73b8de9302f8915238b25f96c2c088ab78a9b781a88b12fd6888a0a95c35 plugkit-win32-x64.exe
|
|
2
|
+
65e7b77aa3739ba94b37812ebe2e1f61f8c44b49e7ea0f42997067b3b7c8c4b2 plugkit-win32-arm64.exe
|
|
3
|
+
99dadd1e8bc5396e814f980542b654157d0eff3ce9c7b07e82a1f82bb823e4d3 plugkit-darwin-x64
|
|
4
|
+
4f2d24e661dddcdbaf7cd1fab6cebdc407ef84c8bfc302c0e24800aaad76b945 plugkit-darwin-arm64
|
|
5
|
+
6fee6c30891c4e3ee9a65b946621023ec58ca42fc5972b99eacf5a7a5a50900c plugkit-linux-x64
|
|
6
|
+
68d9a64ebb78dfcd36bb52ba089dfa42b6718c1a46456188c7dd5de2f91714d0 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.345
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
572c02ddaa21155d69952569262edb7327901fef480b11e6a7c1619764d6c877 rtk-win32-x64.exe
|
|
2
|
+
c0f0dea4e581783c884f5ecf2f01ba56bdb67a6e6f1daf760c61a4ff17cca462 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.994",
|
|
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.345"
|
|
27
27
|
}
|