@hunter-harness/workflow-harness 0.2.85 → 0.2.86
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/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +3 -2
- package/harness/bundles/general/claude-code/harness-plan/checklist.md +18 -79
- package/harness/bundles/general/claude-code/harness-plan/protocols.md +3 -1
- package/harness/bundles/general/claude-code/harness-plan/reference.md +37 -8
- 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 +1 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +6 -4
- package/harness/bundles/general/claude-code/harness-submit/SKILL.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 +1 -1
- package/harness/bundles/general/claude-code/scripts/harness_change.py +25 -7
- package/harness/bundles/general/claude-code/scripts/harness_context.py +62 -19
- package/harness/bundles/general/claude-code/scripts/harness_fixback.py +4 -0
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +208 -72
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +43 -0
- package/harness/bundles/general/claude-code/scripts/harness_paths.py +60 -0
- package/harness/bundles/general/claude-code/scripts/harness_phase.py +24 -6
- package/harness/bundles/general/claude-code/scripts/harness_plan_finalize.py +124 -1
- package/harness/bundles/general/claude-code/scripts/harness_review.py +25 -4
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +3 -2
- package/harness/bundles/general/codebuddy/harness-plan/checklist.md +18 -79
- package/harness/bundles/general/codebuddy/harness-plan/protocols.md +3 -1
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +37 -8
- 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 +1 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +6 -4
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/scripts/harness_change.py +25 -7
- package/harness/bundles/general/codebuddy/scripts/harness_context.py +62 -19
- package/harness/bundles/general/codebuddy/scripts/harness_fixback.py +4 -0
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +208 -72
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +43 -0
- package/harness/bundles/general/codebuddy/scripts/harness_paths.py +60 -0
- package/harness/bundles/general/codebuddy/scripts/harness_phase.py +24 -6
- package/harness/bundles/general/codebuddy/scripts/harness_plan_finalize.py +124 -1
- package/harness/bundles/general/codebuddy/scripts/harness_review.py +25 -4
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/SKILL.md +3 -2
- package/harness/bundles/general/codex/harness-plan/checklist.md +18 -79
- package/harness/bundles/general/codex/harness-plan/protocols.md +3 -1
- package/harness/bundles/general/codex/harness-plan/reference.md +37 -8
- 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 +1 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +6 -4
- package/harness/bundles/general/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/codex/scripts/harness_change.py +25 -7
- package/harness/bundles/general/codex/scripts/harness_context.py +62 -19
- package/harness/bundles/general/codex/scripts/harness_fixback.py +4 -0
- package/harness/bundles/general/codex/scripts/harness_gate.py +208 -72
- package/harness/bundles/general/codex/scripts/harness_ledger.py +43 -0
- package/harness/bundles/general/codex/scripts/harness_paths.py +60 -0
- package/harness/bundles/general/codex/scripts/harness_phase.py +24 -6
- package/harness/bundles/general/codex/scripts/harness_plan_finalize.py +124 -1
- package/harness/bundles/general/codex/scripts/harness_review.py +25 -4
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +3 -2
- package/harness/bundles/general/cursor/harness-plan/checklist.md +18 -79
- package/harness/bundles/general/cursor/harness-plan/protocols.md +3 -1
- package/harness/bundles/general/cursor/harness-plan/reference.md +37 -8
- 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 +1 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +6 -4
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/cursor/scripts/harness_change.py +25 -7
- package/harness/bundles/general/cursor/scripts/harness_context.py +62 -19
- package/harness/bundles/general/cursor/scripts/harness_fixback.py +4 -0
- package/harness/bundles/general/cursor/scripts/harness_gate.py +208 -72
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +43 -0
- package/harness/bundles/general/cursor/scripts/harness_paths.py +60 -0
- package/harness/bundles/general/cursor/scripts/harness_phase.py +24 -6
- package/harness/bundles/general/cursor/scripts/harness_plan_finalize.py +124 -1
- package/harness/bundles/general/cursor/scripts/harness_review.py +25 -4
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +3 -2
- package/harness/bundles/java/claude-code/harness-plan/checklist.md +18 -79
- package/harness/bundles/java/claude-code/harness-plan/protocols.md +3 -1
- package/harness/bundles/java/claude-code/harness-plan/reference.md +37 -8
- 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 +1 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +6 -4
- package/harness/bundles/java/claude-code/harness-submit/SKILL.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 +1 -1
- package/harness/bundles/java/claude-code/scripts/harness_change.py +25 -7
- package/harness/bundles/java/claude-code/scripts/harness_context.py +62 -19
- package/harness/bundles/java/claude-code/scripts/harness_fixback.py +4 -0
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +208 -72
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +43 -0
- package/harness/bundles/java/claude-code/scripts/harness_paths.py +60 -0
- package/harness/bundles/java/claude-code/scripts/harness_phase.py +24 -6
- package/harness/bundles/java/claude-code/scripts/harness_plan_finalize.py +124 -1
- package/harness/bundles/java/claude-code/scripts/harness_review.py +25 -4
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +3 -2
- package/harness/bundles/java/codebuddy/harness-plan/checklist.md +18 -79
- package/harness/bundles/java/codebuddy/harness-plan/protocols.md +3 -1
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +37 -8
- 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 +1 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +6 -4
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/scripts/harness_change.py +25 -7
- package/harness/bundles/java/codebuddy/scripts/harness_context.py +62 -19
- package/harness/bundles/java/codebuddy/scripts/harness_fixback.py +4 -0
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +208 -72
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +43 -0
- package/harness/bundles/java/codebuddy/scripts/harness_paths.py +60 -0
- package/harness/bundles/java/codebuddy/scripts/harness_phase.py +24 -6
- package/harness/bundles/java/codebuddy/scripts/harness_plan_finalize.py +124 -1
- package/harness/bundles/java/codebuddy/scripts/harness_review.py +25 -4
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-plan/SKILL.md +3 -2
- package/harness/bundles/java/codex/harness-plan/checklist.md +18 -79
- package/harness/bundles/java/codex/harness-plan/protocols.md +3 -1
- package/harness/bundles/java/codex/harness-plan/reference.md +37 -8
- 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 +1 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +6 -4
- package/harness/bundles/java/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/codex/scripts/harness_change.py +25 -7
- package/harness/bundles/java/codex/scripts/harness_context.py +62 -19
- package/harness/bundles/java/codex/scripts/harness_fixback.py +4 -0
- package/harness/bundles/java/codex/scripts/harness_gate.py +208 -72
- package/harness/bundles/java/codex/scripts/harness_ledger.py +43 -0
- package/harness/bundles/java/codex/scripts/harness_paths.py +60 -0
- package/harness/bundles/java/codex/scripts/harness_phase.py +24 -6
- package/harness/bundles/java/codex/scripts/harness_plan_finalize.py +124 -1
- package/harness/bundles/java/codex/scripts/harness_review.py +25 -4
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +3 -2
- package/harness/bundles/java/cursor/harness-plan/checklist.md +18 -79
- package/harness/bundles/java/cursor/harness-plan/protocols.md +3 -1
- package/harness/bundles/java/cursor/harness-plan/reference.md +37 -8
- 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 +1 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +6 -4
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/cursor/scripts/harness_change.py +25 -7
- package/harness/bundles/java/cursor/scripts/harness_context.py +62 -19
- package/harness/bundles/java/cursor/scripts/harness_fixback.py +4 -0
- package/harness/bundles/java/cursor/scripts/harness_gate.py +208 -72
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +43 -0
- package/harness/bundles/java/cursor/scripts/harness_paths.py +60 -0
- package/harness/bundles/java/cursor/scripts/harness_phase.py +24 -6
- package/harness/bundles/java/cursor/scripts/harness_plan_finalize.py +124 -1
- package/harness/bundles/java/cursor/scripts/harness_review.py +25 -4
- package/harness/manifests/general/claude-code.json +26 -26
- package/harness/manifests/general/codebuddy.json +26 -26
- package/harness/manifests/general/codex.json +26 -26
- package/harness/manifests/general/cursor.json +26 -26
- package/harness/manifests/java/claude-code.json +28 -28
- package/harness/manifests/java/codebuddy.json +28 -28
- package/harness/manifests/java/codex.json +28 -28
- package/harness/manifests/java/cursor.json +28 -28
- package/hunter-workflow-family.json +4 -4
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
5
|
"bundle_version": "0.2.73",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.92",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "bd64bef93156da6632c8fe134164b0894cf08b6af3cbe10aa3de3d97ce875600"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "36eb8e3912d2e744f86c4eec8a2ce9dfd0880c415628d8091970d967bc37557c"
|
|
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": "ee20a0b719ff0441dd7d9a9a18d88db0d846498a39337a9b64901a071acc92fa"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -153,35 +153,35 @@
|
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
156
|
-
"sha256": "
|
|
156
|
+
"sha256": "a1b6efc2993a19eb4fd53e5a4af8bb5809a3b4d906a64575ad01ed78c18546da"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "8e3947f91c3b4ffc18485a29e2204568ab42180b8d4d1552ab842494e917859c"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-plan/checklist.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "42eefa0a350a15efab18d9fe03adb019f17eadf0b6c9d797fb80ad05842a22aa"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-plan/protocols.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "ee15618cbe4005ec1efd5ae91b0105920b929a9eedba8dffd29183efadf52485"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-plan/reference.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "a10e417269d4993699a4a1d53ffd4f0c8296231a0c5e468630da3d10809a1d93"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-plan/SKILL.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "188e5b7e9ee7a67070a382e10f3cbe9e5c23eb0f1b8c450b46d20cce6567dbbf"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-pull/SKILL.md",
|
|
180
|
-
"sha256": "
|
|
180
|
+
"sha256": "b65b1feda6704671d1c9d5a34b32f86e08a4b9e3985a665047b9f40787a05bb6"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-push/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "b61f35e483ac74b17cda851a0250d1b124bf8a6c2b1fbd541cc0e6415aef1ac4"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-review/checklist.md",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-review/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "adda644d941b3b88c44e7c92f7235b14e56495a3ae73bb839ad62b687e737c8e"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-run/checklist.md",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-run/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "57373fbe692ad3afe24528a09928673211d95e92bbf23e2beb486cf8cc9e8bbb"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-submit/checklist.md",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-submit/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "1f4034e1885a1569aa5063838b84b3b1ea7e74b63a9808e8898d45b709f7c114"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-sync/reference.md",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-sync/SKILL.md",
|
|
236
|
-
"sha256": "
|
|
236
|
+
"sha256": "f805ffd4bc69284a8813c180f2e1e97e11497108d68b67afee1e3445d5b0027a"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-test/checklist.md",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-test/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
260
|
+
"sha256": "0b45992a790946d8ab7e469845f659b7279f160b13bea2968127612ba28c4abf"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
"path": "scripts/harness_change.py",
|
|
336
|
-
"sha256": "
|
|
336
|
+
"sha256": "9d35cfb6184028ee03c7d574a6d24b33f8cc437ba5c3dae9a0487d50566bda1f"
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
339
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
343
|
"path": "scripts/harness_context.py",
|
|
344
|
-
"sha256": "
|
|
344
|
+
"sha256": "23572ea0c3455812a5998448e4c90afe9ea7d3a37f15c893c718007ad3c5c886"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
"path": "scripts/harness_deploy.py",
|
|
@@ -369,11 +369,11 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_fixback.py",
|
|
372
|
-
"sha256": "
|
|
372
|
+
"sha256": "dda0d6d836fe4aaaf7ba4cbf888f921c9e1800a0d4f17ee8f7e0e3ac19dd4cbc"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_gate.py",
|
|
376
|
-
"sha256": "
|
|
376
|
+
"sha256": "447a7339b87cbf134a570a0119b697766f1ee3e703dce497e5f3763ad016cb68"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"path": "scripts/harness_headless.py",
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"path": "scripts/harness_ledger.py",
|
|
392
|
-
"sha256": "
|
|
392
|
+
"sha256": "52caa7106480074f1e2ee0122fa6f194cf852805bfd562073ad2fc79ba666514"
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -401,11 +401,11 @@
|
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"path": "scripts/harness_paths.py",
|
|
404
|
-
"sha256": "
|
|
404
|
+
"sha256": "bdd20fce04754664f33ceb838a5fa49ddcbf6e507a7017850cacc345b5564a77"
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
407
|
"path": "scripts/harness_phase.py",
|
|
408
|
-
"sha256": "
|
|
408
|
+
"sha256": "7dc52174d1dc1b3ce8d3c4ebb3f61dd5e1058a77b36d44007ed04db949eaa392"
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
"path": "scripts/harness_plan_aggregate.py",
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
"path": "scripts/harness_plan_finalize.py",
|
|
416
|
-
"sha256": "
|
|
416
|
+
"sha256": "0cb683d26bb9af86cfe4a9c019d1fc20447fa90eb12fb31377bd1d7e4740c4d3"
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
419
|
"path": "scripts/harness_preflight.py",
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
439
|
"path": "scripts/harness_review.py",
|
|
440
|
-
"sha256": "
|
|
440
|
+
"sha256": "c3c591323846bee24afc13ba0ab4eb275233eff84f57c1bb5d155a453bd127db"
|
|
441
441
|
},
|
|
442
442
|
{
|
|
443
443
|
"path": "scripts/harness_runtime.py",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"adapter": "codex",
|
|
5
5
|
"bundle_version": "0.2.73",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.92",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "2e1ff74f20e8a7488db26234a11e78721fc7df0cdac9845a3b752f66ea72a0cd"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/SKILL.md",
|
|
88
|
-
"sha256": "
|
|
88
|
+
"sha256": "81ce51d7bac4926d73fb75fb4e6489388c17058f70a334031b7a03cc9c69a490"
|
|
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": "b36a01720b71373ba3dc7f07c86db1627163b9d53077ddff1ffa370ce5fd4e37"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -141,35 +141,35 @@
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
144
|
-
"sha256": "
|
|
144
|
+
"sha256": "68386f30174bdf921231953f537ccb6ccec3feb7d0411087a8798687cdb161bf"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"path": "harness-knowledge-query/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
148
|
+
"sha256": "b998d29b6b32c62f22405ea1525a471e61c68aa57d5fb608c98572f9ad7af766"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"path": "harness-plan/checklist.md",
|
|
152
|
-
"sha256": "
|
|
152
|
+
"sha256": "42eefa0a350a15efab18d9fe03adb019f17eadf0b6c9d797fb80ad05842a22aa"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"path": "harness-plan/protocols.md",
|
|
156
|
-
"sha256": "
|
|
156
|
+
"sha256": "ee15618cbe4005ec1efd5ae91b0105920b929a9eedba8dffd29183efadf52485"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-plan/reference.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "a10e417269d4993699a4a1d53ffd4f0c8296231a0c5e468630da3d10809a1d93"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-plan/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "59da7f97d47f48505ca057bd359e070a7c4dcf8377dc0487b7bc9b0fe703e9f2"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-pull/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "9959af7b347cc169101b7be0527b70ae3d6282aac5469343194f064072ba2c06"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-push/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "72f1ce18e4a703db1f1c969cf08558ec921271f87fb521f0071112c0f3aba07b"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-review/checklist.md",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-review/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "022f11bb55d09b9ccd4b62d8148d169751159008d445b6a4d6ff49868802cbe7"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-run/checklist.md",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-run/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "e131f91835fdb6e23f4dedd1783e6eb3dafece6fc3c11fead90163e46ab74e13"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-submit/checklist.md",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-submit/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "4de134a9e738874d3100f7cec3a3be3c28011ac2ea73be4d574caa7b942df34b"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-sync/reference.md",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-sync/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "0353c438543a300805df0b9fa04ed4b7bf7cc1af7b713030ecd9567fdd485b54"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-test/checklist.md",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-test/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
248
|
+
"sha256": "49cf23a890d19e74be5ba71abc82528e6609eb9f7050df367bc6763f086bdb5a"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"path": "scripts/harness_change.py",
|
|
324
|
-
"sha256": "
|
|
324
|
+
"sha256": "9d35cfb6184028ee03c7d574a6d24b33f8cc437ba5c3dae9a0487d50566bda1f"
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
327
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"path": "scripts/harness_context.py",
|
|
332
|
-
"sha256": "
|
|
332
|
+
"sha256": "23572ea0c3455812a5998448e4c90afe9ea7d3a37f15c893c718007ad3c5c886"
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
"path": "scripts/harness_deploy.py",
|
|
@@ -357,11 +357,11 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_fixback.py",
|
|
360
|
-
"sha256": "
|
|
360
|
+
"sha256": "dda0d6d836fe4aaaf7ba4cbf888f921c9e1800a0d4f17ee8f7e0e3ac19dd4cbc"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_gate.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "447a7339b87cbf134a570a0119b697766f1ee3e703dce497e5f3763ad016cb68"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_headless.py",
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"path": "scripts/harness_ledger.py",
|
|
380
|
-
"sha256": "
|
|
380
|
+
"sha256": "52caa7106480074f1e2ee0122fa6f194cf852805bfd562073ad2fc79ba666514"
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -389,11 +389,11 @@
|
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"path": "scripts/harness_paths.py",
|
|
392
|
-
"sha256": "
|
|
392
|
+
"sha256": "bdd20fce04754664f33ceb838a5fa49ddcbf6e507a7017850cacc345b5564a77"
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_phase.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "7dc52174d1dc1b3ce8d3c4ebb3f61dd5e1058a77b36d44007ed04db949eaa392"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_plan_aggregate.py",
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"path": "scripts/harness_plan_finalize.py",
|
|
404
|
-
"sha256": "
|
|
404
|
+
"sha256": "0cb683d26bb9af86cfe4a9c019d1fc20447fa90eb12fb31377bd1d7e4740c4d3"
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
407
|
"path": "scripts/harness_preflight.py",
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"path": "scripts/harness_review.py",
|
|
428
|
-
"sha256": "
|
|
428
|
+
"sha256": "c3c591323846bee24afc13ba0ab4eb275233eff84f57c1bb5d155a453bd127db"
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"path": "scripts/harness_runtime.py",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"adapter": "cursor",
|
|
5
5
|
"bundle_version": "0.2.73",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.92",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "91e457dc23edb380beeef74a090e95c708db1a0b746c5d94089f99c7dbe20582"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/SKILL.md",
|
|
88
|
-
"sha256": "
|
|
88
|
+
"sha256": "310eb1c760a8caf4c9341dda27f41a242f553610a12b308b3dd93baa6cb5827e"
|
|
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": "bd18f712d4d6b8336e16570a75ec608693e04149a34164f0dfd90313e4bbef9e"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -141,35 +141,35 @@
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
144
|
-
"sha256": "
|
|
144
|
+
"sha256": "e6f8d0f5b6096e15f74402a07d312707f7fb6cce1afc83a34caa7d62242b63d5"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"path": "harness-knowledge-query/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
148
|
+
"sha256": "eeb7a41be4d88e31089bc5e56646ece5f5adca97fbcb241c3d8f56ff7b096db8"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"path": "harness-plan/checklist.md",
|
|
152
|
-
"sha256": "
|
|
152
|
+
"sha256": "42eefa0a350a15efab18d9fe03adb019f17eadf0b6c9d797fb80ad05842a22aa"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"path": "harness-plan/protocols.md",
|
|
156
|
-
"sha256": "
|
|
156
|
+
"sha256": "ee15618cbe4005ec1efd5ae91b0105920b929a9eedba8dffd29183efadf52485"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-plan/reference.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "a10e417269d4993699a4a1d53ffd4f0c8296231a0c5e468630da3d10809a1d93"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-plan/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "99335b830326c167caa4cbcc3dd2b2b5aba3689400e2b56a0a6cc2e03d88bdc7"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-pull/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "c766fdeb6761cd40a8aee8c4ea266e6c5ad4a623698bec80b262f2abeefaffb0"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-push/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "1ff7bbb01346f29e861589408de4960ed5704e4a5d04a7701da57dbe90e0b451"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-review/checklist.md",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-review/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "3d505f6a4147aa2eed275505bf1fe00c3b1e3e0b8dfca852db1d87acdfca8dcc"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-run/checklist.md",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-run/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "cceda07a6c22a1af25bb1af329cd6dc738873f3e570ae97579273e1e97d97280"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-submit/checklist.md",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-submit/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "c8c091ba8e3124880f8317f57ae0625043b18616f16cde51dd1d08451331deb7"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-sync/reference.md",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-sync/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "398bee339e97c4d296a1362927ec6eed94ce47892d1ef5f9507d96d4b22e4ec9"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-test/checklist.md",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-test/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
248
|
+
"sha256": "42919afcc0168cdb09eea451e199dac5321aad160b9edb1fb4d8724e52b181a5"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"path": "scripts/harness_change.py",
|
|
324
|
-
"sha256": "
|
|
324
|
+
"sha256": "9d35cfb6184028ee03c7d574a6d24b33f8cc437ba5c3dae9a0487d50566bda1f"
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
327
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"path": "scripts/harness_context.py",
|
|
332
|
-
"sha256": "
|
|
332
|
+
"sha256": "23572ea0c3455812a5998448e4c90afe9ea7d3a37f15c893c718007ad3c5c886"
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
"path": "scripts/harness_deploy.py",
|
|
@@ -357,11 +357,11 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_fixback.py",
|
|
360
|
-
"sha256": "
|
|
360
|
+
"sha256": "dda0d6d836fe4aaaf7ba4cbf888f921c9e1800a0d4f17ee8f7e0e3ac19dd4cbc"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_gate.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "447a7339b87cbf134a570a0119b697766f1ee3e703dce497e5f3763ad016cb68"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_headless.py",
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"path": "scripts/harness_ledger.py",
|
|
380
|
-
"sha256": "
|
|
380
|
+
"sha256": "52caa7106480074f1e2ee0122fa6f194cf852805bfd562073ad2fc79ba666514"
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -389,11 +389,11 @@
|
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"path": "scripts/harness_paths.py",
|
|
392
|
-
"sha256": "
|
|
392
|
+
"sha256": "bdd20fce04754664f33ceb838a5fa49ddcbf6e507a7017850cacc345b5564a77"
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_phase.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "7dc52174d1dc1b3ce8d3c4ebb3f61dd5e1058a77b36d44007ed04db949eaa392"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_plan_aggregate.py",
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"path": "scripts/harness_plan_finalize.py",
|
|
404
|
-
"sha256": "
|
|
404
|
+
"sha256": "0cb683d26bb9af86cfe4a9c019d1fc20447fa90eb12fb31377bd1d7e4740c4d3"
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
407
|
"path": "scripts/harness_preflight.py",
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"path": "scripts/harness_review.py",
|
|
428
|
-
"sha256": "
|
|
428
|
+
"sha256": "c3c591323846bee24afc13ba0ab4eb275233eff84f57c1bb5d155a453bd127db"
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"path": "scripts/harness_runtime.py",
|