@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": "c939728235b6fe6f3f58da1c706c3285749193ac007a73b38380e7119fc0211e"
|
|
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-apidoc/checklist.md",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"path": "harness-apidoc/SKILL.md",
|
|
96
|
-
"sha256": "
|
|
96
|
+
"sha256": "fd780f7d16569ea42219b1c9548e6d039d653cf14fc64540bcf22c69758cae5b"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "harness-archive/SKILL.md",
|
|
112
|
-
"sha256": "
|
|
112
|
+
"sha256": "4f5310a101800ef58267440062b9ce891594d8eb8ca8c0759f5670a2eaedd873"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
128
|
-
"sha256": "
|
|
128
|
+
"sha256": "6720577e071402ea37b4e4248f8b87b5718a297c8e257f3ba45a065bc98c8c2d"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -163,13 +163,17 @@
|
|
|
163
163
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
164
164
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
165
165
|
},
|
|
166
|
+
{
|
|
167
|
+
"path": "harness-execute/SKILL.md",
|
|
168
|
+
"sha256": "af9a1082ec7212bec0117f010109293b541b54ff1eb42e1250bb6e89ae21d0ca"
|
|
169
|
+
},
|
|
166
170
|
{
|
|
167
171
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
172
|
+
"sha256": "8bf683b1a8b0c51064b3e68fa63421d1c9bc520d568dc519123500b78f0b1407"
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
"path": "harness-knowledge-query/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
176
|
+
"sha256": "0f7be237e3eb14aeebbb4b310d49798cd38eedf87e8d43af8934c5dc4aee70e9"
|
|
173
177
|
},
|
|
174
178
|
{
|
|
175
179
|
"path": "harness-package/checklist.md",
|
|
@@ -181,11 +185,11 @@
|
|
|
181
185
|
},
|
|
182
186
|
{
|
|
183
187
|
"path": "harness-package/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
188
|
+
"sha256": "8425a2bfd84a6a655445c778e310ed39572ba8acb2eaf1575be0f60270e558a2"
|
|
185
189
|
},
|
|
186
190
|
{
|
|
187
191
|
"path": "harness-plan/checklist.md",
|
|
188
|
-
"sha256": "
|
|
192
|
+
"sha256": "019e3889482cb3583a986e34d6dd9e8f4b0f17b6dbeb07a95ee826b9d161b53e"
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
195
|
"path": "harness-plan/protocols.md",
|
|
@@ -193,19 +197,19 @@
|
|
|
193
197
|
},
|
|
194
198
|
{
|
|
195
199
|
"path": "harness-plan/reference.md",
|
|
196
|
-
"sha256": "
|
|
200
|
+
"sha256": "f1c2442ba4ed31456a878cadb34307923a494bb53b973be4b25e85f3377caa73"
|
|
197
201
|
},
|
|
198
202
|
{
|
|
199
203
|
"path": "harness-plan/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
204
|
+
"sha256": "e797e81b387353327c9774b688d1f7aae1cbd50ade98d794cc63db056ad11361"
|
|
201
205
|
},
|
|
202
206
|
{
|
|
203
207
|
"path": "harness-pull/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
208
|
+
"sha256": "0b3e718a5a1ffd0a7a590a1f66725bfdac255ccf6494e9d70de14af97f43ea3a"
|
|
205
209
|
},
|
|
206
210
|
{
|
|
207
211
|
"path": "harness-push/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
212
|
+
"sha256": "7ddf45b35be926fc07432c03ef4b33991dba30bcbc8eb46ed3cc7e76135a603e"
|
|
209
213
|
},
|
|
210
214
|
{
|
|
211
215
|
"path": "harness-review/checklist.md",
|
|
@@ -213,7 +217,7 @@
|
|
|
213
217
|
},
|
|
214
218
|
{
|
|
215
219
|
"path": "harness-review/protocols.md",
|
|
216
|
-
"sha256": "
|
|
220
|
+
"sha256": "8eb72639f8c424e3d1d8c8eb72d7fec4cf4f4ded7f02cd6db90808ac7efe46fc"
|
|
217
221
|
},
|
|
218
222
|
{
|
|
219
223
|
"path": "harness-review/reference.md",
|
|
@@ -221,7 +225,7 @@
|
|
|
221
225
|
},
|
|
222
226
|
{
|
|
223
227
|
"path": "harness-review/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
228
|
+
"sha256": "f5c78ee6fb154b4844491eaf6bd55e1b26ebd200380026697116984349a70323"
|
|
225
229
|
},
|
|
226
230
|
{
|
|
227
231
|
"path": "harness-run/checklist.md",
|
|
@@ -237,11 +241,11 @@
|
|
|
237
241
|
},
|
|
238
242
|
{
|
|
239
243
|
"path": "harness-run/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
244
|
+
"sha256": "089dc47fd03a05f27916343f3b11549477e508a3078f2b399374c09fa1f662da"
|
|
241
245
|
},
|
|
242
246
|
{
|
|
243
247
|
"path": "harness-submit/checklist.md",
|
|
244
|
-
"sha256": "
|
|
248
|
+
"sha256": "7c8ae24ee908ea50d3c77fc4048b358c0080383d5de5be5e2dee5a094d800385"
|
|
245
249
|
},
|
|
246
250
|
{
|
|
247
251
|
"path": "harness-submit/reference.md",
|
|
@@ -249,7 +253,7 @@
|
|
|
249
253
|
},
|
|
250
254
|
{
|
|
251
255
|
"path": "harness-submit/SKILL.md",
|
|
252
|
-
"sha256": "
|
|
256
|
+
"sha256": "e388ad0c97fbdea75f1f37f93a7da0cd264eb1bfccc10eba3913b5253d6f74fa"
|
|
253
257
|
},
|
|
254
258
|
{
|
|
255
259
|
"path": "harness-sync/reference.md",
|
|
@@ -257,7 +261,7 @@
|
|
|
257
261
|
},
|
|
258
262
|
{
|
|
259
263
|
"path": "harness-sync/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
264
|
+
"sha256": "5f9635c696562d55d00206d7bcdddb315f9ed39ad94ee7f9b086e9e60fa40441"
|
|
261
265
|
},
|
|
262
266
|
{
|
|
263
267
|
"path": "harness-test/checklist.md",
|
|
@@ -281,7 +285,7 @@
|
|
|
281
285
|
},
|
|
282
286
|
{
|
|
283
287
|
"path": "harness-test/SKILL.md",
|
|
284
|
-
"sha256": "
|
|
288
|
+
"sha256": "c6b0507d701eacf8649c579967ded538ac32bafa15f7c9d09faca28440f328bc"
|
|
285
289
|
},
|
|
286
290
|
{
|
|
287
291
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -347,13 +351,17 @@
|
|
|
347
351
|
"path": "README.md",
|
|
348
352
|
"sha256": "0037fa52e150adb6ee698c5d12aca8d5b200aca87668608ed36756a39d4113ef"
|
|
349
353
|
},
|
|
354
|
+
{
|
|
355
|
+
"path": "scripts/harness_adoption_metrics.py",
|
|
356
|
+
"sha256": "21e0c2c0708ba6bff1b6261994c6df0f9ff53166cdd30b8a4e6d7efc553a84de"
|
|
357
|
+
},
|
|
350
358
|
{
|
|
351
359
|
"path": "scripts/harness_apidoc.py",
|
|
352
360
|
"sha256": "3fa77ffabf99075a90374d9a4b2ddca3408cc5b90610725d779d9d0dfb70fbbb"
|
|
353
361
|
},
|
|
354
362
|
{
|
|
355
363
|
"path": "scripts/harness_archive.py",
|
|
356
|
-
"sha256": "
|
|
364
|
+
"sha256": "a1552cd3289ad3c774afa201db9146d3a546270d3407b57903d0979fa8607737"
|
|
357
365
|
},
|
|
358
366
|
{
|
|
359
367
|
"path": "scripts/harness_change.py",
|
|
@@ -365,7 +373,7 @@
|
|
|
365
373
|
},
|
|
366
374
|
{
|
|
367
375
|
"path": "scripts/harness_context.py",
|
|
368
|
-
"sha256": "
|
|
376
|
+
"sha256": "aea16aa3aa038812de506c6ad2f68f7ece94d1f9ca8fb3cddbb1885a9df5611c"
|
|
369
377
|
},
|
|
370
378
|
{
|
|
371
379
|
"path": "scripts/harness_deploy.py",
|
|
@@ -381,11 +389,11 @@
|
|
|
381
389
|
},
|
|
382
390
|
{
|
|
383
391
|
"path": "scripts/harness_events_sync.py",
|
|
384
|
-
"sha256": "
|
|
392
|
+
"sha256": "581bcfd458ae75358927a1ac1059ed667bfd23a160a9b9554ea0001e6ee8d619"
|
|
385
393
|
},
|
|
386
394
|
{
|
|
387
395
|
"path": "scripts/harness_events.py",
|
|
388
|
-
"sha256": "
|
|
396
|
+
"sha256": "92f457533b441493e98992bd4c26d7afbc93d48d35dbed443f24ac98b341bcbc"
|
|
389
397
|
},
|
|
390
398
|
{
|
|
391
399
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -393,11 +401,11 @@
|
|
|
393
401
|
},
|
|
394
402
|
{
|
|
395
403
|
"path": "scripts/harness_fixback.py",
|
|
396
|
-
"sha256": "
|
|
404
|
+
"sha256": "2ba83e62320fe47f2a0a7d46d41d6b6338e3e8a51fcdb70c89605ad82f421d6f"
|
|
397
405
|
},
|
|
398
406
|
{
|
|
399
407
|
"path": "scripts/harness_gate.py",
|
|
400
|
-
"sha256": "
|
|
408
|
+
"sha256": "20f6a9e6e3cb6efbb3bcecc3e6b01a41615140ff383f035ab2c71952022210e4"
|
|
401
409
|
},
|
|
402
410
|
{
|
|
403
411
|
"path": "scripts/harness_headless.py",
|
|
@@ -413,7 +421,7 @@
|
|
|
413
421
|
},
|
|
414
422
|
{
|
|
415
423
|
"path": "scripts/harness_ledger.py",
|
|
416
|
-
"sha256": "
|
|
424
|
+
"sha256": "3952d8af287272b667976e18a61204833ca275e14d21c581a3ff534fb9d95523"
|
|
417
425
|
},
|
|
418
426
|
{
|
|
419
427
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -425,11 +433,11 @@
|
|
|
425
433
|
},
|
|
426
434
|
{
|
|
427
435
|
"path": "scripts/harness_paths.py",
|
|
428
|
-
"sha256": "
|
|
436
|
+
"sha256": "01615e63ef7df250ff9a6a86c3cf2b9dd429696afc494e2f88113e314758bf35"
|
|
429
437
|
},
|
|
430
438
|
{
|
|
431
439
|
"path": "scripts/harness_phase.py",
|
|
432
|
-
"sha256": "
|
|
440
|
+
"sha256": "5216a015903cc0905b98f94be7cb4790adda836891ce4f7c065e2712226cd0b6"
|
|
433
441
|
},
|
|
434
442
|
{
|
|
435
443
|
"path": "scripts/harness_plan_aggregate.py",
|
|
@@ -437,7 +445,7 @@
|
|
|
437
445
|
},
|
|
438
446
|
{
|
|
439
447
|
"path": "scripts/harness_plan_finalize.py",
|
|
440
|
-
"sha256": "
|
|
448
|
+
"sha256": "c045b8c10e936323c1c0de9617283b37ce23b0c70d31521107f78e7e6f7085e7"
|
|
441
449
|
},
|
|
442
450
|
{
|
|
443
451
|
"path": "scripts/harness_preflight.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "5269864cf802a436e8aef4085f6d940aee700978d7620bbc0b661f5d7f4be8f7"
|
|
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-apidoc/checklist.md",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"path": "harness-apidoc/SKILL.md",
|
|
96
|
-
"sha256": "
|
|
96
|
+
"sha256": "954f97c56789d2242dcb122f310417c58070a6b78cb4d9a54d3fabef7771e673"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "harness-archive/SKILL.md",
|
|
112
|
-
"sha256": "
|
|
112
|
+
"sha256": "2541a93ec6bb8bd5c9b6fb8ef854d7e9d9141b69d1381bae760e53858fd5f3ff"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
128
|
-
"sha256": "
|
|
128
|
+
"sha256": "5e78ea5f48707a02b5e3041326cadd9c4911b3a128f35bde6d6a71b1a7306f42"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -163,13 +163,17 @@
|
|
|
163
163
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
164
164
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
165
165
|
},
|
|
166
|
+
{
|
|
167
|
+
"path": "harness-execute/SKILL.md",
|
|
168
|
+
"sha256": "00d769e4ac03ee064f940272e516779f9e7cf5312246243e23ea888655c1b4b3"
|
|
169
|
+
},
|
|
166
170
|
{
|
|
167
171
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
172
|
+
"sha256": "a0b9060a73e3b312f290760f273780d5c4696afd5d0597ca5a9b79f2314e40ec"
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
"path": "harness-knowledge-query/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
176
|
+
"sha256": "6195f7664c7fdc8286cc7aeff67cbc7e9d2e297eccd5bda985b08f8ed3f6f57d"
|
|
173
177
|
},
|
|
174
178
|
{
|
|
175
179
|
"path": "harness-package/checklist.md",
|
|
@@ -181,11 +185,11 @@
|
|
|
181
185
|
},
|
|
182
186
|
{
|
|
183
187
|
"path": "harness-package/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
188
|
+
"sha256": "936662e52af9ce3cb54d6fa3b6c6180bdcf2b973b6d8df4bd000754129e30442"
|
|
185
189
|
},
|
|
186
190
|
{
|
|
187
191
|
"path": "harness-plan/checklist.md",
|
|
188
|
-
"sha256": "
|
|
192
|
+
"sha256": "019e3889482cb3583a986e34d6dd9e8f4b0f17b6dbeb07a95ee826b9d161b53e"
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
195
|
"path": "harness-plan/protocols.md",
|
|
@@ -193,19 +197,19 @@
|
|
|
193
197
|
},
|
|
194
198
|
{
|
|
195
199
|
"path": "harness-plan/reference.md",
|
|
196
|
-
"sha256": "
|
|
200
|
+
"sha256": "f1c2442ba4ed31456a878cadb34307923a494bb53b973be4b25e85f3377caa73"
|
|
197
201
|
},
|
|
198
202
|
{
|
|
199
203
|
"path": "harness-plan/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
204
|
+
"sha256": "530d4e1a2738435e53ff4508abacde82eae5b9133a2b27e2b3ae93c2a5da2c16"
|
|
201
205
|
},
|
|
202
206
|
{
|
|
203
207
|
"path": "harness-pull/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
208
|
+
"sha256": "3068b9ee8d5f94189b6e4471c532450c3def1006639503edc7f7767c3e02f3f7"
|
|
205
209
|
},
|
|
206
210
|
{
|
|
207
211
|
"path": "harness-push/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
212
|
+
"sha256": "c2a11466cb7a5c0dffd0dbbf97a128804a628c2eb463eb32e997b3f526f3c566"
|
|
209
213
|
},
|
|
210
214
|
{
|
|
211
215
|
"path": "harness-review/checklist.md",
|
|
@@ -213,7 +217,7 @@
|
|
|
213
217
|
},
|
|
214
218
|
{
|
|
215
219
|
"path": "harness-review/protocols.md",
|
|
216
|
-
"sha256": "
|
|
220
|
+
"sha256": "8eb72639f8c424e3d1d8c8eb72d7fec4cf4f4ded7f02cd6db90808ac7efe46fc"
|
|
217
221
|
},
|
|
218
222
|
{
|
|
219
223
|
"path": "harness-review/reference.md",
|
|
@@ -221,7 +225,7 @@
|
|
|
221
225
|
},
|
|
222
226
|
{
|
|
223
227
|
"path": "harness-review/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
228
|
+
"sha256": "0334aaeb21fa470d1c98e506082a1a5070df95fd8bad40c2afc2354ef306e905"
|
|
225
229
|
},
|
|
226
230
|
{
|
|
227
231
|
"path": "harness-run/checklist.md",
|
|
@@ -237,11 +241,11 @@
|
|
|
237
241
|
},
|
|
238
242
|
{
|
|
239
243
|
"path": "harness-run/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
244
|
+
"sha256": "8dd3e84456db5f65988289d9d68fa43065c0827d8f428c42bbf14d4001fd1ff3"
|
|
241
245
|
},
|
|
242
246
|
{
|
|
243
247
|
"path": "harness-submit/checklist.md",
|
|
244
|
-
"sha256": "
|
|
248
|
+
"sha256": "7c8ae24ee908ea50d3c77fc4048b358c0080383d5de5be5e2dee5a094d800385"
|
|
245
249
|
},
|
|
246
250
|
{
|
|
247
251
|
"path": "harness-submit/reference.md",
|
|
@@ -249,7 +253,7 @@
|
|
|
249
253
|
},
|
|
250
254
|
{
|
|
251
255
|
"path": "harness-submit/SKILL.md",
|
|
252
|
-
"sha256": "
|
|
256
|
+
"sha256": "48df605f0900fe729828a78ff26b4432db4413b6b1b9098c36dd4047cf4857f7"
|
|
253
257
|
},
|
|
254
258
|
{
|
|
255
259
|
"path": "harness-sync/reference.md",
|
|
@@ -257,7 +261,7 @@
|
|
|
257
261
|
},
|
|
258
262
|
{
|
|
259
263
|
"path": "harness-sync/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
264
|
+
"sha256": "c0da7565839acb8f6559039abb90afe67e2e97d74f055af225c8381a854e5134"
|
|
261
265
|
},
|
|
262
266
|
{
|
|
263
267
|
"path": "harness-test/checklist.md",
|
|
@@ -281,7 +285,7 @@
|
|
|
281
285
|
},
|
|
282
286
|
{
|
|
283
287
|
"path": "harness-test/SKILL.md",
|
|
284
|
-
"sha256": "
|
|
288
|
+
"sha256": "0b8cb6455c86364ee2c20fe0ffe3292acf2d95c85d83c78cab782aff20f7ba65"
|
|
285
289
|
},
|
|
286
290
|
{
|
|
287
291
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -347,13 +351,17 @@
|
|
|
347
351
|
"path": "README.md",
|
|
348
352
|
"sha256": "0037fa52e150adb6ee698c5d12aca8d5b200aca87668608ed36756a39d4113ef"
|
|
349
353
|
},
|
|
354
|
+
{
|
|
355
|
+
"path": "scripts/harness_adoption_metrics.py",
|
|
356
|
+
"sha256": "21e0c2c0708ba6bff1b6261994c6df0f9ff53166cdd30b8a4e6d7efc553a84de"
|
|
357
|
+
},
|
|
350
358
|
{
|
|
351
359
|
"path": "scripts/harness_apidoc.py",
|
|
352
360
|
"sha256": "3fa77ffabf99075a90374d9a4b2ddca3408cc5b90610725d779d9d0dfb70fbbb"
|
|
353
361
|
},
|
|
354
362
|
{
|
|
355
363
|
"path": "scripts/harness_archive.py",
|
|
356
|
-
"sha256": "
|
|
364
|
+
"sha256": "a1552cd3289ad3c774afa201db9146d3a546270d3407b57903d0979fa8607737"
|
|
357
365
|
},
|
|
358
366
|
{
|
|
359
367
|
"path": "scripts/harness_change.py",
|
|
@@ -365,7 +373,7 @@
|
|
|
365
373
|
},
|
|
366
374
|
{
|
|
367
375
|
"path": "scripts/harness_context.py",
|
|
368
|
-
"sha256": "
|
|
376
|
+
"sha256": "aea16aa3aa038812de506c6ad2f68f7ece94d1f9ca8fb3cddbb1885a9df5611c"
|
|
369
377
|
},
|
|
370
378
|
{
|
|
371
379
|
"path": "scripts/harness_deploy.py",
|
|
@@ -381,11 +389,11 @@
|
|
|
381
389
|
},
|
|
382
390
|
{
|
|
383
391
|
"path": "scripts/harness_events_sync.py",
|
|
384
|
-
"sha256": "
|
|
392
|
+
"sha256": "581bcfd458ae75358927a1ac1059ed667bfd23a160a9b9554ea0001e6ee8d619"
|
|
385
393
|
},
|
|
386
394
|
{
|
|
387
395
|
"path": "scripts/harness_events.py",
|
|
388
|
-
"sha256": "
|
|
396
|
+
"sha256": "92f457533b441493e98992bd4c26d7afbc93d48d35dbed443f24ac98b341bcbc"
|
|
389
397
|
},
|
|
390
398
|
{
|
|
391
399
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -393,11 +401,11 @@
|
|
|
393
401
|
},
|
|
394
402
|
{
|
|
395
403
|
"path": "scripts/harness_fixback.py",
|
|
396
|
-
"sha256": "
|
|
404
|
+
"sha256": "2ba83e62320fe47f2a0a7d46d41d6b6338e3e8a51fcdb70c89605ad82f421d6f"
|
|
397
405
|
},
|
|
398
406
|
{
|
|
399
407
|
"path": "scripts/harness_gate.py",
|
|
400
|
-
"sha256": "
|
|
408
|
+
"sha256": "20f6a9e6e3cb6efbb3bcecc3e6b01a41615140ff383f035ab2c71952022210e4"
|
|
401
409
|
},
|
|
402
410
|
{
|
|
403
411
|
"path": "scripts/harness_headless.py",
|
|
@@ -413,7 +421,7 @@
|
|
|
413
421
|
},
|
|
414
422
|
{
|
|
415
423
|
"path": "scripts/harness_ledger.py",
|
|
416
|
-
"sha256": "
|
|
424
|
+
"sha256": "3952d8af287272b667976e18a61204833ca275e14d21c581a3ff534fb9d95523"
|
|
417
425
|
},
|
|
418
426
|
{
|
|
419
427
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -425,11 +433,11 @@
|
|
|
425
433
|
},
|
|
426
434
|
{
|
|
427
435
|
"path": "scripts/harness_paths.py",
|
|
428
|
-
"sha256": "
|
|
436
|
+
"sha256": "01615e63ef7df250ff9a6a86c3cf2b9dd429696afc494e2f88113e314758bf35"
|
|
429
437
|
},
|
|
430
438
|
{
|
|
431
439
|
"path": "scripts/harness_phase.py",
|
|
432
|
-
"sha256": "
|
|
440
|
+
"sha256": "5216a015903cc0905b98f94be7cb4790adda836891ce4f7c065e2712226cd0b6"
|
|
433
441
|
},
|
|
434
442
|
{
|
|
435
443
|
"path": "scripts/harness_plan_aggregate.py",
|
|
@@ -437,7 +445,7 @@
|
|
|
437
445
|
},
|
|
438
446
|
{
|
|
439
447
|
"path": "scripts/harness_plan_finalize.py",
|
|
440
|
-
"sha256": "
|
|
448
|
+
"sha256": "c045b8c10e936323c1c0de9617283b37ce23b0c70d31521107f78e7e6f7085e7"
|
|
441
449
|
},
|
|
442
450
|
{
|
|
443
451
|
"path": "scripts/harness_preflight.py",
|