gm-thebird 2.0.1012 → 2.0.1013
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/plugin.json +1 -1
package/bin/plugkit.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
6501d7c048e8c690f24fe733207137750fad83005cc73adbf10c18c8d1443031 plugkit-win32-x64.exe
|
|
2
|
+
d58f5f251d5e8ed1b2726d6a2957c1bcfd173cf32502d1e821628a0c292f0efb plugkit-win32-arm64.exe
|
|
3
|
+
0e28ea18e5a60523c4bba08be4e994bfb7ffe750c1b13f953913e7391e4422f6 plugkit-darwin-x64
|
|
4
|
+
ace557470eb85ece6db50bbeeb1c8976d451ac2aa12f3fda35afc38781b0cc74 plugkit-darwin-arm64
|
|
5
|
+
235dc170f82fc6a92750b92f66ed2f4f68fb356ea8e702462eb56c95fd57cc4f plugkit-linux-x64
|
|
6
|
+
eca964c510e18777c05c842545abc752aa912b84f327ff87acd22e91bfcca9e3 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.355
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
139bbf1df6ac26fe8c346b3526f51fd9edde692bf60be23a77fb21e957e634e7 rtk-win32-x64.exe
|
|
2
|
+
82db52627707767943376e01b5010801e335434972ac4dc4cd27d67d248e22c1 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.1013",
|
|
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.355"
|
|
27
27
|
}
|
package/package.json
CHANGED