@gethmy/harness 1.1.0 → 1.1.1
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/dist/cli.js +6 -0
- package/dist/index.js +6 -0
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -388,6 +388,11 @@ function toStageGateEvidenceInsert(context, evidence) {
|
|
|
388
388
|
|
|
389
389
|
// ../harmony-shared/dist/logger.js
|
|
390
390
|
var init_logger = () => {};
|
|
391
|
+
// ../harmony-shared/dist/playbookAutoBind.js
|
|
392
|
+
var init_playbookAutoBind = __esm(() => {
|
|
393
|
+
init_gateEvaluate();
|
|
394
|
+
});
|
|
395
|
+
|
|
391
396
|
// ../harmony-shared/dist/playbookCatalog.js
|
|
392
397
|
var init_playbookCatalog = () => {};
|
|
393
398
|
|
|
@@ -465,6 +470,7 @@ var init_dist = __esm(() => {
|
|
|
465
470
|
init_constants();
|
|
466
471
|
init_gateEvaluate();
|
|
467
472
|
init_logger();
|
|
473
|
+
init_playbookAutoBind();
|
|
468
474
|
init_playbookCatalog();
|
|
469
475
|
init_playbookStage();
|
|
470
476
|
init_projectTemplates();
|
package/dist/index.js
CHANGED
|
@@ -471,6 +471,11 @@ function toStageGateEvidenceInsert(context, evidence) {
|
|
|
471
471
|
|
|
472
472
|
// ../harmony-shared/dist/logger.js
|
|
473
473
|
var init_logger = () => {};
|
|
474
|
+
// ../harmony-shared/dist/playbookAutoBind.js
|
|
475
|
+
var init_playbookAutoBind = __esm(() => {
|
|
476
|
+
init_gateEvaluate();
|
|
477
|
+
});
|
|
478
|
+
|
|
474
479
|
// ../harmony-shared/dist/playbookCatalog.js
|
|
475
480
|
var init_playbookCatalog = () => {};
|
|
476
481
|
|
|
@@ -548,6 +553,7 @@ var init_dist = __esm(() => {
|
|
|
548
553
|
init_constants();
|
|
549
554
|
init_gateEvaluate();
|
|
550
555
|
init_logger();
|
|
556
|
+
init_playbookAutoBind();
|
|
551
557
|
init_playbookCatalog();
|
|
552
558
|
init_playbookStage();
|
|
553
559
|
init_projectTemplates();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gethmy/harness",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Execution motor for Harmony playbook stages. Runs exactly one stage per invocation: worktree, role-separated subagents, held oracle, gate evidence. It never routes, never judges, never pushes.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@anthropic-ai/claude-agent-sdk": "^0.3.178",
|
|
58
|
-
"@gethmy/mcp": "2.
|
|
58
|
+
"@gethmy/mcp": "2.24.0",
|
|
59
59
|
"@supabase/supabase-js": "2.95.3"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|