@hunter-harness/workflow-harness 0.2.86 → 0.3.0
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 +23 -14
- 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 +23 -14
- 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 +23 -14
- 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 +23 -14
- 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 +23 -14
- 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 +23 -14
- 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 +23 -14
- 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 +23 -14
- 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": "a6edbd150e937b23e205cfdbb0cb75dd9711e5d2020adafa76feb27640099f36"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"path": "contracts/workflow-policy.json",
|
|
72
|
-
"sha256": "
|
|
72
|
+
"sha256": "69fec9ed7eb01b5d9f5b4fcc44e0c983f67acb15a25c418c9934d6496f3d75c8"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
"path": "harness-archive/checklist.md",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/SKILL.md",
|
|
88
|
-
"sha256": "
|
|
88
|
+
"sha256": "90ffc0e8dfe5c4d4c259bdd42abf8c95e560d334d1d583b90cbd260ad784ead1"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-codebase-map/SKILL.md",
|
|
104
|
-
"sha256": "
|
|
104
|
+
"sha256": "b51e9496c70f71647613deb8b2580d0ba4f63a71d72d6e0c71ad0f283179ab70"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,17 +139,21 @@
|
|
|
139
139
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
140
140
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
141
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"path": "harness-execute/SKILL.md",
|
|
144
|
+
"sha256": "f5e66377330684f44df3b5b7189a5a5e7dcc59c118bb804cfb4809201f02b596"
|
|
145
|
+
},
|
|
142
146
|
{
|
|
143
147
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
144
|
-
"sha256": "
|
|
148
|
+
"sha256": "092ade43a3f8b3e6bd26f2f498de0504fb8b944a4655a50f15f864ebbeb9aa59"
|
|
145
149
|
},
|
|
146
150
|
{
|
|
147
151
|
"path": "harness-knowledge-query/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
152
|
+
"sha256": "abeddc67ec3906324ef2d562c4d5be5815952ef5d294b719a18a730b4ed81976"
|
|
149
153
|
},
|
|
150
154
|
{
|
|
151
155
|
"path": "harness-plan/checklist.md",
|
|
152
|
-
"sha256": "
|
|
156
|
+
"sha256": "019e3889482cb3583a986e34d6dd9e8f4b0f17b6dbeb07a95ee826b9d161b53e"
|
|
153
157
|
},
|
|
154
158
|
{
|
|
155
159
|
"path": "harness-plan/protocols.md",
|
|
@@ -157,19 +161,19 @@
|
|
|
157
161
|
},
|
|
158
162
|
{
|
|
159
163
|
"path": "harness-plan/reference.md",
|
|
160
|
-
"sha256": "
|
|
164
|
+
"sha256": "f1c2442ba4ed31456a878cadb34307923a494bb53b973be4b25e85f3377caa73"
|
|
161
165
|
},
|
|
162
166
|
{
|
|
163
167
|
"path": "harness-plan/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
168
|
+
"sha256": "c6cc5f5cce063f93d10880ae24542f9c009cf5a36fd8b50792cf215287167d3a"
|
|
165
169
|
},
|
|
166
170
|
{
|
|
167
171
|
"path": "harness-pull/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
172
|
+
"sha256": "47faaece4e7ae358e44ce25c674773821cc3f6a4b1ada4557333972fdc15925e"
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
"path": "harness-push/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
176
|
+
"sha256": "631fa5fafbfe1ddd1b545133780f75717d90892026306902c72fd3d6295e2ebc"
|
|
173
177
|
},
|
|
174
178
|
{
|
|
175
179
|
"path": "harness-review/checklist.md",
|
|
@@ -177,7 +181,7 @@
|
|
|
177
181
|
},
|
|
178
182
|
{
|
|
179
183
|
"path": "harness-review/protocols.md",
|
|
180
|
-
"sha256": "
|
|
184
|
+
"sha256": "8eb72639f8c424e3d1d8c8eb72d7fec4cf4f4ded7f02cd6db90808ac7efe46fc"
|
|
181
185
|
},
|
|
182
186
|
{
|
|
183
187
|
"path": "harness-review/reference.md",
|
|
@@ -185,7 +189,7 @@
|
|
|
185
189
|
},
|
|
186
190
|
{
|
|
187
191
|
"path": "harness-review/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
192
|
+
"sha256": "633392739dc8f8dfe9d0753a159db9785020dae565b8e1949eeefccd9e962121"
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
195
|
"path": "harness-run/checklist.md",
|
|
@@ -201,11 +205,11 @@
|
|
|
201
205
|
},
|
|
202
206
|
{
|
|
203
207
|
"path": "harness-run/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
208
|
+
"sha256": "ff41ec8e63c92c2ac479139463ad3ae28cd8ccfdcce08bb81a42adc5383266a1"
|
|
205
209
|
},
|
|
206
210
|
{
|
|
207
211
|
"path": "harness-submit/checklist.md",
|
|
208
|
-
"sha256": "
|
|
212
|
+
"sha256": "7c8ae24ee908ea50d3c77fc4048b358c0080383d5de5be5e2dee5a094d800385"
|
|
209
213
|
},
|
|
210
214
|
{
|
|
211
215
|
"path": "harness-submit/reference.md",
|
|
@@ -213,7 +217,7 @@
|
|
|
213
217
|
},
|
|
214
218
|
{
|
|
215
219
|
"path": "harness-submit/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
220
|
+
"sha256": "bdabddcf7f1467cbe39a63b2c76055aad9d84b9cf04e0a9b5f236473781ca7a9"
|
|
217
221
|
},
|
|
218
222
|
{
|
|
219
223
|
"path": "harness-sync/reference.md",
|
|
@@ -221,7 +225,7 @@
|
|
|
221
225
|
},
|
|
222
226
|
{
|
|
223
227
|
"path": "harness-sync/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
228
|
+
"sha256": "ed722b699035dae0fb06d4cb8b328eb6c8aa696207ec1e19390328604987c8fc"
|
|
225
229
|
},
|
|
226
230
|
{
|
|
227
231
|
"path": "harness-test/checklist.md",
|
|
@@ -245,7 +249,7 @@
|
|
|
245
249
|
},
|
|
246
250
|
{
|
|
247
251
|
"path": "harness-test/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
252
|
+
"sha256": "bc30eead3cfb0362e0f80351fae74bbf50bd032b49f4b9f5aad04883c28d39d1"
|
|
249
253
|
},
|
|
250
254
|
{
|
|
251
255
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -311,13 +315,17 @@
|
|
|
311
315
|
"path": "README.md",
|
|
312
316
|
"sha256": "0037fa52e150adb6ee698c5d12aca8d5b200aca87668608ed36756a39d4113ef"
|
|
313
317
|
},
|
|
318
|
+
{
|
|
319
|
+
"path": "scripts/harness_adoption_metrics.py",
|
|
320
|
+
"sha256": "21e0c2c0708ba6bff1b6261994c6df0f9ff53166cdd30b8a4e6d7efc553a84de"
|
|
321
|
+
},
|
|
314
322
|
{
|
|
315
323
|
"path": "scripts/harness_apidoc.py",
|
|
316
324
|
"sha256": "3fa77ffabf99075a90374d9a4b2ddca3408cc5b90610725d779d9d0dfb70fbbb"
|
|
317
325
|
},
|
|
318
326
|
{
|
|
319
327
|
"path": "scripts/harness_archive.py",
|
|
320
|
-
"sha256": "
|
|
328
|
+
"sha256": "73e6abdc6295a6f75bde0af424a8464d10239292bd444c34a6ab04573e2df3b9"
|
|
321
329
|
},
|
|
322
330
|
{
|
|
323
331
|
"path": "scripts/harness_change.py",
|
|
@@ -329,7 +337,7 @@
|
|
|
329
337
|
},
|
|
330
338
|
{
|
|
331
339
|
"path": "scripts/harness_context.py",
|
|
332
|
-
"sha256": "
|
|
340
|
+
"sha256": "aea16aa3aa038812de506c6ad2f68f7ece94d1f9ca8fb3cddbb1885a9df5611c"
|
|
333
341
|
},
|
|
334
342
|
{
|
|
335
343
|
"path": "scripts/harness_deploy.py",
|
|
@@ -345,11 +353,11 @@
|
|
|
345
353
|
},
|
|
346
354
|
{
|
|
347
355
|
"path": "scripts/harness_events_sync.py",
|
|
348
|
-
"sha256": "
|
|
356
|
+
"sha256": "581bcfd458ae75358927a1ac1059ed667bfd23a160a9b9554ea0001e6ee8d619"
|
|
349
357
|
},
|
|
350
358
|
{
|
|
351
359
|
"path": "scripts/harness_events.py",
|
|
352
|
-
"sha256": "
|
|
360
|
+
"sha256": "92f457533b441493e98992bd4c26d7afbc93d48d35dbed443f24ac98b341bcbc"
|
|
353
361
|
},
|
|
354
362
|
{
|
|
355
363
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -357,11 +365,11 @@
|
|
|
357
365
|
},
|
|
358
366
|
{
|
|
359
367
|
"path": "scripts/harness_fixback.py",
|
|
360
|
-
"sha256": "
|
|
368
|
+
"sha256": "2ba83e62320fe47f2a0a7d46d41d6b6338e3e8a51fcdb70c89605ad82f421d6f"
|
|
361
369
|
},
|
|
362
370
|
{
|
|
363
371
|
"path": "scripts/harness_gate.py",
|
|
364
|
-
"sha256": "
|
|
372
|
+
"sha256": "20f6a9e6e3cb6efbb3bcecc3e6b01a41615140ff383f035ab2c71952022210e4"
|
|
365
373
|
},
|
|
366
374
|
{
|
|
367
375
|
"path": "scripts/harness_headless.py",
|
|
@@ -377,7 +385,7 @@
|
|
|
377
385
|
},
|
|
378
386
|
{
|
|
379
387
|
"path": "scripts/harness_ledger.py",
|
|
380
|
-
"sha256": "
|
|
388
|
+
"sha256": "3952d8af287272b667976e18a61204833ca275e14d21c581a3ff534fb9d95523"
|
|
381
389
|
},
|
|
382
390
|
{
|
|
383
391
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -389,11 +397,11 @@
|
|
|
389
397
|
},
|
|
390
398
|
{
|
|
391
399
|
"path": "scripts/harness_paths.py",
|
|
392
|
-
"sha256": "
|
|
400
|
+
"sha256": "01615e63ef7df250ff9a6a86c3cf2b9dd429696afc494e2f88113e314758bf35"
|
|
393
401
|
},
|
|
394
402
|
{
|
|
395
403
|
"path": "scripts/harness_phase.py",
|
|
396
|
-
"sha256": "
|
|
404
|
+
"sha256": "5216a015903cc0905b98f94be7cb4790adda836891ce4f7c065e2712226cd0b6"
|
|
397
405
|
},
|
|
398
406
|
{
|
|
399
407
|
"path": "scripts/harness_plan_aggregate.py",
|
|
@@ -401,7 +409,7 @@
|
|
|
401
409
|
},
|
|
402
410
|
{
|
|
403
411
|
"path": "scripts/harness_plan_finalize.py",
|
|
404
|
-
"sha256": "
|
|
412
|
+
"sha256": "c045b8c10e936323c1c0de9617283b37ce23b0c70d31521107f78e7e6f7085e7"
|
|
405
413
|
},
|
|
406
414
|
{
|
|
407
415
|
"path": "scripts/harness_preflight.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "abd4fbb9de6c12da57c54656fc39c6857dc5b71498d4adeaacfb88aeb9c59007"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"path": "contracts/workflow-policy.json",
|
|
72
|
-
"sha256": "
|
|
72
|
+
"sha256": "69fec9ed7eb01b5d9f5b4fcc44e0c983f67acb15a25c418c9934d6496f3d75c8"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
"path": "harness-archive/checklist.md",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/SKILL.md",
|
|
88
|
-
"sha256": "
|
|
88
|
+
"sha256": "bc17829e414004c9cb5d9b2509bb925f0115332f269ea91890c590dba9ed266e"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-codebase-map/SKILL.md",
|
|
104
|
-
"sha256": "
|
|
104
|
+
"sha256": "1696c6dcd4e157c5dd2c3c9bac32234330a3f7bba65fa0f5d3716b484681fba6"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,17 +139,21 @@
|
|
|
139
139
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
140
140
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
141
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"path": "harness-execute/SKILL.md",
|
|
144
|
+
"sha256": "faa3731822e3ad9748c1a97f9cd753d9075ca6665418544c7b5a657fb2330a8f"
|
|
145
|
+
},
|
|
142
146
|
{
|
|
143
147
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
144
|
-
"sha256": "
|
|
148
|
+
"sha256": "b2c115285c8a8f8df04509288ea7f3357d17124dc320dc44084855c9df1394a4"
|
|
145
149
|
},
|
|
146
150
|
{
|
|
147
151
|
"path": "harness-knowledge-query/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
152
|
+
"sha256": "822c4f458034f70cf23006b1dd39aac442980f41795515aab8a772f47f45a57f"
|
|
149
153
|
},
|
|
150
154
|
{
|
|
151
155
|
"path": "harness-plan/checklist.md",
|
|
152
|
-
"sha256": "
|
|
156
|
+
"sha256": "019e3889482cb3583a986e34d6dd9e8f4b0f17b6dbeb07a95ee826b9d161b53e"
|
|
153
157
|
},
|
|
154
158
|
{
|
|
155
159
|
"path": "harness-plan/protocols.md",
|
|
@@ -157,19 +161,19 @@
|
|
|
157
161
|
},
|
|
158
162
|
{
|
|
159
163
|
"path": "harness-plan/reference.md",
|
|
160
|
-
"sha256": "
|
|
164
|
+
"sha256": "f1c2442ba4ed31456a878cadb34307923a494bb53b973be4b25e85f3377caa73"
|
|
161
165
|
},
|
|
162
166
|
{
|
|
163
167
|
"path": "harness-plan/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
168
|
+
"sha256": "a6376c7d698ce4925e2813112e2b302058e16965f6395b503dbaec50240d102e"
|
|
165
169
|
},
|
|
166
170
|
{
|
|
167
171
|
"path": "harness-pull/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
172
|
+
"sha256": "178c774138d9b0a43cb8c56a0368ba5febd8a4d34d84cc98da96e5c6ab277de5"
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
"path": "harness-push/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
176
|
+
"sha256": "47663ab28a01a0359c5e52d3d9274d592ae3bfbab592f237ca544bfdcffd0e20"
|
|
173
177
|
},
|
|
174
178
|
{
|
|
175
179
|
"path": "harness-review/checklist.md",
|
|
@@ -177,7 +181,7 @@
|
|
|
177
181
|
},
|
|
178
182
|
{
|
|
179
183
|
"path": "harness-review/protocols.md",
|
|
180
|
-
"sha256": "
|
|
184
|
+
"sha256": "8eb72639f8c424e3d1d8c8eb72d7fec4cf4f4ded7f02cd6db90808ac7efe46fc"
|
|
181
185
|
},
|
|
182
186
|
{
|
|
183
187
|
"path": "harness-review/reference.md",
|
|
@@ -185,7 +189,7 @@
|
|
|
185
189
|
},
|
|
186
190
|
{
|
|
187
191
|
"path": "harness-review/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
192
|
+
"sha256": "d3d35f20e69ccd4576d7d0acf5898dcba6b56326e4cd40328b24786eb38e13bb"
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
195
|
"path": "harness-run/checklist.md",
|
|
@@ -201,11 +205,11 @@
|
|
|
201
205
|
},
|
|
202
206
|
{
|
|
203
207
|
"path": "harness-run/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
208
|
+
"sha256": "d0da264b1b16264cc381958063febe1862985fe819a0de3702520b0bbc8fe3f3"
|
|
205
209
|
},
|
|
206
210
|
{
|
|
207
211
|
"path": "harness-submit/checklist.md",
|
|
208
|
-
"sha256": "
|
|
212
|
+
"sha256": "7c8ae24ee908ea50d3c77fc4048b358c0080383d5de5be5e2dee5a094d800385"
|
|
209
213
|
},
|
|
210
214
|
{
|
|
211
215
|
"path": "harness-submit/reference.md",
|
|
@@ -213,7 +217,7 @@
|
|
|
213
217
|
},
|
|
214
218
|
{
|
|
215
219
|
"path": "harness-submit/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
220
|
+
"sha256": "6d5279788fad5ac87c07f913cc0c6742a24a8159e78f0a7dc95ac94e40abd5d2"
|
|
217
221
|
},
|
|
218
222
|
{
|
|
219
223
|
"path": "harness-sync/reference.md",
|
|
@@ -221,7 +225,7 @@
|
|
|
221
225
|
},
|
|
222
226
|
{
|
|
223
227
|
"path": "harness-sync/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
228
|
+
"sha256": "c50811fa2a4cac53e74294f7a1c5d012b1995c27b5fb111b2ac18342ab0d5f69"
|
|
225
229
|
},
|
|
226
230
|
{
|
|
227
231
|
"path": "harness-test/checklist.md",
|
|
@@ -245,7 +249,7 @@
|
|
|
245
249
|
},
|
|
246
250
|
{
|
|
247
251
|
"path": "harness-test/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
252
|
+
"sha256": "7fcf6acd50a3c0bf445788252f8a7755c76d9f43a61ba9e985db43e9567026f9"
|
|
249
253
|
},
|
|
250
254
|
{
|
|
251
255
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -311,13 +315,17 @@
|
|
|
311
315
|
"path": "README.md",
|
|
312
316
|
"sha256": "0037fa52e150adb6ee698c5d12aca8d5b200aca87668608ed36756a39d4113ef"
|
|
313
317
|
},
|
|
318
|
+
{
|
|
319
|
+
"path": "scripts/harness_adoption_metrics.py",
|
|
320
|
+
"sha256": "21e0c2c0708ba6bff1b6261994c6df0f9ff53166cdd30b8a4e6d7efc553a84de"
|
|
321
|
+
},
|
|
314
322
|
{
|
|
315
323
|
"path": "scripts/harness_apidoc.py",
|
|
316
324
|
"sha256": "3fa77ffabf99075a90374d9a4b2ddca3408cc5b90610725d779d9d0dfb70fbbb"
|
|
317
325
|
},
|
|
318
326
|
{
|
|
319
327
|
"path": "scripts/harness_archive.py",
|
|
320
|
-
"sha256": "
|
|
328
|
+
"sha256": "73e6abdc6295a6f75bde0af424a8464d10239292bd444c34a6ab04573e2df3b9"
|
|
321
329
|
},
|
|
322
330
|
{
|
|
323
331
|
"path": "scripts/harness_change.py",
|
|
@@ -329,7 +337,7 @@
|
|
|
329
337
|
},
|
|
330
338
|
{
|
|
331
339
|
"path": "scripts/harness_context.py",
|
|
332
|
-
"sha256": "
|
|
340
|
+
"sha256": "aea16aa3aa038812de506c6ad2f68f7ece94d1f9ca8fb3cddbb1885a9df5611c"
|
|
333
341
|
},
|
|
334
342
|
{
|
|
335
343
|
"path": "scripts/harness_deploy.py",
|
|
@@ -345,11 +353,11 @@
|
|
|
345
353
|
},
|
|
346
354
|
{
|
|
347
355
|
"path": "scripts/harness_events_sync.py",
|
|
348
|
-
"sha256": "
|
|
356
|
+
"sha256": "581bcfd458ae75358927a1ac1059ed667bfd23a160a9b9554ea0001e6ee8d619"
|
|
349
357
|
},
|
|
350
358
|
{
|
|
351
359
|
"path": "scripts/harness_events.py",
|
|
352
|
-
"sha256": "
|
|
360
|
+
"sha256": "92f457533b441493e98992bd4c26d7afbc93d48d35dbed443f24ac98b341bcbc"
|
|
353
361
|
},
|
|
354
362
|
{
|
|
355
363
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -357,11 +365,11 @@
|
|
|
357
365
|
},
|
|
358
366
|
{
|
|
359
367
|
"path": "scripts/harness_fixback.py",
|
|
360
|
-
"sha256": "
|
|
368
|
+
"sha256": "2ba83e62320fe47f2a0a7d46d41d6b6338e3e8a51fcdb70c89605ad82f421d6f"
|
|
361
369
|
},
|
|
362
370
|
{
|
|
363
371
|
"path": "scripts/harness_gate.py",
|
|
364
|
-
"sha256": "
|
|
372
|
+
"sha256": "20f6a9e6e3cb6efbb3bcecc3e6b01a41615140ff383f035ab2c71952022210e4"
|
|
365
373
|
},
|
|
366
374
|
{
|
|
367
375
|
"path": "scripts/harness_headless.py",
|
|
@@ -377,7 +385,7 @@
|
|
|
377
385
|
},
|
|
378
386
|
{
|
|
379
387
|
"path": "scripts/harness_ledger.py",
|
|
380
|
-
"sha256": "
|
|
388
|
+
"sha256": "3952d8af287272b667976e18a61204833ca275e14d21c581a3ff534fb9d95523"
|
|
381
389
|
},
|
|
382
390
|
{
|
|
383
391
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -389,11 +397,11 @@
|
|
|
389
397
|
},
|
|
390
398
|
{
|
|
391
399
|
"path": "scripts/harness_paths.py",
|
|
392
|
-
"sha256": "
|
|
400
|
+
"sha256": "01615e63ef7df250ff9a6a86c3cf2b9dd429696afc494e2f88113e314758bf35"
|
|
393
401
|
},
|
|
394
402
|
{
|
|
395
403
|
"path": "scripts/harness_phase.py",
|
|
396
|
-
"sha256": "
|
|
404
|
+
"sha256": "5216a015903cc0905b98f94be7cb4790adda836891ce4f7c065e2712226cd0b6"
|
|
397
405
|
},
|
|
398
406
|
{
|
|
399
407
|
"path": "scripts/harness_plan_aggregate.py",
|
|
@@ -401,7 +409,7 @@
|
|
|
401
409
|
},
|
|
402
410
|
{
|
|
403
411
|
"path": "scripts/harness_plan_finalize.py",
|
|
404
|
-
"sha256": "
|
|
412
|
+
"sha256": "c045b8c10e936323c1c0de9617283b37ce23b0c70d31521107f78e7e6f7085e7"
|
|
405
413
|
},
|
|
406
414
|
{
|
|
407
415
|
"path": "scripts/harness_preflight.py",
|