gm-qwen 2.0.993 → 2.0.995
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/bootstrap.js +5 -5
- 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/bootstrap.js
CHANGED
|
@@ -384,7 +384,7 @@ async function bootstrap(opts) {
|
|
|
384
384
|
if (expectedSha) {
|
|
385
385
|
const actualSha = sha256OfFileSync(finalPath);
|
|
386
386
|
if (actualSha === expectedSha) {
|
|
387
|
-
|
|
387
|
+
obsEvent('bootstrap', 'decision.hit', { reason: 'sha-match', version, path: finalPath });
|
|
388
388
|
copyToGmTools(finalPath, wrapperDir, version);
|
|
389
389
|
return finalPath;
|
|
390
390
|
}
|
|
@@ -398,14 +398,14 @@ async function bootstrap(opts) {
|
|
|
398
398
|
try { fs.unlinkSync(finalPath); } catch (_) {}
|
|
399
399
|
try { fs.unlinkSync(okSentinel); } catch (_) {}
|
|
400
400
|
} else {
|
|
401
|
-
|
|
401
|
+
obsEvent('bootstrap', 'decision.hit', { reason: 'sentinel+no-sha-manifest', path: finalPath });
|
|
402
402
|
copyToGmTools(finalPath, wrapperDir, version);
|
|
403
403
|
return finalPath;
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
406
|
|
|
407
407
|
if (healIfShaMatches(finalPath, expectedSha, okSentinel, partialPath, 'plugkit')) {
|
|
408
|
-
|
|
408
|
+
obsEvent('bootstrap', 'decision.heal', { reason: 'sha-match', path: finalPath });
|
|
409
409
|
spawnDetachedRtkFetch(wrapperDir);
|
|
410
410
|
copyToGmTools(finalPath, wrapperDir, version);
|
|
411
411
|
return finalPath;
|
|
@@ -415,12 +415,12 @@ async function bootstrap(opts) {
|
|
|
415
415
|
acquireLock(lockPath);
|
|
416
416
|
try {
|
|
417
417
|
if (fs.existsSync(finalPath) && fs.existsSync(okSentinel)) {
|
|
418
|
-
|
|
418
|
+
obsEvent('bootstrap', 'decision.hit', { reason: 'lock-race-resolved', path: finalPath });
|
|
419
419
|
copyToGmTools(finalPath, wrapperDir, version);
|
|
420
420
|
return finalPath;
|
|
421
421
|
}
|
|
422
422
|
if (healIfShaMatches(finalPath, expectedSha, okSentinel, partialPath, 'plugkit')) {
|
|
423
|
-
|
|
423
|
+
obsEvent('bootstrap', 'decision.heal', { reason: 'sha-match-under-lock', path: finalPath });
|
|
424
424
|
spawnDetachedRtkFetch(wrapperDir);
|
|
425
425
|
copyToGmTools(finalPath, wrapperDir, version);
|
|
426
426
|
return finalPath;
|
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.995",
|
|
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
|
}
|