@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": "f27a3c1b5231b5f3512796e54e5f7e9748ba19faa2e52f31a5617aeb8c14e120"
|
|
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": "a02fb3ddd45a94dd91e2d4f704322d334a092984a6f94a5c51ca0e4553b38909"
|
|
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": "fa888a9e1bffa52bc21abb7907f913dd54b7aa0e1dfb6b0ea10bcfb060a3d76c"
|
|
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": "f035c07589bad6c0f77089d043320f44fff82c5e4b9ec05c5aace43c6ef11c77"
|
|
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": "ac7fa36fab59db4867c43e2d032a1fa5f204efe11c3d80af2fffda6ee415edb9"
|
|
157
|
+
},
|
|
154
158
|
{
|
|
155
159
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
156
|
-
"sha256": "
|
|
160
|
+
"sha256": "bec111e9dfc4bd25b51c01d2d945433c5619e0c43b3ad6e47259ba9a2ce9e681"
|
|
157
161
|
},
|
|
158
162
|
{
|
|
159
163
|
"path": "harness-knowledge-query/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
164
|
+
"sha256": "fc752521836c17b188556b099eda7539b40568fab12953c4c55b2ac4d841de3f"
|
|
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": "788e85eba8a863f6e4f80a9cfebce760d5cad90220bef0fcca605016ec2d77d0"
|
|
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": "a34635df3ea550616a002a91517bd72056bba6c280f4817a5fc85e50f079863c"
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
195
|
"path": "harness-pull/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
196
|
+
"sha256": "2e94f9227410bec73ddbd0f2373423e85c0cc70a86f4b6e189c8fc68d36f4add"
|
|
193
197
|
},
|
|
194
198
|
{
|
|
195
199
|
"path": "harness-push/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
200
|
+
"sha256": "f1e7d1c6bd306d30ffb206534ad2677b4ffc357cb9ba6094d270810ed8d85ccd"
|
|
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": "2e49c3fbc09f708f951ab8d159545c04b33fa933efa8cee958a79480ff7e1226"
|
|
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": "6db7739b77d439343a0ffb8c1240adc965a0bca342eecc76148bce3695cc097b"
|
|
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": "578ef4c27f8b620b1a2983151053cb53eab166acc1860ae8b197592e45591dff"
|
|
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": "5927e8955a9bee9064a954bd7e19874b6e97be79a15633b41244990317af47a4"
|
|
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": "c753895c60bdcc1d6ad81ae8ee4e6e71b0558f6ac1422b8324d96499f0245819"
|
|
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": "a1552cd3289ad3c774afa201db9146d3a546270d3407b57903d0979fa8607737"
|
|
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": "11bacf5228fc511a55e4fa787b69338045c82edd6937b9a869dffdde519c16e6"
|
|
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": "f92f2c74b1378c2ae90c9b7f4df32e9dead9c320c93b02a36fa07b193ec8fad7"
|
|
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": "701e786bbb892ed344596bd5b36de25ac759e4c089143ff6fb0479a64cc63c1c"
|
|
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": "e556bb7de24b165b9a284f968b8904722198560022a7487260b0430e089d7315"
|
|
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": "5a71508f67e7bbfd68a99f295edf39d0d69972f1b72731fe3a8eb815a3fadd7a"
|
|
157
|
+
},
|
|
154
158
|
{
|
|
155
159
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
156
|
-
"sha256": "
|
|
160
|
+
"sha256": "a7e47ffc82610d4ed8fe08e74ea7a2087f746d96c80c9d12cec59aca52dfdf6d"
|
|
157
161
|
},
|
|
158
162
|
{
|
|
159
163
|
"path": "harness-knowledge-query/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
164
|
+
"sha256": "78869c52323cffc5e3e5fd5ed79616d6fff10ea0ff284e8e0254acb107752c43"
|
|
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": "ef6a6d9e4c7706044d8698df656fcf9f3d4c0e7ec38200f5fd69adb71aa0565d"
|
|
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": "c7969fd04c219269cc91733a9d4c44c1437c8dcd5cfb48f6f52a8286de56e2f4"
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
195
|
"path": "harness-pull/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
196
|
+
"sha256": "6d59f32844a4c663826a6a0a419eb1207f278bf15edeeb1b5d283f725221ad40"
|
|
193
197
|
},
|
|
194
198
|
{
|
|
195
199
|
"path": "harness-push/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
200
|
+
"sha256": "52b17c2be71fb20da5b4051e805db4579524684208cf87ae36a0ccb4fcf1d802"
|
|
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": "75e478fb4bb9034ee561c6e4cd95bf25dd8f8af6a0fe27494d5e31e1eb461d4b"
|
|
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": "018215349cd818ed3f8f547fefcd539575d81de2e76b02798793cb356c291eb6"
|
|
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": "853453e9bf81c33c8ad62e55f6691b49fda97706cf065fc93c13f6d8cabdf441"
|
|
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": "746d120e8792f7b839ce8766858cc93fcd7307d756a9998249fa50e8297518a3"
|
|
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": "98c42bbba9ee4fdbc11944c34d4c4492a10f03bc1ea1899eef8024bc011d6b43"
|
|
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": "a1552cd3289ad3c774afa201db9146d3a546270d3407b57903d0979fa8607737"
|
|
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:45db9ea17f4c192d6935cc30a4798c0ba994c3258e45b302d7d8da0bc91c0925",
|
|
11
11
|
"minimumCliVersion": "0.2.92",
|
|
12
|
-
"workflowPackageVersion": "0.
|
|
12
|
+
"workflowPackageVersion": "0.3.1",
|
|
13
13
|
"capabilities": [
|
|
14
14
|
"sync@2",
|
|
15
15
|
"rules-sync@1",
|