@hunter-harness/workflow-harness 0.2.67 → 0.2.70
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/harness/bundles/general/claude-code/.harness-build.json +1 -1
- package/harness/bundles/general/claude-code/contracts/workflow-policy.json +401 -88
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +4 -2
- package/harness/bundles/general/claude-code/harness-plan/reference.md +32 -2
- package/harness/bundles/general/claude-code/harness-pull/SKILL.md +73 -0
- package/harness/bundles/general/claude-code/harness-push/SKILL.md +73 -0
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +3 -1
- package/harness/bundles/general/claude-code/harness-run/reference.md +20 -0
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +3 -1
- package/harness/bundles/general/claude-code/harness-test/pitfalls.md +34 -3
- package/harness/bundles/general/claude-code/harness-test/reference.md +9 -0
- package/harness/bundles/general/claude-code/scripts/harness_context.py +27 -7
- package/harness/bundles/general/claude-code/scripts/harness_events.py +12 -3
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +127 -11
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +244 -5
- package/harness/bundles/general/claude-code/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/general/claude-code/scripts/harness_service.py +69 -15
- package/harness/bundles/general/claude-code/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/contracts/workflow-policy.json +401 -88
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +4 -2
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +32 -2
- package/harness/bundles/general/codebuddy/harness-pull/SKILL.md +55 -0
- package/harness/bundles/general/codebuddy/harness-push/SKILL.md +55 -0
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +3 -1
- package/harness/bundles/general/codebuddy/harness-run/reference.md +20 -0
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +3 -1
- package/harness/bundles/general/codebuddy/harness-test/pitfalls.md +34 -3
- package/harness/bundles/general/codebuddy/harness-test/reference.md +9 -0
- package/harness/bundles/general/codebuddy/scripts/harness_context.py +27 -7
- package/harness/bundles/general/codebuddy/scripts/harness_events.py +12 -3
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +127 -11
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +244 -5
- package/harness/bundles/general/codebuddy/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/general/codebuddy/scripts/harness_service.py +69 -15
- package/harness/bundles/general/codebuddy/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/contracts/workflow-policy.json +401 -88
- package/harness/bundles/general/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/SKILL.md +4 -2
- package/harness/bundles/general/codex/harness-plan/reference.md +32 -2
- package/harness/bundles/general/codex/harness-pull/SKILL.md +55 -0
- package/harness/bundles/general/codex/harness-push/SKILL.md +55 -0
- package/harness/bundles/general/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +3 -1
- package/harness/bundles/general/codex/harness-run/reference.md +20 -0
- package/harness/bundles/general/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-test/SKILL.md +3 -1
- package/harness/bundles/general/codex/harness-test/pitfalls.md +34 -3
- package/harness/bundles/general/codex/harness-test/reference.md +9 -0
- package/harness/bundles/general/codex/scripts/harness_context.py +27 -7
- package/harness/bundles/general/codex/scripts/harness_events.py +12 -3
- package/harness/bundles/general/codex/scripts/harness_gate.py +127 -11
- package/harness/bundles/general/codex/scripts/harness_ledger.py +244 -5
- package/harness/bundles/general/codex/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/general/codex/scripts/harness_service.py +69 -15
- package/harness/bundles/general/codex/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/contracts/workflow-policy.json +401 -88
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +4 -2
- package/harness/bundles/general/cursor/harness-plan/reference.md +32 -2
- package/harness/bundles/general/cursor/harness-pull/SKILL.md +55 -0
- package/harness/bundles/general/cursor/harness-push/SKILL.md +55 -0
- package/harness/bundles/general/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +3 -1
- package/harness/bundles/general/cursor/harness-run/reference.md +20 -0
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-test/SKILL.md +3 -1
- package/harness/bundles/general/cursor/harness-test/pitfalls.md +34 -3
- package/harness/bundles/general/cursor/harness-test/reference.md +9 -0
- package/harness/bundles/general/cursor/scripts/harness_context.py +27 -7
- package/harness/bundles/general/cursor/scripts/harness_events.py +12 -3
- package/harness/bundles/general/cursor/scripts/harness_gate.py +127 -11
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +244 -5
- package/harness/bundles/general/cursor/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/general/cursor/scripts/harness_service.py +69 -15
- package/harness/bundles/general/cursor/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/contracts/workflow-policy.json +401 -88
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +4 -2
- package/harness/bundles/java/claude-code/harness-plan/reference.md +32 -2
- package/harness/bundles/java/claude-code/harness-pull/SKILL.md +73 -0
- package/harness/bundles/java/claude-code/harness-push/SKILL.md +73 -0
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +3 -1
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +3 -1
- package/harness/bundles/java/claude-code/harness-test/pitfalls.md +34 -3
- package/harness/bundles/java/claude-code/scripts/harness_context.py +27 -7
- package/harness/bundles/java/claude-code/scripts/harness_events.py +12 -3
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +127 -11
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +244 -5
- package/harness/bundles/java/claude-code/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/java/claude-code/scripts/harness_service.py +69 -15
- package/harness/bundles/java/claude-code/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/contracts/workflow-policy.json +401 -88
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +4 -2
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +32 -2
- package/harness/bundles/java/codebuddy/harness-pull/SKILL.md +55 -0
- package/harness/bundles/java/codebuddy/harness-push/SKILL.md +55 -0
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +3 -1
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +3 -1
- package/harness/bundles/java/codebuddy/harness-test/pitfalls.md +34 -3
- package/harness/bundles/java/codebuddy/scripts/harness_context.py +27 -7
- package/harness/bundles/java/codebuddy/scripts/harness_events.py +12 -3
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +127 -11
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +244 -5
- package/harness/bundles/java/codebuddy/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/java/codebuddy/scripts/harness_service.py +69 -15
- package/harness/bundles/java/codebuddy/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/contracts/workflow-policy.json +401 -88
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-plan/SKILL.md +4 -2
- package/harness/bundles/java/codex/harness-plan/reference.md +32 -2
- package/harness/bundles/java/codex/harness-pull/SKILL.md +55 -0
- package/harness/bundles/java/codex/harness-push/SKILL.md +55 -0
- package/harness/bundles/java/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +3 -1
- package/harness/bundles/java/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-test/SKILL.md +3 -1
- package/harness/bundles/java/codex/harness-test/pitfalls.md +34 -3
- package/harness/bundles/java/codex/scripts/harness_context.py +27 -7
- package/harness/bundles/java/codex/scripts/harness_events.py +12 -3
- package/harness/bundles/java/codex/scripts/harness_gate.py +127 -11
- package/harness/bundles/java/codex/scripts/harness_ledger.py +244 -5
- package/harness/bundles/java/codex/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/java/codex/scripts/harness_service.py +69 -15
- package/harness/bundles/java/codex/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/contracts/workflow-policy.json +401 -88
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +4 -2
- package/harness/bundles/java/cursor/harness-plan/reference.md +32 -2
- package/harness/bundles/java/cursor/harness-pull/SKILL.md +55 -0
- package/harness/bundles/java/cursor/harness-push/SKILL.md +55 -0
- package/harness/bundles/java/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +3 -1
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-test/SKILL.md +3 -1
- package/harness/bundles/java/cursor/harness-test/pitfalls.md +34 -3
- package/harness/bundles/java/cursor/scripts/harness_context.py +27 -7
- package/harness/bundles/java/cursor/scripts/harness_events.py +12 -3
- package/harness/bundles/java/cursor/scripts/harness_gate.py +127 -11
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +244 -5
- package/harness/bundles/java/cursor/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/java/cursor/scripts/harness_service.py +69 -15
- package/harness/bundles/java/cursor/scripts/harness_test_guard.py +48 -1
- package/harness/manifests/general/claude-code.json +36 -26
- package/harness/manifests/general/codebuddy.json +36 -26
- package/harness/manifests/general/codex.json +36 -26
- package/harness/manifests/general/cursor.json +36 -26
- package/harness/manifests/java/claude-code.json +36 -26
- package/harness/manifests/java/codebuddy.json +36 -26
- package/harness/manifests/java/codex.json +36 -26
- package/harness/manifests/java/cursor.json +36 -26
- package/hunter-workflow-family.json +11 -7
- package/package.json +1 -1
|
@@ -178,6 +178,32 @@ def _state_project_root(project: Path) -> Path:
|
|
|
178
178
|
return resolved.parent if resolved.name == ".git" else project
|
|
179
179
|
|
|
180
180
|
|
|
181
|
+
def _invalid_project_root(
|
|
182
|
+
action: str, project: Path | str, resolved: Path
|
|
183
|
+
) -> dict[str, Any] | None:
|
|
184
|
+
"""Reject a --project that is not an existing directory.
|
|
185
|
+
|
|
186
|
+
Passing the *project name* (``--project udp``) instead of its path used to
|
|
187
|
+
resolve to ``<cwd>/udp`` and then surface as SNAPSHOT_MISSING — an error
|
|
188
|
+
that points at the wrong thing entirely. Fail here with the resolved path
|
|
189
|
+
so the real mistake is visible.
|
|
190
|
+
"""
|
|
191
|
+
if resolved.is_dir():
|
|
192
|
+
return None
|
|
193
|
+
return _result(
|
|
194
|
+
False,
|
|
195
|
+
action,
|
|
196
|
+
"PROJECT_ROOT_INVALID",
|
|
197
|
+
[],
|
|
198
|
+
project=str(project),
|
|
199
|
+
resolvedProject=str(resolved),
|
|
200
|
+
hint=(
|
|
201
|
+
"--project takes a filesystem path to the project root "
|
|
202
|
+
"(use '.' when running from it), not the project name"
|
|
203
|
+
),
|
|
204
|
+
)
|
|
205
|
+
|
|
206
|
+
|
|
181
207
|
def _change_dir(project: Path, change_dir: Path | str) -> Path | None:
|
|
182
208
|
state_project = _state_project_root(project)
|
|
183
209
|
candidate = Path(change_dir)
|
|
@@ -556,6 +582,9 @@ def record(
|
|
|
556
582
|
) -> dict[str, Any]:
|
|
557
583
|
action = "record"
|
|
558
584
|
project_root = Path(project).resolve()
|
|
585
|
+
invalid_root = _invalid_project_root(action, project, project_root)
|
|
586
|
+
if invalid_root is not None:
|
|
587
|
+
return invalid_root
|
|
559
588
|
if not files:
|
|
560
589
|
return _result(False, action, "EMPTY_FILES", [])
|
|
561
590
|
if reason not in REASONS:
|
|
@@ -1452,6 +1481,9 @@ def _reconcile_close_manifest(
|
|
|
1452
1481
|
def begin(project: Path | str, change_dir: Path | str) -> dict[str, Any]:
|
|
1453
1482
|
action = "begin"
|
|
1454
1483
|
project_root = Path(project).resolve()
|
|
1484
|
+
invalid_root = _invalid_project_root(action, project, project_root)
|
|
1485
|
+
if invalid_root is not None:
|
|
1486
|
+
return invalid_root
|
|
1455
1487
|
change_root = _change_dir(project_root, change_dir)
|
|
1456
1488
|
if change_root is None:
|
|
1457
1489
|
return _result(False, action, "CHANGE_DIR_OUTSIDE_PROJECT", [])
|
|
@@ -1545,12 +1577,24 @@ def begin(project: Path | str, change_dir: Path | str) -> dict[str, Any]:
|
|
|
1545
1577
|
def close(project: Path | str, change_dir: Path | str) -> dict[str, Any]:
|
|
1546
1578
|
action = "close"
|
|
1547
1579
|
project_root = Path(project).resolve()
|
|
1580
|
+
invalid_root = _invalid_project_root(action, project, project_root)
|
|
1581
|
+
if invalid_root is not None:
|
|
1582
|
+
return invalid_root
|
|
1548
1583
|
change_root = _change_dir(project_root, change_dir)
|
|
1549
1584
|
if change_root is None:
|
|
1550
1585
|
return _result(False, action, "CHANGE_DIR_OUTSIDE_PROJECT", [])
|
|
1551
1586
|
snapshot_path = _state_root(change_root) / SNAPSHOT_REL
|
|
1552
1587
|
if not snapshot_path.is_file():
|
|
1553
|
-
|
|
1588
|
+
# Name the exact path: this snapshot is evidence/test-guard-snapshot.json,
|
|
1589
|
+
# not meta/state-snapshot.json, and the two are easy to confuse.
|
|
1590
|
+
return _result(
|
|
1591
|
+
False,
|
|
1592
|
+
action,
|
|
1593
|
+
"SNAPSHOT_MISSING",
|
|
1594
|
+
[],
|
|
1595
|
+
expectedSnapshot=str(snapshot_path),
|
|
1596
|
+
hint="run `harness_test_guard.py begin` for this change first",
|
|
1597
|
+
)
|
|
1554
1598
|
try:
|
|
1555
1599
|
snapshot = _read_json(snapshot_path)
|
|
1556
1600
|
except (OSError, json.JSONDecodeError) as exc:
|
|
@@ -1752,6 +1796,9 @@ def mark(
|
|
|
1752
1796
|
def stage(project: Path | str, change_dir: Path | str) -> dict[str, Any]:
|
|
1753
1797
|
action = "stage"
|
|
1754
1798
|
project_root = Path(project).resolve()
|
|
1799
|
+
invalid_root = _invalid_project_root(action, project, project_root)
|
|
1800
|
+
if invalid_root is not None:
|
|
1801
|
+
return invalid_root
|
|
1755
1802
|
change_root = _change_dir(project_root, change_dir)
|
|
1756
1803
|
if change_root is None:
|
|
1757
1804
|
return _result(False, action, "CHANGE_DIR_OUTSIDE_PROJECT", [])
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.59",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.79",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -16,14 +16,16 @@
|
|
|
16
16
|
"external-convergence@1",
|
|
17
17
|
"codegraph-status@2",
|
|
18
18
|
"doctor-capability@1",
|
|
19
|
-
"registry-governance@1"
|
|
19
|
+
"registry-governance@1",
|
|
20
|
+
"remote-sync-push@1",
|
|
21
|
+
"remote-sync-pull@1"
|
|
20
22
|
]
|
|
21
23
|
},
|
|
22
24
|
"generator": "harness_deploy.py",
|
|
23
25
|
"files": [
|
|
24
26
|
{
|
|
25
27
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
28
|
+
"sha256": "081ba4526127421dd9f38638fd86eece5ddb4f07264a4e94f950164a1b76b2cd"
|
|
27
29
|
},
|
|
28
30
|
{
|
|
29
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
},
|
|
80
82
|
{
|
|
81
83
|
"path": "contracts/workflow-policy.json",
|
|
82
|
-
"sha256": "
|
|
84
|
+
"sha256": "65a308f68b43b7c43b7566d77336b15152a391d26abc7f9fec18290994c85a82"
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
100
|
+
"sha256": "ec075dc1d847d1a810c8cb24f7fcbc37bb9e48ed18a11739e42333993d206d08"
|
|
99
101
|
},
|
|
100
102
|
{
|
|
101
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -111,7 +113,7 @@
|
|
|
111
113
|
},
|
|
112
114
|
{
|
|
113
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
114
|
-
"sha256": "
|
|
116
|
+
"sha256": "6414d47dbd44b58cd2fe4a72be69b94a0444659cce6fa95d06fe01089d86d305"
|
|
115
117
|
},
|
|
116
118
|
{
|
|
117
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -151,11 +153,11 @@
|
|
|
151
153
|
},
|
|
152
154
|
{
|
|
153
155
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
156
|
+
"sha256": "1368b2dd1dac8f09714706e21f7bc4b02f1afd08ac81ad2df952d1680bafa949"
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "7051b89fae0434d7e55738dcca7444294a666d9710828563326c1567e4d1043f"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-plan/checklist.md",
|
|
@@ -167,11 +169,19 @@
|
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-plan/reference.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "e06263459603bba4be15f66455154836dc693c5d3f943abeb6774b30dbe304c7"
|
|
171
173
|
},
|
|
172
174
|
{
|
|
173
175
|
"path": "harness-plan/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
176
|
+
"sha256": "6263cd6bb080e8fe25db52486aadbb2301422e5989ca1fd8eda089273c80803e"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"path": "harness-pull/SKILL.md",
|
|
180
|
+
"sha256": "ef3f32a880bf67c1e0af2aaca385f16e2b710f78c89080226bdce508cce33618"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"path": "harness-push/SKILL.md",
|
|
184
|
+
"sha256": "f8a1d0ad94c22a04d41c42ba533ef99f269f6f9115ae0a825e780d321cc324e9"
|
|
175
185
|
},
|
|
176
186
|
{
|
|
177
187
|
"path": "harness-review/checklist.md",
|
|
@@ -187,7 +197,7 @@
|
|
|
187
197
|
},
|
|
188
198
|
{
|
|
189
199
|
"path": "harness-review/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
200
|
+
"sha256": "f09cd76e45a0092e3b0be1079974ca9c6967b1cd53d5773f2ed24a44fe19a899"
|
|
191
201
|
},
|
|
192
202
|
{
|
|
193
203
|
"path": "harness-run/checklist.md",
|
|
@@ -199,11 +209,11 @@
|
|
|
199
209
|
},
|
|
200
210
|
{
|
|
201
211
|
"path": "harness-run/reference.md",
|
|
202
|
-
"sha256": "
|
|
212
|
+
"sha256": "a11250b12193017d716358c64338685218d4dc1c7022969eb3b52c48d9a2ff00"
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-run/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
216
|
+
"sha256": "d6d6e6956f2cb89a1be8d6b88c76f93a990238754a5dda3b91a5fe9a043172d3"
|
|
207
217
|
},
|
|
208
218
|
{
|
|
209
219
|
"path": "harness-submit/checklist.md",
|
|
@@ -215,7 +225,7 @@
|
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-submit/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
228
|
+
"sha256": "668e8c8b25ce64fa1ce7a6dcebd5cfec67fa3384f88ccc4f42ea6a6163946041"
|
|
219
229
|
},
|
|
220
230
|
{
|
|
221
231
|
"path": "harness-sync/reference.md",
|
|
@@ -223,7 +233,7 @@
|
|
|
223
233
|
},
|
|
224
234
|
{
|
|
225
235
|
"path": "harness-sync/SKILL.md",
|
|
226
|
-
"sha256": "
|
|
236
|
+
"sha256": "c311a0a0568698c4b6b05ee6f6e52f22430e948e30d383f925fffa880a8d7c0b"
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-test/checklist.md",
|
|
@@ -235,11 +245,11 @@
|
|
|
235
245
|
},
|
|
236
246
|
{
|
|
237
247
|
"path": "harness-test/pitfalls.md",
|
|
238
|
-
"sha256": "
|
|
248
|
+
"sha256": "93ba0f76c4b182e0fbabd25d883dd2970c87040b97ff8c69f835ad6f2759f21d"
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "harness-test/reference.md",
|
|
242
|
-
"sha256": "
|
|
252
|
+
"sha256": "b2445487ee14d96466641763870b44f01a29ab8d3cae1ec70d2a7c045e882b1e"
|
|
243
253
|
},
|
|
244
254
|
{
|
|
245
255
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -247,7 +257,7 @@
|
|
|
247
257
|
},
|
|
248
258
|
{
|
|
249
259
|
"path": "harness-test/SKILL.md",
|
|
250
|
-
"sha256": "
|
|
260
|
+
"sha256": "ae70ceab928f0009cf12c9fb79bec47932bfac6ec9bb11ce9052a77bec34255b"
|
|
251
261
|
},
|
|
252
262
|
{
|
|
253
263
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -331,7 +341,7 @@
|
|
|
331
341
|
},
|
|
332
342
|
{
|
|
333
343
|
"path": "scripts/harness_context.py",
|
|
334
|
-
"sha256": "
|
|
344
|
+
"sha256": "c3b4be68cf0034e30199e1cffb8a03c74e5d95267095b737a55bf6d96c1c1df3"
|
|
335
345
|
},
|
|
336
346
|
{
|
|
337
347
|
"path": "scripts/harness_deploy.py",
|
|
@@ -351,7 +361,7 @@
|
|
|
351
361
|
},
|
|
352
362
|
{
|
|
353
363
|
"path": "scripts/harness_events.py",
|
|
354
|
-
"sha256": "
|
|
364
|
+
"sha256": "3116137be32bd696adce47c79f2af99a8f1517a7555bd1bbaffe27e17fd12fbc"
|
|
355
365
|
},
|
|
356
366
|
{
|
|
357
367
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -363,7 +373,7 @@
|
|
|
363
373
|
},
|
|
364
374
|
{
|
|
365
375
|
"path": "scripts/harness_gate.py",
|
|
366
|
-
"sha256": "
|
|
376
|
+
"sha256": "0a226076091d9c1d715a48164dfc0ca123e1839a47753f826729bfca4e327c7f"
|
|
367
377
|
},
|
|
368
378
|
{
|
|
369
379
|
"path": "scripts/harness_headless.py",
|
|
@@ -375,7 +385,7 @@
|
|
|
375
385
|
},
|
|
376
386
|
{
|
|
377
387
|
"path": "scripts/harness_ledger.py",
|
|
378
|
-
"sha256": "
|
|
388
|
+
"sha256": "5e5787ee891f9e41e815f487422946fc78b2242b78a01e232e0132782f887c6b"
|
|
379
389
|
},
|
|
380
390
|
{
|
|
381
391
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -399,7 +409,7 @@
|
|
|
399
409
|
},
|
|
400
410
|
{
|
|
401
411
|
"path": "scripts/harness_plan_finalize.py",
|
|
402
|
-
"sha256": "
|
|
412
|
+
"sha256": "af12b53ab5503eb5c0ead5bd58e8da9d5389c649958ac678bf448e4c8a286d5b"
|
|
403
413
|
},
|
|
404
414
|
{
|
|
405
415
|
"path": "scripts/harness_preflight.py",
|
|
@@ -431,7 +441,7 @@
|
|
|
431
441
|
},
|
|
432
442
|
{
|
|
433
443
|
"path": "scripts/harness_service.py",
|
|
434
|
-
"sha256": "
|
|
444
|
+
"sha256": "ea56f9e6d8454255c1206c1239ef5d4e04aa31cd21f6edd62ba04dba89a795f1"
|
|
435
445
|
},
|
|
436
446
|
{
|
|
437
447
|
"path": "scripts/harness_state.py",
|
|
@@ -447,7 +457,7 @@
|
|
|
447
457
|
},
|
|
448
458
|
{
|
|
449
459
|
"path": "scripts/harness_test_guard.py",
|
|
450
|
-
"sha256": "
|
|
460
|
+
"sha256": "1b4420875a4dc2cfa14dd75b5a8bd4bf4da230bf916651262ae61f7ab5386a08"
|
|
451
461
|
},
|
|
452
462
|
{
|
|
453
463
|
"path": "scripts/harness_test_runner.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.59",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.79",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -16,14 +16,16 @@
|
|
|
16
16
|
"external-convergence@1",
|
|
17
17
|
"codegraph-status@2",
|
|
18
18
|
"doctor-capability@1",
|
|
19
|
-
"registry-governance@1"
|
|
19
|
+
"registry-governance@1",
|
|
20
|
+
"remote-sync-push@1",
|
|
21
|
+
"remote-sync-pull@1"
|
|
20
22
|
]
|
|
21
23
|
},
|
|
22
24
|
"generator": "harness_deploy.py",
|
|
23
25
|
"files": [
|
|
24
26
|
{
|
|
25
27
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
28
|
+
"sha256": "5c6b03036e917c534766506c2618b4c62ddf8ec0bed346959d3425f3ee947cd7"
|
|
27
29
|
},
|
|
28
30
|
{
|
|
29
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
},
|
|
80
82
|
{
|
|
81
83
|
"path": "contracts/workflow-policy.json",
|
|
82
|
-
"sha256": "
|
|
84
|
+
"sha256": "65a308f68b43b7c43b7566d77336b15152a391d26abc7f9fec18290994c85a82"
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
100
|
+
"sha256": "9648f9c476b5804161e26634706f5a8509c05064263fffee46c2868135d7adac"
|
|
99
101
|
},
|
|
100
102
|
{
|
|
101
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -111,7 +113,7 @@
|
|
|
111
113
|
},
|
|
112
114
|
{
|
|
113
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
114
|
-
"sha256": "
|
|
116
|
+
"sha256": "0817b33db2ba793aba0f90192965e5fa13aeda313e9022764afb2de3243ff88a"
|
|
115
117
|
},
|
|
116
118
|
{
|
|
117
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -151,11 +153,11 @@
|
|
|
151
153
|
},
|
|
152
154
|
{
|
|
153
155
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
156
|
+
"sha256": "e766eb81b91c3f5f1f2b466cdaafe8d44f8c58c4629114e16b86f7a1e644cc56"
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "027720727c9cfcbc714c42909f00f7eb9c47cea592fda5eac8b9f847a0bf04eb"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-plan/checklist.md",
|
|
@@ -167,11 +169,19 @@
|
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-plan/reference.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "e06263459603bba4be15f66455154836dc693c5d3f943abeb6774b30dbe304c7"
|
|
171
173
|
},
|
|
172
174
|
{
|
|
173
175
|
"path": "harness-plan/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
176
|
+
"sha256": "a64f1ebbabf936088e6edac8dc8a78f0d300dc505853af1faee99994dd986dd7"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"path": "harness-pull/SKILL.md",
|
|
180
|
+
"sha256": "db00756d9280b9f31fd1268fb11a42a50c1ea829ea407011e125a6edc1ef4883"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"path": "harness-push/SKILL.md",
|
|
184
|
+
"sha256": "e5abfb52c785ad4f49193b07a3481de13f2b16582d46ebd0f602cb887d119ce9"
|
|
175
185
|
},
|
|
176
186
|
{
|
|
177
187
|
"path": "harness-review/checklist.md",
|
|
@@ -187,7 +197,7 @@
|
|
|
187
197
|
},
|
|
188
198
|
{
|
|
189
199
|
"path": "harness-review/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
200
|
+
"sha256": "2c899517d6a7f83c042dadc9f73d6466b6faf7998e206642851b3da4d6e66199"
|
|
191
201
|
},
|
|
192
202
|
{
|
|
193
203
|
"path": "harness-run/checklist.md",
|
|
@@ -199,11 +209,11 @@
|
|
|
199
209
|
},
|
|
200
210
|
{
|
|
201
211
|
"path": "harness-run/reference.md",
|
|
202
|
-
"sha256": "
|
|
212
|
+
"sha256": "a11250b12193017d716358c64338685218d4dc1c7022969eb3b52c48d9a2ff00"
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-run/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
216
|
+
"sha256": "a87272f260363da4216064fce2444a741f92131fcf136605d5d35babae4dc4b1"
|
|
207
217
|
},
|
|
208
218
|
{
|
|
209
219
|
"path": "harness-submit/checklist.md",
|
|
@@ -215,7 +225,7 @@
|
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-submit/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
228
|
+
"sha256": "ddff7802558d312b1e76b9b37f5e31657bd6498d019b9e16af90967df7a568fc"
|
|
219
229
|
},
|
|
220
230
|
{
|
|
221
231
|
"path": "harness-sync/reference.md",
|
|
@@ -223,7 +233,7 @@
|
|
|
223
233
|
},
|
|
224
234
|
{
|
|
225
235
|
"path": "harness-sync/SKILL.md",
|
|
226
|
-
"sha256": "
|
|
236
|
+
"sha256": "e1ead760d54d81de7327cd400be23e5071cb83bc45697a5fbc8502e591b6361a"
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-test/checklist.md",
|
|
@@ -235,11 +245,11 @@
|
|
|
235
245
|
},
|
|
236
246
|
{
|
|
237
247
|
"path": "harness-test/pitfalls.md",
|
|
238
|
-
"sha256": "
|
|
248
|
+
"sha256": "93ba0f76c4b182e0fbabd25d883dd2970c87040b97ff8c69f835ad6f2759f21d"
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "harness-test/reference.md",
|
|
242
|
-
"sha256": "
|
|
252
|
+
"sha256": "b2445487ee14d96466641763870b44f01a29ab8d3cae1ec70d2a7c045e882b1e"
|
|
243
253
|
},
|
|
244
254
|
{
|
|
245
255
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -247,7 +257,7 @@
|
|
|
247
257
|
},
|
|
248
258
|
{
|
|
249
259
|
"path": "harness-test/SKILL.md",
|
|
250
|
-
"sha256": "
|
|
260
|
+
"sha256": "67d03e5569348017a6341c9bddd394e9a9f52926ac846be020976bcb007324b3"
|
|
251
261
|
},
|
|
252
262
|
{
|
|
253
263
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -331,7 +341,7 @@
|
|
|
331
341
|
},
|
|
332
342
|
{
|
|
333
343
|
"path": "scripts/harness_context.py",
|
|
334
|
-
"sha256": "
|
|
344
|
+
"sha256": "c3b4be68cf0034e30199e1cffb8a03c74e5d95267095b737a55bf6d96c1c1df3"
|
|
335
345
|
},
|
|
336
346
|
{
|
|
337
347
|
"path": "scripts/harness_deploy.py",
|
|
@@ -351,7 +361,7 @@
|
|
|
351
361
|
},
|
|
352
362
|
{
|
|
353
363
|
"path": "scripts/harness_events.py",
|
|
354
|
-
"sha256": "
|
|
364
|
+
"sha256": "3116137be32bd696adce47c79f2af99a8f1517a7555bd1bbaffe27e17fd12fbc"
|
|
355
365
|
},
|
|
356
366
|
{
|
|
357
367
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -363,7 +373,7 @@
|
|
|
363
373
|
},
|
|
364
374
|
{
|
|
365
375
|
"path": "scripts/harness_gate.py",
|
|
366
|
-
"sha256": "
|
|
376
|
+
"sha256": "0a226076091d9c1d715a48164dfc0ca123e1839a47753f826729bfca4e327c7f"
|
|
367
377
|
},
|
|
368
378
|
{
|
|
369
379
|
"path": "scripts/harness_headless.py",
|
|
@@ -375,7 +385,7 @@
|
|
|
375
385
|
},
|
|
376
386
|
{
|
|
377
387
|
"path": "scripts/harness_ledger.py",
|
|
378
|
-
"sha256": "
|
|
388
|
+
"sha256": "5e5787ee891f9e41e815f487422946fc78b2242b78a01e232e0132782f887c6b"
|
|
379
389
|
},
|
|
380
390
|
{
|
|
381
391
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -399,7 +409,7 @@
|
|
|
399
409
|
},
|
|
400
410
|
{
|
|
401
411
|
"path": "scripts/harness_plan_finalize.py",
|
|
402
|
-
"sha256": "
|
|
412
|
+
"sha256": "af12b53ab5503eb5c0ead5bd58e8da9d5389c649958ac678bf448e4c8a286d5b"
|
|
403
413
|
},
|
|
404
414
|
{
|
|
405
415
|
"path": "scripts/harness_preflight.py",
|
|
@@ -431,7 +441,7 @@
|
|
|
431
441
|
},
|
|
432
442
|
{
|
|
433
443
|
"path": "scripts/harness_service.py",
|
|
434
|
-
"sha256": "
|
|
444
|
+
"sha256": "ea56f9e6d8454255c1206c1239ef5d4e04aa31cd21f6edd62ba04dba89a795f1"
|
|
435
445
|
},
|
|
436
446
|
{
|
|
437
447
|
"path": "scripts/harness_state.py",
|
|
@@ -447,7 +457,7 @@
|
|
|
447
457
|
},
|
|
448
458
|
{
|
|
449
459
|
"path": "scripts/harness_test_guard.py",
|
|
450
|
-
"sha256": "
|
|
460
|
+
"sha256": "1b4420875a4dc2cfa14dd75b5a8bd4bf4da230bf916651262ae61f7ab5386a08"
|
|
451
461
|
},
|
|
452
462
|
{
|
|
453
463
|
"path": "scripts/harness_test_runner.py",
|