@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": "bda27f672e47f77e12f7cc3d4736a32f9842ad5fffa1e4bcf70656774a1454db"
|
|
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-apidoc/checklist.md",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "harness-apidoc/SKILL.md",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "98a1b64236e1a2b1c6fa39b4d4eb60fa8952b6ab46398351c69d3912a5187c65"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "a2cc64579bfccb472443abea6f10dc8db5f8bdb9cf67e979f4a204e0d2ad6c79"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
116
|
-
"sha256": "
|
|
116
|
+
"sha256": "4826e365eca992a668e4fb83875d2b67e758d738e27108ee800e96f2d745678d"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -151,13 +151,17 @@
|
|
|
151
151
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
152
152
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
153
153
|
},
|
|
154
|
+
{
|
|
155
|
+
"path": "harness-execute/SKILL.md",
|
|
156
|
+
"sha256": "f65a39bfc8987e1e9a6686595db8e7b76a8fb83d545e475d06ea396f38ac8209"
|
|
157
|
+
},
|
|
154
158
|
{
|
|
155
159
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
156
|
-
"sha256": "
|
|
160
|
+
"sha256": "1c18e28157723b07b0565fa32ffe79cd489f2fc0271c4278ec8cabe5b73f5d3b"
|
|
157
161
|
},
|
|
158
162
|
{
|
|
159
163
|
"path": "harness-knowledge-query/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
164
|
+
"sha256": "8b861d4f9db65b93722d941d07997ed90e911e35a68608204a04926d1afb5159"
|
|
161
165
|
},
|
|
162
166
|
{
|
|
163
167
|
"path": "harness-package/checklist.md",
|
|
@@ -169,11 +173,11 @@
|
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
"path": "harness-package/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
176
|
+
"sha256": "2ef740fa29a4605022da1aafc7d3b42e948799dc061aa0547b0a4bf2331e4c5b"
|
|
173
177
|
},
|
|
174
178
|
{
|
|
175
179
|
"path": "harness-plan/checklist.md",
|
|
176
|
-
"sha256": "
|
|
180
|
+
"sha256": "019e3889482cb3583a986e34d6dd9e8f4b0f17b6dbeb07a95ee826b9d161b53e"
|
|
177
181
|
},
|
|
178
182
|
{
|
|
179
183
|
"path": "harness-plan/protocols.md",
|
|
@@ -181,19 +185,19 @@
|
|
|
181
185
|
},
|
|
182
186
|
{
|
|
183
187
|
"path": "harness-plan/reference.md",
|
|
184
|
-
"sha256": "
|
|
188
|
+
"sha256": "f1c2442ba4ed31456a878cadb34307923a494bb53b973be4b25e85f3377caa73"
|
|
185
189
|
},
|
|
186
190
|
{
|
|
187
191
|
"path": "harness-plan/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
192
|
+
"sha256": "ccce65b4eba408e70dabe8958638f2564d0dd260c24f5b2fcb3705eb5a3962a7"
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
195
|
"path": "harness-pull/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
196
|
+
"sha256": "d95152a9ef3364e408a5d707d957be8f072a0b0a62b4027019ba900bdf1ab078"
|
|
193
197
|
},
|
|
194
198
|
{
|
|
195
199
|
"path": "harness-push/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
200
|
+
"sha256": "ae92dfc8e22aeeab16002260d01ef29966ed3b8baae8dcd882f37ef3c69c2f91"
|
|
197
201
|
},
|
|
198
202
|
{
|
|
199
203
|
"path": "harness-review/checklist.md",
|
|
@@ -201,7 +205,7 @@
|
|
|
201
205
|
},
|
|
202
206
|
{
|
|
203
207
|
"path": "harness-review/protocols.md",
|
|
204
|
-
"sha256": "
|
|
208
|
+
"sha256": "8eb72639f8c424e3d1d8c8eb72d7fec4cf4f4ded7f02cd6db90808ac7efe46fc"
|
|
205
209
|
},
|
|
206
210
|
{
|
|
207
211
|
"path": "harness-review/reference.md",
|
|
@@ -209,7 +213,7 @@
|
|
|
209
213
|
},
|
|
210
214
|
{
|
|
211
215
|
"path": "harness-review/SKILL.md",
|
|
212
|
-
"sha256": "
|
|
216
|
+
"sha256": "13621ada69cbe87e70f682617e230b6590c896e0d11ea89a63e93ea4462dbc07"
|
|
213
217
|
},
|
|
214
218
|
{
|
|
215
219
|
"path": "harness-run/checklist.md",
|
|
@@ -225,11 +229,11 @@
|
|
|
225
229
|
},
|
|
226
230
|
{
|
|
227
231
|
"path": "harness-run/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
232
|
+
"sha256": "037c4af146d7cbd695c89376ce0b88d9a922b227a9dda8332c743710d7faf946"
|
|
229
233
|
},
|
|
230
234
|
{
|
|
231
235
|
"path": "harness-submit/checklist.md",
|
|
232
|
-
"sha256": "
|
|
236
|
+
"sha256": "7c8ae24ee908ea50d3c77fc4048b358c0080383d5de5be5e2dee5a094d800385"
|
|
233
237
|
},
|
|
234
238
|
{
|
|
235
239
|
"path": "harness-submit/reference.md",
|
|
@@ -237,7 +241,7 @@
|
|
|
237
241
|
},
|
|
238
242
|
{
|
|
239
243
|
"path": "harness-submit/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
244
|
+
"sha256": "47708ccb4be28b35b1d28430a6b3f40b549b31b7c8b71bd3634e91e3aa50c1e1"
|
|
241
245
|
},
|
|
242
246
|
{
|
|
243
247
|
"path": "harness-sync/reference.md",
|
|
@@ -245,7 +249,7 @@
|
|
|
245
249
|
},
|
|
246
250
|
{
|
|
247
251
|
"path": "harness-sync/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
252
|
+
"sha256": "dc1435c8805f7e834859baaf4559c90e38d78dfd2952bbf97e34861cbdd7f751"
|
|
249
253
|
},
|
|
250
254
|
{
|
|
251
255
|
"path": "harness-test/checklist.md",
|
|
@@ -269,7 +273,7 @@
|
|
|
269
273
|
},
|
|
270
274
|
{
|
|
271
275
|
"path": "harness-test/SKILL.md",
|
|
272
|
-
"sha256": "
|
|
276
|
+
"sha256": "448c69d934e3a1a58fca37f624e717247652938e1bc986fdc43c34d509f00aa3"
|
|
273
277
|
},
|
|
274
278
|
{
|
|
275
279
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -335,13 +339,17 @@
|
|
|
335
339
|
"path": "README.md",
|
|
336
340
|
"sha256": "0037fa52e150adb6ee698c5d12aca8d5b200aca87668608ed36756a39d4113ef"
|
|
337
341
|
},
|
|
342
|
+
{
|
|
343
|
+
"path": "scripts/harness_adoption_metrics.py",
|
|
344
|
+
"sha256": "21e0c2c0708ba6bff1b6261994c6df0f9ff53166cdd30b8a4e6d7efc553a84de"
|
|
345
|
+
},
|
|
338
346
|
{
|
|
339
347
|
"path": "scripts/harness_apidoc.py",
|
|
340
348
|
"sha256": "3fa77ffabf99075a90374d9a4b2ddca3408cc5b90610725d779d9d0dfb70fbbb"
|
|
341
349
|
},
|
|
342
350
|
{
|
|
343
351
|
"path": "scripts/harness_archive.py",
|
|
344
|
-
"sha256": "
|
|
352
|
+
"sha256": "73e6abdc6295a6f75bde0af424a8464d10239292bd444c34a6ab04573e2df3b9"
|
|
345
353
|
},
|
|
346
354
|
{
|
|
347
355
|
"path": "scripts/harness_change.py",
|
|
@@ -353,7 +361,7 @@
|
|
|
353
361
|
},
|
|
354
362
|
{
|
|
355
363
|
"path": "scripts/harness_context.py",
|
|
356
|
-
"sha256": "
|
|
364
|
+
"sha256": "aea16aa3aa038812de506c6ad2f68f7ece94d1f9ca8fb3cddbb1885a9df5611c"
|
|
357
365
|
},
|
|
358
366
|
{
|
|
359
367
|
"path": "scripts/harness_deploy.py",
|
|
@@ -369,11 +377,11 @@
|
|
|
369
377
|
},
|
|
370
378
|
{
|
|
371
379
|
"path": "scripts/harness_events_sync.py",
|
|
372
|
-
"sha256": "
|
|
380
|
+
"sha256": "581bcfd458ae75358927a1ac1059ed667bfd23a160a9b9554ea0001e6ee8d619"
|
|
373
381
|
},
|
|
374
382
|
{
|
|
375
383
|
"path": "scripts/harness_events.py",
|
|
376
|
-
"sha256": "
|
|
384
|
+
"sha256": "92f457533b441493e98992bd4c26d7afbc93d48d35dbed443f24ac98b341bcbc"
|
|
377
385
|
},
|
|
378
386
|
{
|
|
379
387
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -381,11 +389,11 @@
|
|
|
381
389
|
},
|
|
382
390
|
{
|
|
383
391
|
"path": "scripts/harness_fixback.py",
|
|
384
|
-
"sha256": "
|
|
392
|
+
"sha256": "2ba83e62320fe47f2a0a7d46d41d6b6338e3e8a51fcdb70c89605ad82f421d6f"
|
|
385
393
|
},
|
|
386
394
|
{
|
|
387
395
|
"path": "scripts/harness_gate.py",
|
|
388
|
-
"sha256": "
|
|
396
|
+
"sha256": "20f6a9e6e3cb6efbb3bcecc3e6b01a41615140ff383f035ab2c71952022210e4"
|
|
389
397
|
},
|
|
390
398
|
{
|
|
391
399
|
"path": "scripts/harness_headless.py",
|
|
@@ -401,7 +409,7 @@
|
|
|
401
409
|
},
|
|
402
410
|
{
|
|
403
411
|
"path": "scripts/harness_ledger.py",
|
|
404
|
-
"sha256": "
|
|
412
|
+
"sha256": "3952d8af287272b667976e18a61204833ca275e14d21c581a3ff534fb9d95523"
|
|
405
413
|
},
|
|
406
414
|
{
|
|
407
415
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -413,11 +421,11 @@
|
|
|
413
421
|
},
|
|
414
422
|
{
|
|
415
423
|
"path": "scripts/harness_paths.py",
|
|
416
|
-
"sha256": "
|
|
424
|
+
"sha256": "01615e63ef7df250ff9a6a86c3cf2b9dd429696afc494e2f88113e314758bf35"
|
|
417
425
|
},
|
|
418
426
|
{
|
|
419
427
|
"path": "scripts/harness_phase.py",
|
|
420
|
-
"sha256": "
|
|
428
|
+
"sha256": "5216a015903cc0905b98f94be7cb4790adda836891ce4f7c065e2712226cd0b6"
|
|
421
429
|
},
|
|
422
430
|
{
|
|
423
431
|
"path": "scripts/harness_plan_aggregate.py",
|
|
@@ -425,7 +433,7 @@
|
|
|
425
433
|
},
|
|
426
434
|
{
|
|
427
435
|
"path": "scripts/harness_plan_finalize.py",
|
|
428
|
-
"sha256": "
|
|
436
|
+
"sha256": "c045b8c10e936323c1c0de9617283b37ce23b0c70d31521107f78e7e6f7085e7"
|
|
429
437
|
},
|
|
430
438
|
{
|
|
431
439
|
"path": "scripts/harness_preflight.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "1769bf48b5c7a5c6e74a9b84ce48ae0d6d0ea5a1eb57c56f476f5d46c0c5d99b"
|
|
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-apidoc/checklist.md",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "harness-apidoc/SKILL.md",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "661d34b1140e9af7d3774f7e3857a33c11ea65254078625fbf5b4c70289fdd1f"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "f8d0f928de8d342f4847ebd1eff57d04253ee2332c532f120264cc02253a08be"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
116
|
-
"sha256": "
|
|
116
|
+
"sha256": "ffc02a47bac20ad6cfd34f05769d8a5595bef63c2bbf4e1eaaed311dfc9569d7"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -151,13 +151,17 @@
|
|
|
151
151
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
152
152
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
153
153
|
},
|
|
154
|
+
{
|
|
155
|
+
"path": "harness-execute/SKILL.md",
|
|
156
|
+
"sha256": "94f2eb1c83b6b3361cb93bac25f591e494fa5fd0d2512a03ab0b0f32d40daa3c"
|
|
157
|
+
},
|
|
154
158
|
{
|
|
155
159
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
156
|
-
"sha256": "
|
|
160
|
+
"sha256": "fb5fcb512b2a21ab24f167cd63b419894a9b0e1eebc9d4ce0b5e22fb02cc4e1f"
|
|
157
161
|
},
|
|
158
162
|
{
|
|
159
163
|
"path": "harness-knowledge-query/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
164
|
+
"sha256": "f0fea2cfff65206aa16c0685855184293f95ef30dca1034991691e5252dda200"
|
|
161
165
|
},
|
|
162
166
|
{
|
|
163
167
|
"path": "harness-package/checklist.md",
|
|
@@ -169,11 +173,11 @@
|
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
"path": "harness-package/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
176
|
+
"sha256": "9f85dc1bbdef71406914d2c3efdb9f56496e22bcb860f508cd9e5ffa5e587fe1"
|
|
173
177
|
},
|
|
174
178
|
{
|
|
175
179
|
"path": "harness-plan/checklist.md",
|
|
176
|
-
"sha256": "
|
|
180
|
+
"sha256": "019e3889482cb3583a986e34d6dd9e8f4b0f17b6dbeb07a95ee826b9d161b53e"
|
|
177
181
|
},
|
|
178
182
|
{
|
|
179
183
|
"path": "harness-plan/protocols.md",
|
|
@@ -181,19 +185,19 @@
|
|
|
181
185
|
},
|
|
182
186
|
{
|
|
183
187
|
"path": "harness-plan/reference.md",
|
|
184
|
-
"sha256": "
|
|
188
|
+
"sha256": "f1c2442ba4ed31456a878cadb34307923a494bb53b973be4b25e85f3377caa73"
|
|
185
189
|
},
|
|
186
190
|
{
|
|
187
191
|
"path": "harness-plan/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
192
|
+
"sha256": "a3f4c5faafed287bd17dde8dba847b1262d0e6920ecca8c4fb669beb05c3b5fa"
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
195
|
"path": "harness-pull/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
196
|
+
"sha256": "3c846991fe3e522a6491a8fee592aa5e0e281a1c95eccd90def17cf6db4cac84"
|
|
193
197
|
},
|
|
194
198
|
{
|
|
195
199
|
"path": "harness-push/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
200
|
+
"sha256": "63b32b8ff3bc098013ef4b83e62da0f3f9eaa34f5d0a73cbf98be9db5e53c53f"
|
|
197
201
|
},
|
|
198
202
|
{
|
|
199
203
|
"path": "harness-review/checklist.md",
|
|
@@ -201,7 +205,7 @@
|
|
|
201
205
|
},
|
|
202
206
|
{
|
|
203
207
|
"path": "harness-review/protocols.md",
|
|
204
|
-
"sha256": "
|
|
208
|
+
"sha256": "8eb72639f8c424e3d1d8c8eb72d7fec4cf4f4ded7f02cd6db90808ac7efe46fc"
|
|
205
209
|
},
|
|
206
210
|
{
|
|
207
211
|
"path": "harness-review/reference.md",
|
|
@@ -209,7 +213,7 @@
|
|
|
209
213
|
},
|
|
210
214
|
{
|
|
211
215
|
"path": "harness-review/SKILL.md",
|
|
212
|
-
"sha256": "
|
|
216
|
+
"sha256": "29a740ca0736571c81ceaa9e91fb3dbe39cc79bd31e1ec7ded0ac557ca88356e"
|
|
213
217
|
},
|
|
214
218
|
{
|
|
215
219
|
"path": "harness-run/checklist.md",
|
|
@@ -225,11 +229,11 @@
|
|
|
225
229
|
},
|
|
226
230
|
{
|
|
227
231
|
"path": "harness-run/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
232
|
+
"sha256": "125044cf81d752286c15eb88bb2d7add0f37b0b3c9958ae1bf3ae02c12fe7712"
|
|
229
233
|
},
|
|
230
234
|
{
|
|
231
235
|
"path": "harness-submit/checklist.md",
|
|
232
|
-
"sha256": "
|
|
236
|
+
"sha256": "7c8ae24ee908ea50d3c77fc4048b358c0080383d5de5be5e2dee5a094d800385"
|
|
233
237
|
},
|
|
234
238
|
{
|
|
235
239
|
"path": "harness-submit/reference.md",
|
|
@@ -237,7 +241,7 @@
|
|
|
237
241
|
},
|
|
238
242
|
{
|
|
239
243
|
"path": "harness-submit/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
244
|
+
"sha256": "66972796b14ed2ca74ccd76a4eb098db613a085404ddd1f615dd2a2ba1567ba3"
|
|
241
245
|
},
|
|
242
246
|
{
|
|
243
247
|
"path": "harness-sync/reference.md",
|
|
@@ -245,7 +249,7 @@
|
|
|
245
249
|
},
|
|
246
250
|
{
|
|
247
251
|
"path": "harness-sync/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
252
|
+
"sha256": "8b11edd1a21eac359948c719995b11c62a5f2983a42ddc24bcdc9c554e35c23f"
|
|
249
253
|
},
|
|
250
254
|
{
|
|
251
255
|
"path": "harness-test/checklist.md",
|
|
@@ -269,7 +273,7 @@
|
|
|
269
273
|
},
|
|
270
274
|
{
|
|
271
275
|
"path": "harness-test/SKILL.md",
|
|
272
|
-
"sha256": "
|
|
276
|
+
"sha256": "32807d90c7c6cf60238518e957c40d154f012be2747074d116d1b99ef85c5f3f"
|
|
273
277
|
},
|
|
274
278
|
{
|
|
275
279
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -335,13 +339,17 @@
|
|
|
335
339
|
"path": "README.md",
|
|
336
340
|
"sha256": "0037fa52e150adb6ee698c5d12aca8d5b200aca87668608ed36756a39d4113ef"
|
|
337
341
|
},
|
|
342
|
+
{
|
|
343
|
+
"path": "scripts/harness_adoption_metrics.py",
|
|
344
|
+
"sha256": "21e0c2c0708ba6bff1b6261994c6df0f9ff53166cdd30b8a4e6d7efc553a84de"
|
|
345
|
+
},
|
|
338
346
|
{
|
|
339
347
|
"path": "scripts/harness_apidoc.py",
|
|
340
348
|
"sha256": "3fa77ffabf99075a90374d9a4b2ddca3408cc5b90610725d779d9d0dfb70fbbb"
|
|
341
349
|
},
|
|
342
350
|
{
|
|
343
351
|
"path": "scripts/harness_archive.py",
|
|
344
|
-
"sha256": "
|
|
352
|
+
"sha256": "73e6abdc6295a6f75bde0af424a8464d10239292bd444c34a6ab04573e2df3b9"
|
|
345
353
|
},
|
|
346
354
|
{
|
|
347
355
|
"path": "scripts/harness_change.py",
|
|
@@ -353,7 +361,7 @@
|
|
|
353
361
|
},
|
|
354
362
|
{
|
|
355
363
|
"path": "scripts/harness_context.py",
|
|
356
|
-
"sha256": "
|
|
364
|
+
"sha256": "aea16aa3aa038812de506c6ad2f68f7ece94d1f9ca8fb3cddbb1885a9df5611c"
|
|
357
365
|
},
|
|
358
366
|
{
|
|
359
367
|
"path": "scripts/harness_deploy.py",
|
|
@@ -369,11 +377,11 @@
|
|
|
369
377
|
},
|
|
370
378
|
{
|
|
371
379
|
"path": "scripts/harness_events_sync.py",
|
|
372
|
-
"sha256": "
|
|
380
|
+
"sha256": "581bcfd458ae75358927a1ac1059ed667bfd23a160a9b9554ea0001e6ee8d619"
|
|
373
381
|
},
|
|
374
382
|
{
|
|
375
383
|
"path": "scripts/harness_events.py",
|
|
376
|
-
"sha256": "
|
|
384
|
+
"sha256": "92f457533b441493e98992bd4c26d7afbc93d48d35dbed443f24ac98b341bcbc"
|
|
377
385
|
},
|
|
378
386
|
{
|
|
379
387
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -381,11 +389,11 @@
|
|
|
381
389
|
},
|
|
382
390
|
{
|
|
383
391
|
"path": "scripts/harness_fixback.py",
|
|
384
|
-
"sha256": "
|
|
392
|
+
"sha256": "2ba83e62320fe47f2a0a7d46d41d6b6338e3e8a51fcdb70c89605ad82f421d6f"
|
|
385
393
|
},
|
|
386
394
|
{
|
|
387
395
|
"path": "scripts/harness_gate.py",
|
|
388
|
-
"sha256": "
|
|
396
|
+
"sha256": "20f6a9e6e3cb6efbb3bcecc3e6b01a41615140ff383f035ab2c71952022210e4"
|
|
389
397
|
},
|
|
390
398
|
{
|
|
391
399
|
"path": "scripts/harness_headless.py",
|
|
@@ -401,7 +409,7 @@
|
|
|
401
409
|
},
|
|
402
410
|
{
|
|
403
411
|
"path": "scripts/harness_ledger.py",
|
|
404
|
-
"sha256": "
|
|
412
|
+
"sha256": "3952d8af287272b667976e18a61204833ca275e14d21c581a3ff534fb9d95523"
|
|
405
413
|
},
|
|
406
414
|
{
|
|
407
415
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -413,11 +421,11 @@
|
|
|
413
421
|
},
|
|
414
422
|
{
|
|
415
423
|
"path": "scripts/harness_paths.py",
|
|
416
|
-
"sha256": "
|
|
424
|
+
"sha256": "01615e63ef7df250ff9a6a86c3cf2b9dd429696afc494e2f88113e314758bf35"
|
|
417
425
|
},
|
|
418
426
|
{
|
|
419
427
|
"path": "scripts/harness_phase.py",
|
|
420
|
-
"sha256": "
|
|
428
|
+
"sha256": "5216a015903cc0905b98f94be7cb4790adda836891ce4f7c065e2712226cd0b6"
|
|
421
429
|
},
|
|
422
430
|
{
|
|
423
431
|
"path": "scripts/harness_plan_aggregate.py",
|
|
@@ -425,7 +433,7 @@
|
|
|
425
433
|
},
|
|
426
434
|
{
|
|
427
435
|
"path": "scripts/harness_plan_finalize.py",
|
|
428
|
-
"sha256": "
|
|
436
|
+
"sha256": "c045b8c10e936323c1c0de9617283b37ce23b0c70d31521107f78e7e6f7085e7"
|
|
429
437
|
},
|
|
430
438
|
{
|
|
431
439
|
"path": "scripts/harness_preflight.py",
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
"java"
|
|
8
8
|
],
|
|
9
9
|
"bundle_version": "0.2.73",
|
|
10
|
-
"content_sha256": "sha256:
|
|
10
|
+
"content_sha256": "sha256:dcf9fdb8d9ad4bf58f23d780765495dfbf5930f8ffaee2884fa35cf20d7f2b3c",
|
|
11
11
|
"minimumCliVersion": "0.2.92",
|
|
12
|
-
"workflowPackageVersion": "0.
|
|
12
|
+
"workflowPackageVersion": "0.3.0",
|
|
13
13
|
"capabilities": [
|
|
14
14
|
"sync@2",
|
|
15
15
|
"rules-sync@1",
|