@hunter-harness/workflow-harness 0.4.10 → 0.4.11
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-execute/SKILL.md +4 -2
- 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 +1 -1
- 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 +12 -1
- 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/scripts/harness_events.py +12 -8
- package/harness/bundles/general/claude-code/scripts/harness_fixback.py +37 -1
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +30 -1
- package/harness/bundles/general/claude-code/scripts/harness_process.py +18 -0
- package/harness/bundles/general/claude-code/scripts/harness_runtime.py +47 -1
- 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-execute/SKILL.md +4 -2
- 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 +1 -1
- 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 +12 -1
- 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/scripts/harness_events.py +12 -8
- package/harness/bundles/general/codebuddy/scripts/harness_fixback.py +37 -1
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +30 -1
- package/harness/bundles/general/codebuddy/scripts/harness_process.py +18 -0
- package/harness/bundles/general/codebuddy/scripts/harness_runtime.py +47 -1
- 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-execute/SKILL.md +4 -2
- 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 +1 -1
- 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-submit/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/scripts/harness_events.py +12 -8
- package/harness/bundles/general/codex/scripts/harness_fixback.py +37 -1
- package/harness/bundles/general/codex/scripts/harness_gate.py +30 -1
- package/harness/bundles/general/codex/scripts/harness_process.py +18 -0
- package/harness/bundles/general/codex/scripts/harness_runtime.py +47 -1
- 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-execute/SKILL.md +4 -2
- 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 +1 -1
- 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-submit/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/scripts/harness_events.py +12 -8
- package/harness/bundles/general/cursor/scripts/harness_fixback.py +37 -1
- package/harness/bundles/general/cursor/scripts/harness_gate.py +30 -1
- package/harness/bundles/general/cursor/scripts/harness_process.py +18 -0
- package/harness/bundles/general/cursor/scripts/harness_runtime.py +47 -1
- package/harness/bundles/general/pi/.harness-build.json +1 -1
- package/harness/bundles/general/pi/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-execute/SKILL.md +4 -2
- package/harness/bundles/general/pi/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/pi/scripts/harness_events.py +12 -8
- package/harness/bundles/general/pi/scripts/harness_fixback.py +37 -1
- package/harness/bundles/general/pi/scripts/harness_gate.py +30 -1
- package/harness/bundles/general/pi/scripts/harness_process.py +18 -0
- package/harness/bundles/general/pi/scripts/harness_runtime.py +47 -1
- 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-execute/SKILL.md +4 -2
- 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 +1 -1
- 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 +12 -1
- 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/scripts/harness_events.py +12 -8
- package/harness/bundles/java/claude-code/scripts/harness_fixback.py +37 -1
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +30 -1
- package/harness/bundles/java/claude-code/scripts/harness_process.py +18 -0
- package/harness/bundles/java/claude-code/scripts/harness_runtime.py +47 -1
- 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-execute/SKILL.md +4 -2
- 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 +1 -1
- 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 +12 -1
- 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/scripts/harness_events.py +12 -8
- package/harness/bundles/java/codebuddy/scripts/harness_fixback.py +37 -1
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +30 -1
- package/harness/bundles/java/codebuddy/scripts/harness_process.py +18 -0
- package/harness/bundles/java/codebuddy/scripts/harness_runtime.py +47 -1
- 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-execute/SKILL.md +4 -2
- 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 +1 -1
- 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-submit/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/scripts/harness_events.py +12 -8
- package/harness/bundles/java/codex/scripts/harness_fixback.py +37 -1
- package/harness/bundles/java/codex/scripts/harness_gate.py +30 -1
- package/harness/bundles/java/codex/scripts/harness_process.py +18 -0
- package/harness/bundles/java/codex/scripts/harness_runtime.py +47 -1
- 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-execute/SKILL.md +4 -2
- 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 +1 -1
- 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-submit/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/scripts/harness_events.py +12 -8
- package/harness/bundles/java/cursor/scripts/harness_fixback.py +37 -1
- package/harness/bundles/java/cursor/scripts/harness_gate.py +30 -1
- package/harness/bundles/java/cursor/scripts/harness_process.py +18 -0
- package/harness/bundles/java/cursor/scripts/harness_runtime.py +47 -1
- package/harness/bundles/java/pi/.harness-build.json +1 -1
- package/harness/bundles/java/pi/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-execute/SKILL.md +4 -2
- package/harness/bundles/java/pi/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/pi/scripts/harness_events.py +12 -8
- package/harness/bundles/java/pi/scripts/harness_fixback.py +37 -1
- package/harness/bundles/java/pi/scripts/harness_gate.py +30 -1
- package/harness/bundles/java/pi/scripts/harness_process.py +18 -0
- package/harness/bundles/java/pi/scripts/harness_runtime.py +47 -1
- package/harness/manifests/general/claude-code.json +17 -17
- package/harness/manifests/general/codebuddy.json +17 -17
- package/harness/manifests/general/codex.json +17 -17
- package/harness/manifests/general/cursor.json +17 -17
- package/harness/manifests/general/pi.json +17 -17
- package/harness/manifests/java/claude-code.json +19 -19
- package/harness/manifests/java/codebuddy.json +19 -19
- package/harness/manifests/java/codex.json +19 -19
- package/harness/manifests/java/cursor.json +19 -19
- package/harness/manifests/java/pi.json +19 -19
- 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": "5ce89ba6b329b4eca1876eaf7590cbc2cbb085e67d2a8b7c4735c8aea798e4eb"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"path": "harness-apidoc/SKILL.md",
|
|
96
|
-
"sha256": "
|
|
96
|
+
"sha256": "5a469086443e5933acb14b5dca233df5eba0fda5636b8702067475f9d9753ae7"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "harness-archive/SKILL.md",
|
|
112
|
-
"sha256": "
|
|
112
|
+
"sha256": "c871299b6b3037c48206888d29655eca5f6ad04a502f31c0852f18d00aa7b8f9"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
128
|
-
"sha256": "
|
|
128
|
+
"sha256": "310382c04ad8095ea73a100b0ba48deed58dd314784d1cc933c7721a9872af49"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-execute/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "cdfa285df8236be5b9ee3c6eff5d8ebbc3ebc4705edec2cc82d8eee561050b9e"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-execute/testing-checklist.md",
|
|
@@ -201,11 +201,11 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "ab8d3076e3d09d497087d4a0028ed201c5a9d0f6d0995ed069bbcd595a1f8b2d"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-knowledge-query/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "bca5c9a7234aef757d1985badea458f1cab0e8982afd6531c8008387c393d151"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-package/checklist.md",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-package/SKILL.md",
|
|
220
|
-
"sha256": "
|
|
220
|
+
"sha256": "551e01d35b0cce494ccbba7ab69355194d03f72ceccaff23f6b8ed4defac318a"
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-plan/checklist.md",
|
|
@@ -233,15 +233,15 @@
|
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-plan/SKILL.md",
|
|
236
|
-
"sha256": "
|
|
236
|
+
"sha256": "3855d4f90d4cad4072ba6adb75faaf65332df957097e410a20c2d7d3f20a3530"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-pull/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
240
|
+
"sha256": "92d5d0db8abb23d5f4d87a6871254a116ceeb90d162408ce60c15dc8c07447b8"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-push/SKILL.md",
|
|
244
|
-
"sha256": "
|
|
244
|
+
"sha256": "f96792a01fb1bf43e21245bf7ef8ae8bf50d8c9cfb72c66420e580d0e27d3d77"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-review/checklist.md",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-review/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
260
|
+
"sha256": "ec25cee4cf7e70f00222fac90d097a9847c02de6c3a6d8467c9860c7fae69567"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-submit/checklist.md",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"path": "harness-submit/SKILL.md",
|
|
272
|
-
"sha256": "
|
|
272
|
+
"sha256": "94f23bb8f1da0e6f6d73d489c0bfd1630c4c0b2cd57eca130a1be1d5c8cf026d"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"path": "harness-sync/reference.md",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"path": "harness-sync/SKILL.md",
|
|
280
|
-
"sha256": "
|
|
280
|
+
"sha256": "c10b21ef4fd5a045734714c51eebd1d586370c74596a6bf6e8939c3903e6460b"
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_events.py",
|
|
388
|
-
"sha256": "
|
|
388
|
+
"sha256": "c28a7972ea621658ca9f0b2546553caea9afba94af0e437dad52d92d8d203ded"
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -393,11 +393,11 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_fixback.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "ad72faa38fcb612bd543baad58c1306bc9c6a81d25b71ee2d556e9be62e899d1"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_gate.py",
|
|
400
|
-
"sha256": "
|
|
400
|
+
"sha256": "79b22274239986f90260084020bf1be0a2e1c937688801f9094e9237d40ed94c"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"path": "scripts/harness_headless.py",
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
447
|
"path": "scripts/harness_process.py",
|
|
448
|
-
"sha256": "
|
|
448
|
+
"sha256": "53a6d84fed546fdf6a9e4a932b6df80d5feb6c9d5c182443d5b82f3c6d857192"
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"path": "scripts/harness_profile.py",
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
467
|
"path": "scripts/harness_runtime.py",
|
|
468
|
-
"sha256": "
|
|
468
|
+
"sha256": "42d46adbc4796f6e06e15c57ebc209087818eeac8b0e09a228aa8e655459254e"
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "61ed2be680cd5d681a3bc4480ca96683c26b4a42a7d2e94dc3538e0673e0fcdf"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"path": "harness-apidoc/SKILL.md",
|
|
96
|
-
"sha256": "
|
|
96
|
+
"sha256": "81aae10ebe214823ed28a7af8467d4af9040342596add85b268ddcd28f28c495"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "harness-archive/SKILL.md",
|
|
112
|
-
"sha256": "
|
|
112
|
+
"sha256": "bde6603b45097f8288ffeb09757a2df241c2a0faefa7a666105080ea262ff6e4"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
128
|
-
"sha256": "
|
|
128
|
+
"sha256": "2e94831ee5d3e0c899b381b24e8f00fd585221b655515388feab10e5d5fdfb39"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-execute/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "b7ea0b3a20b9bb1ee4b51ae46838b117ae3b3d203440c50b78510edbeac46eef"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-execute/testing-checklist.md",
|
|
@@ -201,11 +201,11 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "63a9ddaeb23a4162f4fac115390f47c4e3256ac747750f83875fe2e8d7e99315"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-knowledge-query/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "38e84d417cf32bfa6939812a364039a6814448da53349aaf68fe5b5701158892"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-package/checklist.md",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-package/SKILL.md",
|
|
220
|
-
"sha256": "
|
|
220
|
+
"sha256": "705a535a5bb0bae695d82feba72b3815f8f933fb675f48f69ab5d3303e8da937"
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-plan/checklist.md",
|
|
@@ -233,15 +233,15 @@
|
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-plan/SKILL.md",
|
|
236
|
-
"sha256": "
|
|
236
|
+
"sha256": "3566e56e421b8860ab8ca0658df2a52c526a88adaf96ee5873cf3e23e85499f6"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-pull/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
240
|
+
"sha256": "5d456530e1bb97b72e3a389c9f31e5aa96ee202092a1feee434e227e5bb6d612"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-push/SKILL.md",
|
|
244
|
-
"sha256": "
|
|
244
|
+
"sha256": "b57d5c3356bc07f0fbbde46e4e22b42b6cb4208b6efc8144246b2c85897f531d"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-review/checklist.md",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-review/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
260
|
+
"sha256": "2562554da8a3893ab4f3b5bf5895bb4f963e315e608e308d0a8fe3286a31d52c"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-submit/checklist.md",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"path": "harness-submit/SKILL.md",
|
|
272
|
-
"sha256": "
|
|
272
|
+
"sha256": "16ca3f7bd6622cc7f6e9d0be85a3a394f5d31d58df653dbfe4f83ff7421c9939"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"path": "harness-sync/reference.md",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"path": "harness-sync/SKILL.md",
|
|
280
|
-
"sha256": "
|
|
280
|
+
"sha256": "e29e87e05a691fdb49f45ad207f4ad391568cf4c80fd97fdd4c8a432e2400d6c"
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_events.py",
|
|
388
|
-
"sha256": "
|
|
388
|
+
"sha256": "c28a7972ea621658ca9f0b2546553caea9afba94af0e437dad52d92d8d203ded"
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -393,11 +393,11 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_fixback.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "ad72faa38fcb612bd543baad58c1306bc9c6a81d25b71ee2d556e9be62e899d1"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_gate.py",
|
|
400
|
-
"sha256": "
|
|
400
|
+
"sha256": "79b22274239986f90260084020bf1be0a2e1c937688801f9094e9237d40ed94c"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"path": "scripts/harness_headless.py",
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
447
|
"path": "scripts/harness_process.py",
|
|
448
|
-
"sha256": "
|
|
448
|
+
"sha256": "53a6d84fed546fdf6a9e4a932b6df80d5feb6c9d5c182443d5b82f3c6d857192"
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"path": "scripts/harness_profile.py",
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
467
|
"path": "scripts/harness_runtime.py",
|
|
468
|
-
"sha256": "
|
|
468
|
+
"sha256": "42d46adbc4796f6e06e15c57ebc209087818eeac8b0e09a228aa8e655459254e"
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "5774203c2f4c7b3fb510dd80e6ccd39f607322263e6a1b1e2052a6b37d08c665"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "harness-apidoc/SKILL.md",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "dadd62f2a4c396464322c359c1a140c593537b06d93e4d5361db9700752f876f"
|
|
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": "09fadc7a77ea02f6a787e697c3e3d42e2957c54bfa58d506a8c170d69309a0b6"
|
|
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": "d17bfa5add31c142ccf5c81207a3322848e9e9b43fabdce3957549980a78ad75"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-execute/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "290bb28f90a5a836ed2f8e5f021e5b9349d433cb56c4c2cfdc0c035542472112"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-execute/testing-checklist.md",
|
|
@@ -189,11 +189,11 @@
|
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "2e92a49d3e459096d53a835c3a6520e12a042d1c623ccd29bace6f59796fc0f7"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-knowledge-query/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "8cf35c25788e1a79940d6de966fedab6e32ce8a0f97d058600ef91263672ea39"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-package/checklist.md",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-package/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "59eaad34f38b53d92e150feb84edc2d7eff3900e6a53b09bfb7970d08c63898d"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-plan/checklist.md",
|
|
@@ -221,15 +221,15 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-plan/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "0416fa1d891f5de2a6887768af86b608466b2ca16ce26dc5053074bbfe185488"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-pull/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "fb4c86347be9c40e1cceeb5da70cbe1a78904d15e340ab78f6672f4cd79cdb23"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-push/SKILL.md",
|
|
232
|
-
"sha256": "
|
|
232
|
+
"sha256": "5ebb47b8a2c18ae8296392062c994bc55b89d345869e039afd7024aa008074c9"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-review/checklist.md",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-review/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
248
|
+
"sha256": "bd50be0c0a009963b706b0c68fbed0f43fe8a71b58669b24196b909098a8c54e"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-submit/checklist.md",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-submit/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
260
|
+
"sha256": "c3a158c31b62e615348f80c7cd45606148933eb371df059b40305690780e43f0"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-sync/reference.md",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
"path": "harness-sync/SKILL.md",
|
|
268
|
-
"sha256": "
|
|
268
|
+
"sha256": "4a36ad48f7bce70e2241c600cd3fd88ef02b0067842f105d991d480c3872db79"
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_events.py",
|
|
376
|
-
"sha256": "
|
|
376
|
+
"sha256": "c28a7972ea621658ca9f0b2546553caea9afba94af0e437dad52d92d8d203ded"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -381,11 +381,11 @@
|
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"path": "scripts/harness_fixback.py",
|
|
384
|
-
"sha256": "
|
|
384
|
+
"sha256": "ad72faa38fcb612bd543baad58c1306bc9c6a81d25b71ee2d556e9be62e899d1"
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_gate.py",
|
|
388
|
-
"sha256": "
|
|
388
|
+
"sha256": "79b22274239986f90260084020bf1be0a2e1c937688801f9094e9237d40ed94c"
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"path": "scripts/harness_headless.py",
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"path": "scripts/harness_process.py",
|
|
436
|
-
"sha256": "
|
|
436
|
+
"sha256": "53a6d84fed546fdf6a9e4a932b6df80d5feb6c9d5c182443d5b82f3c6d857192"
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
439
|
"path": "scripts/harness_profile.py",
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
455
|
"path": "scripts/harness_runtime.py",
|
|
456
|
-
"sha256": "
|
|
456
|
+
"sha256": "42d46adbc4796f6e06e15c57ebc209087818eeac8b0e09a228aa8e655459254e"
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
459
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "1e9d1523a3e2e5f242895dba403ffac5920a2dac7828a7d14a652fb31456972c"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "harness-apidoc/SKILL.md",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "2417be238b2a56fdaf2ddc8067a39a9b723efb47a9682d8596911f3d8e7313a6"
|
|
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": "6f576c35076981441f69de2a9930e2c137d4f9685b4f217d38667500afec7826"
|
|
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": "69ae6fa8d7328a9e81e3b8c1038f1f37d13b6fbbc16bc860a76b49df9c996978"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-execute/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "459965eb7b9a121860853551c8cc19021570958b99188204206787d7e3b81680"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-execute/testing-checklist.md",
|
|
@@ -189,11 +189,11 @@
|
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "c46f2fede3f3d34adf1667eb4491315259b4dd65a397067dd3d8278b13c2fa26"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-knowledge-query/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "096f8df34e7602a93fa43f3491b41f3ec4888c546058a6ce93b102ffac50116f"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-package/checklist.md",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-package/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "99d4245dd2a9555547b67d5b8b7df410bc5183be1e5a88be461bf6a793d8a33d"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-plan/checklist.md",
|
|
@@ -221,15 +221,15 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-plan/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "63311de0a7c49a4dd7b1cc7fc872778c1652adc79570c09353a02b7297d259ec"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-pull/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "5f5816670240d52cbe4c02ac5e0f290042ea04cbda596eec131981aa617dcb1d"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-push/SKILL.md",
|
|
232
|
-
"sha256": "
|
|
232
|
+
"sha256": "83a8d62dca3e7d5bd2576b27fd5bb76212e276cbdfa91cd75587007006b9c19a"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-review/checklist.md",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-review/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
248
|
+
"sha256": "19ad0a27bfd4db8c567ac9abe5aa07a392d9788f874d1d4c47d42a33afe3be9e"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-submit/checklist.md",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-submit/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
260
|
+
"sha256": "9747afa9de72545b55e4a201025f9fc2387d93a4f4b8809c95f60080b0cbeefd"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-sync/reference.md",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
"path": "harness-sync/SKILL.md",
|
|
268
|
-
"sha256": "
|
|
268
|
+
"sha256": "22528c4fd286e3f86c915d3d83b00fc977040ea19ec787521d6cfea263ddf742"
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_events.py",
|
|
376
|
-
"sha256": "
|
|
376
|
+
"sha256": "c28a7972ea621658ca9f0b2546553caea9afba94af0e437dad52d92d8d203ded"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -381,11 +381,11 @@
|
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"path": "scripts/harness_fixback.py",
|
|
384
|
-
"sha256": "
|
|
384
|
+
"sha256": "ad72faa38fcb612bd543baad58c1306bc9c6a81d25b71ee2d556e9be62e899d1"
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_gate.py",
|
|
388
|
-
"sha256": "
|
|
388
|
+
"sha256": "79b22274239986f90260084020bf1be0a2e1c937688801f9094e9237d40ed94c"
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"path": "scripts/harness_headless.py",
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"path": "scripts/harness_process.py",
|
|
436
|
-
"sha256": "
|
|
436
|
+
"sha256": "53a6d84fed546fdf6a9e4a932b6df80d5feb6c9d5c182443d5b82f3c6d857192"
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
439
|
"path": "scripts/harness_profile.py",
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
455
|
"path": "scripts/harness_runtime.py",
|
|
456
|
-
"sha256": "
|
|
456
|
+
"sha256": "42d46adbc4796f6e06e15c57ebc209087818eeac8b0e09a228aa8e655459254e"
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
459
|
"path": "scripts/harness_service.py",
|