@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": "3afe6eb876f8af93172a45c7f102adb7df77f22066472a6b3186e1628c493974"
|
|
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": "7deed8d5fe04a38580da1378a29049a2a9f727d97bbd60638781becb49251c83"
|
|
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": "e4bd1722bc10ca2ff4a0a22a5e78586a1bf91622bb3ee117e3547d29eb8e108c"
|
|
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": "c502d4b15119402d54bd3bc3e979e3c1325a87865dc37094924b235df326d635"
|
|
145
|
+
},
|
|
142
146
|
{
|
|
143
147
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
144
|
-
"sha256": "
|
|
148
|
+
"sha256": "80a8124203074ff1bec45d4ce188b49845e05b0f1577adee1c288c732d3c72b3"
|
|
145
149
|
},
|
|
146
150
|
{
|
|
147
151
|
"path": "harness-knowledge-query/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
152
|
+
"sha256": "35c5c44b0a38d5bb0b70efc867cfc3a545bf392baa4359d8dcc6bd3c61fdda2a"
|
|
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": "bbd6cc93c889770b9b3690844078696db908cb541e63d5b706a7912787659edb"
|
|
165
169
|
},
|
|
166
170
|
{
|
|
167
171
|
"path": "harness-pull/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
172
|
+
"sha256": "711210a67a3f4e059d3dcf4da4adb4509c1ed2013ea409dea24af9afea20f78c"
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
"path": "harness-push/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
176
|
+
"sha256": "1634f9ace3a80231ad4ba56d71d37f1b1826746232a8fada670161f660ed6399"
|
|
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": "fa86d21b1afa846d4b24c53f5c3817b573a6ab090b70bb90a098cea16d986fb1"
|
|
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": "a462aaced130d2ce57d9a5474414b701a34d56925f35ab5f69f1818c0c7f1d80"
|
|
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": "bd9dbbe38766e55336a30733c4ee0f01d2157a713bdc10477c8826bf7d69dffd"
|
|
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": "5a38d266398b798e97d6d0ac1c44a8cc34c2978a56f540e368434ac216d90326"
|
|
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": "0a4c8ee9ffe0b29ed4f69f29fcf11495afb9582f5bf690fbcbc3b1d5a6c152a7"
|
|
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": "a1552cd3289ad3c774afa201db9146d3a546270d3407b57903d0979fa8607737"
|
|
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": "e02e3a45f270ef54bda79fbfe99c7194ccdf05efe52ee0854d418c93f9b874bb"
|
|
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": "141a3622aab4e79f8fa711fe6ffd464f1224fff83e63be6aad9276429c5c873f"
|
|
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": "dbe30df9c3c7071cb8388fae21bcaee225f8820e9eefab995dcf0b5ead370c06"
|
|
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": "1df895c69c8de7f49c8a6afc89cbc561a3092cecf1542ebf0a2e6c271d605f91"
|
|
145
|
+
},
|
|
142
146
|
{
|
|
143
147
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
144
|
-
"sha256": "
|
|
148
|
+
"sha256": "841dd5274687d2aed49e577c6dfb3acb024fc7ecfde9136cf60da4e4a89b0368"
|
|
145
149
|
},
|
|
146
150
|
{
|
|
147
151
|
"path": "harness-knowledge-query/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
152
|
+
"sha256": "53ce4a6b74e3bafb39e900578a913e17305837f59deabc43cfd6616970f813a8"
|
|
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": "afd1572f0dc65d7b6653037f432d9b33a142065e0e3a977f2da5ac98bfa82209"
|
|
165
169
|
},
|
|
166
170
|
{
|
|
167
171
|
"path": "harness-pull/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
172
|
+
"sha256": "5302b351deca3a93506e203866c89577a44d993298bbc38a47269a3e6e30df5d"
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
"path": "harness-push/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
176
|
+
"sha256": "d10ef25296e6db192a0133adf686169850e1e5d2e6d00020388c6b8a9601b584"
|
|
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": "7210899e6588deffb861f3169a5684f84edca9856c15c3e65c78c59289bc082d"
|
|
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": "db4eacdd213199103f6fe136126296bf9c65dbd214d5ee55ab6ab1635f09580c"
|
|
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": "9e51084d9ff66cc2990064cb7f1d36b141ab031ac84cd6c5b48675f47e195922"
|
|
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": "0ba70c94a16deb08c1a043e1be2bb2fa34d2d4d6da342d0c1c0bcdbcfaa8b00a"
|
|
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": "1b398aec362220d0000c4e98e6a804e584647a6970c520957aff2f0f56f7413b"
|
|
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": "a1552cd3289ad3c774afa201db9146d3a546270d3407b57903d0979fa8607737"
|
|
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",
|