@hunter-harness/workflow-harness 0.2.86 → 0.3.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/harness/bundles/general/claude-code/.harness-build.json +1 -1
- package/harness/bundles/general/claude-code/contracts/workflow-policy.json +46 -17
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-execute/SKILL.md +189 -0
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +10 -10
- package/harness/bundles/general/claude-code/harness-plan/checklist.md +2 -13
- package/harness/bundles/general/claude-code/harness-plan/reference.md +43 -81
- package/harness/bundles/general/claude-code/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/claude-code/harness-review/protocols.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +8 -2
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-submit/checklist.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 +11 -2
- package/harness/bundles/general/claude-code/scripts/harness_adoption_metrics.py +391 -0
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +46 -15
- package/harness/bundles/general/claude-code/scripts/harness_context.py +94 -43
- package/harness/bundles/general/claude-code/scripts/harness_events.py +1 -1
- package/harness/bundles/general/claude-code/scripts/harness_events_sync.py +1 -0
- package/harness/bundles/general/claude-code/scripts/harness_fixback.py +10 -10
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +92 -25
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +4 -2
- package/harness/bundles/general/claude-code/scripts/harness_paths.py +120 -5
- package/harness/bundles/general/claude-code/scripts/harness_phase.py +41 -17
- package/harness/bundles/general/claude-code/scripts/harness_plan_finalize.py +16 -873
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/contracts/workflow-policy.json +46 -17
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-execute/SKILL.md +170 -0
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +10 -10
- package/harness/bundles/general/codebuddy/harness-plan/checklist.md +2 -13
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +43 -81
- package/harness/bundles/general/codebuddy/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/harness-review/protocols.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +8 -2
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-submit/checklist.md +1 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +11 -2
- package/harness/bundles/general/codebuddy/scripts/harness_adoption_metrics.py +391 -0
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +46 -15
- package/harness/bundles/general/codebuddy/scripts/harness_context.py +94 -43
- package/harness/bundles/general/codebuddy/scripts/harness_events.py +1 -1
- package/harness/bundles/general/codebuddy/scripts/harness_events_sync.py +1 -0
- package/harness/bundles/general/codebuddy/scripts/harness_fixback.py +10 -10
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +92 -25
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +4 -2
- package/harness/bundles/general/codebuddy/scripts/harness_paths.py +120 -5
- package/harness/bundles/general/codebuddy/scripts/harness_phase.py +41 -17
- package/harness/bundles/general/codebuddy/scripts/harness_plan_finalize.py +16 -873
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/contracts/workflow-policy.json +46 -17
- package/harness/bundles/general/codex/harness-archive/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-execute/SKILL.md +170 -0
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-plan/SKILL.md +10 -10
- package/harness/bundles/general/codex/harness-plan/checklist.md +2 -13
- package/harness/bundles/general/codex/harness-plan/reference.md +43 -81
- package/harness/bundles/general/codex/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/codex/harness-review/protocols.md +1 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +8 -2
- package/harness/bundles/general/codex/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-submit/checklist.md +1 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-test/SKILL.md +11 -2
- package/harness/bundles/general/codex/scripts/harness_adoption_metrics.py +391 -0
- package/harness/bundles/general/codex/scripts/harness_archive.py +46 -15
- package/harness/bundles/general/codex/scripts/harness_context.py +94 -43
- package/harness/bundles/general/codex/scripts/harness_events.py +1 -1
- package/harness/bundles/general/codex/scripts/harness_events_sync.py +1 -0
- package/harness/bundles/general/codex/scripts/harness_fixback.py +10 -10
- package/harness/bundles/general/codex/scripts/harness_gate.py +92 -25
- package/harness/bundles/general/codex/scripts/harness_ledger.py +4 -2
- package/harness/bundles/general/codex/scripts/harness_paths.py +120 -5
- package/harness/bundles/general/codex/scripts/harness_phase.py +41 -17
- package/harness/bundles/general/codex/scripts/harness_plan_finalize.py +16 -873
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/contracts/workflow-policy.json +46 -17
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-execute/SKILL.md +170 -0
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +10 -10
- package/harness/bundles/general/cursor/harness-plan/checklist.md +2 -13
- package/harness/bundles/general/cursor/harness-plan/reference.md +43 -81
- package/harness/bundles/general/cursor/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/cursor/harness-review/protocols.md +1 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +8 -2
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-submit/checklist.md +1 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-test/SKILL.md +11 -2
- package/harness/bundles/general/cursor/scripts/harness_adoption_metrics.py +391 -0
- package/harness/bundles/general/cursor/scripts/harness_archive.py +46 -15
- package/harness/bundles/general/cursor/scripts/harness_context.py +94 -43
- package/harness/bundles/general/cursor/scripts/harness_events.py +1 -1
- package/harness/bundles/general/cursor/scripts/harness_events_sync.py +1 -0
- package/harness/bundles/general/cursor/scripts/harness_fixback.py +10 -10
- package/harness/bundles/general/cursor/scripts/harness_gate.py +92 -25
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +4 -2
- package/harness/bundles/general/cursor/scripts/harness_paths.py +120 -5
- package/harness/bundles/general/cursor/scripts/harness_phase.py +41 -17
- package/harness/bundles/general/cursor/scripts/harness_plan_finalize.py +16 -873
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/contracts/workflow-policy.json +46 -17
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-execute/SKILL.md +189 -0
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +10 -10
- package/harness/bundles/java/claude-code/harness-plan/checklist.md +2 -13
- package/harness/bundles/java/claude-code/harness-plan/reference.md +43 -81
- package/harness/bundles/java/claude-code/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-review/protocols.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +8 -2
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-submit/checklist.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 +11 -2
- package/harness/bundles/java/claude-code/scripts/harness_adoption_metrics.py +391 -0
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +46 -15
- package/harness/bundles/java/claude-code/scripts/harness_context.py +94 -43
- package/harness/bundles/java/claude-code/scripts/harness_events.py +1 -1
- package/harness/bundles/java/claude-code/scripts/harness_events_sync.py +1 -0
- package/harness/bundles/java/claude-code/scripts/harness_fixback.py +10 -10
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +92 -25
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +4 -2
- package/harness/bundles/java/claude-code/scripts/harness_paths.py +120 -5
- package/harness/bundles/java/claude-code/scripts/harness_phase.py +41 -17
- package/harness/bundles/java/claude-code/scripts/harness_plan_finalize.py +16 -873
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/contracts/workflow-policy.json +46 -17
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-execute/SKILL.md +170 -0
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +10 -10
- package/harness/bundles/java/codebuddy/harness-plan/checklist.md +2 -13
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +43 -81
- package/harness/bundles/java/codebuddy/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-review/protocols.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +8 -2
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-submit/checklist.md +1 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +11 -2
- package/harness/bundles/java/codebuddy/scripts/harness_adoption_metrics.py +391 -0
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +46 -15
- package/harness/bundles/java/codebuddy/scripts/harness_context.py +94 -43
- package/harness/bundles/java/codebuddy/scripts/harness_events.py +1 -1
- package/harness/bundles/java/codebuddy/scripts/harness_events_sync.py +1 -0
- package/harness/bundles/java/codebuddy/scripts/harness_fixback.py +10 -10
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +92 -25
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +4 -2
- package/harness/bundles/java/codebuddy/scripts/harness_paths.py +120 -5
- package/harness/bundles/java/codebuddy/scripts/harness_phase.py +41 -17
- package/harness/bundles/java/codebuddy/scripts/harness_plan_finalize.py +16 -873
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/contracts/workflow-policy.json +46 -17
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-archive/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-execute/SKILL.md +170 -0
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-plan/SKILL.md +10 -10
- package/harness/bundles/java/codex/harness-plan/checklist.md +2 -13
- package/harness/bundles/java/codex/harness-plan/reference.md +43 -81
- package/harness/bundles/java/codex/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-review/protocols.md +1 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +8 -2
- package/harness/bundles/java/codex/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-submit/checklist.md +1 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-test/SKILL.md +11 -2
- package/harness/bundles/java/codex/scripts/harness_adoption_metrics.py +391 -0
- package/harness/bundles/java/codex/scripts/harness_archive.py +46 -15
- package/harness/bundles/java/codex/scripts/harness_context.py +94 -43
- package/harness/bundles/java/codex/scripts/harness_events.py +1 -1
- package/harness/bundles/java/codex/scripts/harness_events_sync.py +1 -0
- package/harness/bundles/java/codex/scripts/harness_fixback.py +10 -10
- package/harness/bundles/java/codex/scripts/harness_gate.py +92 -25
- package/harness/bundles/java/codex/scripts/harness_ledger.py +4 -2
- package/harness/bundles/java/codex/scripts/harness_paths.py +120 -5
- package/harness/bundles/java/codex/scripts/harness_phase.py +41 -17
- package/harness/bundles/java/codex/scripts/harness_plan_finalize.py +16 -873
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/contracts/workflow-policy.json +46 -17
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-execute/SKILL.md +170 -0
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +10 -10
- package/harness/bundles/java/cursor/harness-plan/checklist.md +2 -13
- package/harness/bundles/java/cursor/harness-plan/reference.md +43 -81
- package/harness/bundles/java/cursor/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-review/protocols.md +1 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +8 -2
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-submit/checklist.md +1 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-test/SKILL.md +11 -2
- package/harness/bundles/java/cursor/scripts/harness_adoption_metrics.py +391 -0
- package/harness/bundles/java/cursor/scripts/harness_archive.py +46 -15
- package/harness/bundles/java/cursor/scripts/harness_context.py +94 -43
- package/harness/bundles/java/cursor/scripts/harness_events.py +1 -1
- package/harness/bundles/java/cursor/scripts/harness_events_sync.py +1 -0
- package/harness/bundles/java/cursor/scripts/harness_fixback.py +10 -10
- package/harness/bundles/java/cursor/scripts/harness_gate.py +92 -25
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +4 -2
- package/harness/bundles/java/cursor/scripts/harness_paths.py +120 -5
- package/harness/bundles/java/cursor/scripts/harness_phase.py +41 -17
- package/harness/bundles/java/cursor/scripts/harness_plan_finalize.py +16 -873
- package/harness/manifests/general/claude-code.json +36 -28
- package/harness/manifests/general/codebuddy.json +36 -28
- package/harness/manifests/general/codex.json +36 -28
- package/harness/manifests/general/cursor.json +36 -28
- package/harness/manifests/java/claude-code.json +38 -30
- package/harness/manifests/java/codebuddy.json +38 -30
- package/harness/manifests/java/codex.json +38 -30
- package/harness/manifests/java/cursor.json +38 -30
- package/hunter-workflow-family.json +2 -2
- package/package.json +1 -1
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "8b8041e6b22d3587c107e2caa797341de7d6291bdb7fe2163d11f2f50fcb682a"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "contracts/workflow-policy.json",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "69fec9ed7eb01b5d9f5b4fcc44e0c983f67acb15a25c418c9934d6496f3d75c8"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "dccaed6f8111821575af906c4f7b8eba4aaebc779e06a0fb5a0c3865c2d5a346"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
116
|
-
"sha256": "
|
|
116
|
+
"sha256": "334609ab6bc2bc43226cf4848ee8b24af8afc00f0bfcbb168104d3ef5fc52973"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -151,17 +151,21 @@
|
|
|
151
151
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
152
152
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
153
153
|
},
|
|
154
|
+
{
|
|
155
|
+
"path": "harness-execute/SKILL.md",
|
|
156
|
+
"sha256": "9cfc23f7690274ffea8ee316ed5acfb0e218860e23ed12372b43cf4356b25202"
|
|
157
|
+
},
|
|
154
158
|
{
|
|
155
159
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
156
|
-
"sha256": "
|
|
160
|
+
"sha256": "19615d9235dae99724f2e9d8d6564a1d33c96deac30be0b26a814160b168cac4"
|
|
157
161
|
},
|
|
158
162
|
{
|
|
159
163
|
"path": "harness-knowledge-query/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
164
|
+
"sha256": "a80e34fbbed74dced393c1b983ab1dfdf19d1ac1d1dce2d1c861f65229ff8580"
|
|
161
165
|
},
|
|
162
166
|
{
|
|
163
167
|
"path": "harness-plan/checklist.md",
|
|
164
|
-
"sha256": "
|
|
168
|
+
"sha256": "019e3889482cb3583a986e34d6dd9e8f4b0f17b6dbeb07a95ee826b9d161b53e"
|
|
165
169
|
},
|
|
166
170
|
{
|
|
167
171
|
"path": "harness-plan/protocols.md",
|
|
@@ -169,19 +173,19 @@
|
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
"path": "harness-plan/reference.md",
|
|
172
|
-
"sha256": "
|
|
176
|
+
"sha256": "f1c2442ba4ed31456a878cadb34307923a494bb53b973be4b25e85f3377caa73"
|
|
173
177
|
},
|
|
174
178
|
{
|
|
175
179
|
"path": "harness-plan/SKILL.md",
|
|
176
|
-
"sha256": "
|
|
180
|
+
"sha256": "7c8da4137bd8e9aef6d1f73f75deb1b4e2f3b475b6b2ea2228bbd05a94daf6b3"
|
|
177
181
|
},
|
|
178
182
|
{
|
|
179
183
|
"path": "harness-pull/SKILL.md",
|
|
180
|
-
"sha256": "
|
|
184
|
+
"sha256": "40cd228ec955f385a05dea2458a28b9f34254b0b2b05f42c3c5ed8840dea976f"
|
|
181
185
|
},
|
|
182
186
|
{
|
|
183
187
|
"path": "harness-push/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
188
|
+
"sha256": "30432a76f767c3120f1718d0793b979427e5d5fbce8bb11cdd9b495274093cd8"
|
|
185
189
|
},
|
|
186
190
|
{
|
|
187
191
|
"path": "harness-review/checklist.md",
|
|
@@ -189,7 +193,7 @@
|
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
195
|
"path": "harness-review/protocols.md",
|
|
192
|
-
"sha256": "
|
|
196
|
+
"sha256": "8eb72639f8c424e3d1d8c8eb72d7fec4cf4f4ded7f02cd6db90808ac7efe46fc"
|
|
193
197
|
},
|
|
194
198
|
{
|
|
195
199
|
"path": "harness-review/reference.md",
|
|
@@ -197,7 +201,7 @@
|
|
|
197
201
|
},
|
|
198
202
|
{
|
|
199
203
|
"path": "harness-review/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
204
|
+
"sha256": "70337c03a79580e5ebda2f0afce1a3559374da6224cea3322cfb0f30c1c3bfc3"
|
|
201
205
|
},
|
|
202
206
|
{
|
|
203
207
|
"path": "harness-run/checklist.md",
|
|
@@ -213,11 +217,11 @@
|
|
|
213
217
|
},
|
|
214
218
|
{
|
|
215
219
|
"path": "harness-run/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
220
|
+
"sha256": "299692ef72690fb8c8a3b8139328111ca327340100aa8f2fc9c3b17d5fc88907"
|
|
217
221
|
},
|
|
218
222
|
{
|
|
219
223
|
"path": "harness-submit/checklist.md",
|
|
220
|
-
"sha256": "
|
|
224
|
+
"sha256": "7c8ae24ee908ea50d3c77fc4048b358c0080383d5de5be5e2dee5a094d800385"
|
|
221
225
|
},
|
|
222
226
|
{
|
|
223
227
|
"path": "harness-submit/reference.md",
|
|
@@ -225,7 +229,7 @@
|
|
|
225
229
|
},
|
|
226
230
|
{
|
|
227
231
|
"path": "harness-submit/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
232
|
+
"sha256": "8182208f68a3b530e3bdc393a9931b50f2c73a03163ff25eed775ca609b37da1"
|
|
229
233
|
},
|
|
230
234
|
{
|
|
231
235
|
"path": "harness-sync/reference.md",
|
|
@@ -233,7 +237,7 @@
|
|
|
233
237
|
},
|
|
234
238
|
{
|
|
235
239
|
"path": "harness-sync/SKILL.md",
|
|
236
|
-
"sha256": "
|
|
240
|
+
"sha256": "65c9749f085b8f44af46aae5816887f9ede99a1042c4f5d005814cca5dd15be8"
|
|
237
241
|
},
|
|
238
242
|
{
|
|
239
243
|
"path": "harness-test/checklist.md",
|
|
@@ -257,7 +261,7 @@
|
|
|
257
261
|
},
|
|
258
262
|
{
|
|
259
263
|
"path": "harness-test/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
264
|
+
"sha256": "0e93df9f6fd97a164f99f9e2924bdc2504212aa3a7d709eb98aa9fc50185511c"
|
|
261
265
|
},
|
|
262
266
|
{
|
|
263
267
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -323,13 +327,17 @@
|
|
|
323
327
|
"path": "README.md",
|
|
324
328
|
"sha256": "0037fa52e150adb6ee698c5d12aca8d5b200aca87668608ed36756a39d4113ef"
|
|
325
329
|
},
|
|
330
|
+
{
|
|
331
|
+
"path": "scripts/harness_adoption_metrics.py",
|
|
332
|
+
"sha256": "21e0c2c0708ba6bff1b6261994c6df0f9ff53166cdd30b8a4e6d7efc553a84de"
|
|
333
|
+
},
|
|
326
334
|
{
|
|
327
335
|
"path": "scripts/harness_apidoc.py",
|
|
328
336
|
"sha256": "3fa77ffabf99075a90374d9a4b2ddca3408cc5b90610725d779d9d0dfb70fbbb"
|
|
329
337
|
},
|
|
330
338
|
{
|
|
331
339
|
"path": "scripts/harness_archive.py",
|
|
332
|
-
"sha256": "
|
|
340
|
+
"sha256": "a1552cd3289ad3c774afa201db9146d3a546270d3407b57903d0979fa8607737"
|
|
333
341
|
},
|
|
334
342
|
{
|
|
335
343
|
"path": "scripts/harness_change.py",
|
|
@@ -341,7 +349,7 @@
|
|
|
341
349
|
},
|
|
342
350
|
{
|
|
343
351
|
"path": "scripts/harness_context.py",
|
|
344
|
-
"sha256": "
|
|
352
|
+
"sha256": "aea16aa3aa038812de506c6ad2f68f7ece94d1f9ca8fb3cddbb1885a9df5611c"
|
|
345
353
|
},
|
|
346
354
|
{
|
|
347
355
|
"path": "scripts/harness_deploy.py",
|
|
@@ -357,11 +365,11 @@
|
|
|
357
365
|
},
|
|
358
366
|
{
|
|
359
367
|
"path": "scripts/harness_events_sync.py",
|
|
360
|
-
"sha256": "
|
|
368
|
+
"sha256": "581bcfd458ae75358927a1ac1059ed667bfd23a160a9b9554ea0001e6ee8d619"
|
|
361
369
|
},
|
|
362
370
|
{
|
|
363
371
|
"path": "scripts/harness_events.py",
|
|
364
|
-
"sha256": "
|
|
372
|
+
"sha256": "92f457533b441493e98992bd4c26d7afbc93d48d35dbed443f24ac98b341bcbc"
|
|
365
373
|
},
|
|
366
374
|
{
|
|
367
375
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -369,11 +377,11 @@
|
|
|
369
377
|
},
|
|
370
378
|
{
|
|
371
379
|
"path": "scripts/harness_fixback.py",
|
|
372
|
-
"sha256": "
|
|
380
|
+
"sha256": "2ba83e62320fe47f2a0a7d46d41d6b6338e3e8a51fcdb70c89605ad82f421d6f"
|
|
373
381
|
},
|
|
374
382
|
{
|
|
375
383
|
"path": "scripts/harness_gate.py",
|
|
376
|
-
"sha256": "
|
|
384
|
+
"sha256": "20f6a9e6e3cb6efbb3bcecc3e6b01a41615140ff383f035ab2c71952022210e4"
|
|
377
385
|
},
|
|
378
386
|
{
|
|
379
387
|
"path": "scripts/harness_headless.py",
|
|
@@ -389,7 +397,7 @@
|
|
|
389
397
|
},
|
|
390
398
|
{
|
|
391
399
|
"path": "scripts/harness_ledger.py",
|
|
392
|
-
"sha256": "
|
|
400
|
+
"sha256": "3952d8af287272b667976e18a61204833ca275e14d21c581a3ff534fb9d95523"
|
|
393
401
|
},
|
|
394
402
|
{
|
|
395
403
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -401,11 +409,11 @@
|
|
|
401
409
|
},
|
|
402
410
|
{
|
|
403
411
|
"path": "scripts/harness_paths.py",
|
|
404
|
-
"sha256": "
|
|
412
|
+
"sha256": "01615e63ef7df250ff9a6a86c3cf2b9dd429696afc494e2f88113e314758bf35"
|
|
405
413
|
},
|
|
406
414
|
{
|
|
407
415
|
"path": "scripts/harness_phase.py",
|
|
408
|
-
"sha256": "
|
|
416
|
+
"sha256": "5216a015903cc0905b98f94be7cb4790adda836891ce4f7c065e2712226cd0b6"
|
|
409
417
|
},
|
|
410
418
|
{
|
|
411
419
|
"path": "scripts/harness_plan_aggregate.py",
|
|
@@ -413,7 +421,7 @@
|
|
|
413
421
|
},
|
|
414
422
|
{
|
|
415
423
|
"path": "scripts/harness_plan_finalize.py",
|
|
416
|
-
"sha256": "
|
|
424
|
+
"sha256": "c045b8c10e936323c1c0de9617283b37ce23b0c70d31521107f78e7e6f7085e7"
|
|
417
425
|
},
|
|
418
426
|
{
|
|
419
427
|
"path": "scripts/harness_preflight.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "8cb85e5014221d72834ac5e71b9d163a8b4ce845ae07c6341b80718815691b22"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "contracts/workflow-policy.json",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "69fec9ed7eb01b5d9f5b4fcc44e0c983f67acb15a25c418c9934d6496f3d75c8"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "c8f41de625e78cd86f6795166011acdbfaeb2bb99082af8759e1747cc8b9eaea"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
116
|
-
"sha256": "
|
|
116
|
+
"sha256": "8418f3838d0556909e392cda06f0f7b3afc143938a6219146abc360ca7f6ad8c"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -151,17 +151,21 @@
|
|
|
151
151
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
152
152
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
153
153
|
},
|
|
154
|
+
{
|
|
155
|
+
"path": "harness-execute/SKILL.md",
|
|
156
|
+
"sha256": "69890dc8a4fda2602ad7bf2edf7779c05ad151234ea3b24146f90e892e40118c"
|
|
157
|
+
},
|
|
154
158
|
{
|
|
155
159
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
156
|
-
"sha256": "
|
|
160
|
+
"sha256": "60026a2e693677c6ca51b756f522e1930e2eb56d2a6f2a54d85b9b455f3d2bf5"
|
|
157
161
|
},
|
|
158
162
|
{
|
|
159
163
|
"path": "harness-knowledge-query/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
164
|
+
"sha256": "c1b776ebd73c7ed3c663d45212a2df625970c98ab6c95d53a48ef6aa4583de96"
|
|
161
165
|
},
|
|
162
166
|
{
|
|
163
167
|
"path": "harness-plan/checklist.md",
|
|
164
|
-
"sha256": "
|
|
168
|
+
"sha256": "019e3889482cb3583a986e34d6dd9e8f4b0f17b6dbeb07a95ee826b9d161b53e"
|
|
165
169
|
},
|
|
166
170
|
{
|
|
167
171
|
"path": "harness-plan/protocols.md",
|
|
@@ -169,19 +173,19 @@
|
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
"path": "harness-plan/reference.md",
|
|
172
|
-
"sha256": "
|
|
176
|
+
"sha256": "f1c2442ba4ed31456a878cadb34307923a494bb53b973be4b25e85f3377caa73"
|
|
173
177
|
},
|
|
174
178
|
{
|
|
175
179
|
"path": "harness-plan/SKILL.md",
|
|
176
|
-
"sha256": "
|
|
180
|
+
"sha256": "cbd3534f684b06179769a9bd591ac4c09d1125414331d9a9543f20fe03fe149d"
|
|
177
181
|
},
|
|
178
182
|
{
|
|
179
183
|
"path": "harness-pull/SKILL.md",
|
|
180
|
-
"sha256": "
|
|
184
|
+
"sha256": "e39fa9ee98a9d50998dcbb58d6c6aca68b874896fffeebaa1b4ff327a44d19e2"
|
|
181
185
|
},
|
|
182
186
|
{
|
|
183
187
|
"path": "harness-push/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
188
|
+
"sha256": "6c59939a3e7e6ff5673b12972ff022c90327a386fc37990d7edf7ae8ec95cde7"
|
|
185
189
|
},
|
|
186
190
|
{
|
|
187
191
|
"path": "harness-review/checklist.md",
|
|
@@ -189,7 +193,7 @@
|
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
195
|
"path": "harness-review/protocols.md",
|
|
192
|
-
"sha256": "
|
|
196
|
+
"sha256": "8eb72639f8c424e3d1d8c8eb72d7fec4cf4f4ded7f02cd6db90808ac7efe46fc"
|
|
193
197
|
},
|
|
194
198
|
{
|
|
195
199
|
"path": "harness-review/reference.md",
|
|
@@ -197,7 +201,7 @@
|
|
|
197
201
|
},
|
|
198
202
|
{
|
|
199
203
|
"path": "harness-review/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
204
|
+
"sha256": "27c9f21c0023cd71a592e0fd5a27b36b206153021045e41af02210c3b7b93e6b"
|
|
201
205
|
},
|
|
202
206
|
{
|
|
203
207
|
"path": "harness-run/checklist.md",
|
|
@@ -213,11 +217,11 @@
|
|
|
213
217
|
},
|
|
214
218
|
{
|
|
215
219
|
"path": "harness-run/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
220
|
+
"sha256": "ff45e9cd4b9c5caf2c9d15588bb7b0126c98c19578eb0b9661d414bf939ac08b"
|
|
217
221
|
},
|
|
218
222
|
{
|
|
219
223
|
"path": "harness-submit/checklist.md",
|
|
220
|
-
"sha256": "
|
|
224
|
+
"sha256": "7c8ae24ee908ea50d3c77fc4048b358c0080383d5de5be5e2dee5a094d800385"
|
|
221
225
|
},
|
|
222
226
|
{
|
|
223
227
|
"path": "harness-submit/reference.md",
|
|
@@ -225,7 +229,7 @@
|
|
|
225
229
|
},
|
|
226
230
|
{
|
|
227
231
|
"path": "harness-submit/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
232
|
+
"sha256": "5f1e16506e9716868103adabc4b8b0d449ab88d1179585810093e223eeb3efa0"
|
|
229
233
|
},
|
|
230
234
|
{
|
|
231
235
|
"path": "harness-sync/reference.md",
|
|
@@ -233,7 +237,7 @@
|
|
|
233
237
|
},
|
|
234
238
|
{
|
|
235
239
|
"path": "harness-sync/SKILL.md",
|
|
236
|
-
"sha256": "
|
|
240
|
+
"sha256": "6a3b2cebd7088d9edd04e709530d65e115e533a940f30ab215b88dd0982c70f9"
|
|
237
241
|
},
|
|
238
242
|
{
|
|
239
243
|
"path": "harness-test/checklist.md",
|
|
@@ -257,7 +261,7 @@
|
|
|
257
261
|
},
|
|
258
262
|
{
|
|
259
263
|
"path": "harness-test/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
264
|
+
"sha256": "abd4402259c221e499f8d6d99fdf06530bd8bb896c36b59ccecfc6c2f566eac3"
|
|
261
265
|
},
|
|
262
266
|
{
|
|
263
267
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -323,13 +327,17 @@
|
|
|
323
327
|
"path": "README.md",
|
|
324
328
|
"sha256": "0037fa52e150adb6ee698c5d12aca8d5b200aca87668608ed36756a39d4113ef"
|
|
325
329
|
},
|
|
330
|
+
{
|
|
331
|
+
"path": "scripts/harness_adoption_metrics.py",
|
|
332
|
+
"sha256": "21e0c2c0708ba6bff1b6261994c6df0f9ff53166cdd30b8a4e6d7efc553a84de"
|
|
333
|
+
},
|
|
326
334
|
{
|
|
327
335
|
"path": "scripts/harness_apidoc.py",
|
|
328
336
|
"sha256": "3fa77ffabf99075a90374d9a4b2ddca3408cc5b90610725d779d9d0dfb70fbbb"
|
|
329
337
|
},
|
|
330
338
|
{
|
|
331
339
|
"path": "scripts/harness_archive.py",
|
|
332
|
-
"sha256": "
|
|
340
|
+
"sha256": "a1552cd3289ad3c774afa201db9146d3a546270d3407b57903d0979fa8607737"
|
|
333
341
|
},
|
|
334
342
|
{
|
|
335
343
|
"path": "scripts/harness_change.py",
|
|
@@ -341,7 +349,7 @@
|
|
|
341
349
|
},
|
|
342
350
|
{
|
|
343
351
|
"path": "scripts/harness_context.py",
|
|
344
|
-
"sha256": "
|
|
352
|
+
"sha256": "aea16aa3aa038812de506c6ad2f68f7ece94d1f9ca8fb3cddbb1885a9df5611c"
|
|
345
353
|
},
|
|
346
354
|
{
|
|
347
355
|
"path": "scripts/harness_deploy.py",
|
|
@@ -357,11 +365,11 @@
|
|
|
357
365
|
},
|
|
358
366
|
{
|
|
359
367
|
"path": "scripts/harness_events_sync.py",
|
|
360
|
-
"sha256": "
|
|
368
|
+
"sha256": "581bcfd458ae75358927a1ac1059ed667bfd23a160a9b9554ea0001e6ee8d619"
|
|
361
369
|
},
|
|
362
370
|
{
|
|
363
371
|
"path": "scripts/harness_events.py",
|
|
364
|
-
"sha256": "
|
|
372
|
+
"sha256": "92f457533b441493e98992bd4c26d7afbc93d48d35dbed443f24ac98b341bcbc"
|
|
365
373
|
},
|
|
366
374
|
{
|
|
367
375
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -369,11 +377,11 @@
|
|
|
369
377
|
},
|
|
370
378
|
{
|
|
371
379
|
"path": "scripts/harness_fixback.py",
|
|
372
|
-
"sha256": "
|
|
380
|
+
"sha256": "2ba83e62320fe47f2a0a7d46d41d6b6338e3e8a51fcdb70c89605ad82f421d6f"
|
|
373
381
|
},
|
|
374
382
|
{
|
|
375
383
|
"path": "scripts/harness_gate.py",
|
|
376
|
-
"sha256": "
|
|
384
|
+
"sha256": "20f6a9e6e3cb6efbb3bcecc3e6b01a41615140ff383f035ab2c71952022210e4"
|
|
377
385
|
},
|
|
378
386
|
{
|
|
379
387
|
"path": "scripts/harness_headless.py",
|
|
@@ -389,7 +397,7 @@
|
|
|
389
397
|
},
|
|
390
398
|
{
|
|
391
399
|
"path": "scripts/harness_ledger.py",
|
|
392
|
-
"sha256": "
|
|
400
|
+
"sha256": "3952d8af287272b667976e18a61204833ca275e14d21c581a3ff534fb9d95523"
|
|
393
401
|
},
|
|
394
402
|
{
|
|
395
403
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -401,11 +409,11 @@
|
|
|
401
409
|
},
|
|
402
410
|
{
|
|
403
411
|
"path": "scripts/harness_paths.py",
|
|
404
|
-
"sha256": "
|
|
412
|
+
"sha256": "01615e63ef7df250ff9a6a86c3cf2b9dd429696afc494e2f88113e314758bf35"
|
|
405
413
|
},
|
|
406
414
|
{
|
|
407
415
|
"path": "scripts/harness_phase.py",
|
|
408
|
-
"sha256": "
|
|
416
|
+
"sha256": "5216a015903cc0905b98f94be7cb4790adda836891ce4f7c065e2712226cd0b6"
|
|
409
417
|
},
|
|
410
418
|
{
|
|
411
419
|
"path": "scripts/harness_plan_aggregate.py",
|
|
@@ -413,7 +421,7 @@
|
|
|
413
421
|
},
|
|
414
422
|
{
|
|
415
423
|
"path": "scripts/harness_plan_finalize.py",
|
|
416
|
-
"sha256": "
|
|
424
|
+
"sha256": "c045b8c10e936323c1c0de9617283b37ce23b0c70d31521107f78e7e6f7085e7"
|
|
417
425
|
},
|
|
418
426
|
{
|
|
419
427
|
"path": "scripts/harness_preflight.py",
|