@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": "a1c66c87620474534fe1f2e09158b019cfeae7a01da7300a5ccd0c5b25f93f7f"
|
|
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": "aaedf64f8b0fd1d06b7bb0d589172e96cb5e2e16d1c34fcfaa6c28593ed77146"
|
|
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": "a81d5183d7cb1c390c5db94d2aaf062732682237f0142a79a564a539a7aa5edf"
|
|
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": "7610df98f02dab16bc4b08334f7fc4e0db3c34d83c7824565522008b4612a013"
|
|
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": "61127aace6221746fe5b2f34324b329214d3eff7ce2598c40e9bb369500aaa83"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-knowledge-query/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "971caf1f560c0b46f0ae7a3061c75ab7e481fc05cfd76c8453222bad0f0ed345"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-plan/checklist.md",
|
|
@@ -209,15 +209,15 @@
|
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-plan/SKILL.md",
|
|
212
|
-
"sha256": "
|
|
212
|
+
"sha256": "fe4f2c2cd0706e9bdbdf8d8a152271407e7d12da5e2f20b58fb5671ead2d0ba7"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-pull/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "013c72aa81dd113738aa4312436f2fb5364a323f4f65445a854a3f31bdbc9f2a"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-push/SKILL.md",
|
|
220
|
-
"sha256": "
|
|
220
|
+
"sha256": "3a4583e4200d99f085cc29ba63ecbab9dd2467ea302fd3f494c26994e82f98c2"
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-review/checklist.md",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-review/SKILL.md",
|
|
236
|
-
"sha256": "
|
|
236
|
+
"sha256": "d8b382fb54947aebf4d5b4c98b7a85678ca4d12e61849db22b297f2a523c8d48"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-submit/checklist.md",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-submit/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
248
|
+
"sha256": "b0eaa4800e89c35e54d76f769490a0a95bf25a4296fede6d6e9d5031d13a1150"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-sync/reference.md",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"path": "harness-sync/SKILL.md",
|
|
256
|
-
"sha256": "
|
|
256
|
+
"sha256": "1317bba6959dd7e87f30e19198beeaf2b9cabce13a8156fde82c27f9de3f6cfe"
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_events.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "c28a7972ea621658ca9f0b2546553caea9afba94af0e437dad52d92d8d203ded"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -369,11 +369,11 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_fixback.py",
|
|
372
|
-
"sha256": "
|
|
372
|
+
"sha256": "ad72faa38fcb612bd543baad58c1306bc9c6a81d25b71ee2d556e9be62e899d1"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_gate.py",
|
|
376
|
-
"sha256": "
|
|
376
|
+
"sha256": "79b22274239986f90260084020bf1be0a2e1c937688801f9094e9237d40ed94c"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"path": "scripts/harness_headless.py",
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"path": "scripts/harness_process.py",
|
|
424
|
-
"sha256": "
|
|
424
|
+
"sha256": "53a6d84fed546fdf6a9e4a932b6df80d5feb6c9d5c182443d5b82f3c6d857192"
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"path": "scripts/harness_profile.py",
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
},
|
|
442
442
|
{
|
|
443
443
|
"path": "scripts/harness_runtime.py",
|
|
444
|
-
"sha256": "
|
|
444
|
+
"sha256": "42d46adbc4796f6e06e15c57ebc209087818eeac8b0e09a228aa8e655459254e"
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
447
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "fa285a8b6d035b6c60435c3caf67fdf205f1b96bd634f5ef919bf2425bf693da"
|
|
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": "c50d98e3bcbf9b1119bc6e44fc0e223a737d40059dfcd30c8e0af257d238bb2d"
|
|
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": "47fea32b1847aa9fa03aadc51f2868f004365f1d7d8e0833ac18d7afd6cf4d31"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-execute/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "5bd810b09fcb7337abc0dacd977ebf7002ee21c450cb92c30aaf0516adc93f1a"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-execute/testing-checklist.md",
|
|
@@ -177,11 +177,11 @@
|
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
180
|
-
"sha256": "
|
|
180
|
+
"sha256": "e303dff1e1f7e3c55395a106d92204f9e8842822c9135fea1103e33b5b97097b"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-knowledge-query/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "a7b5db6d955d0536b8fee3164e751f6e8d6ace61192f2273a78f809cda808857"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/checklist.md",
|
|
@@ -197,15 +197,15 @@
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-plan/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "33a19ef668f79495c1f7c7e8729099a6c7c187bfa58433d2196cce5a15c7b109"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-pull/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "9bdc70dcbe02c59b721b18a096f91b9560010d12f826563b9377041c15649b05"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-push/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "2e8054c96e4e8f4713b3e4ef45a0f3dffdec27776656aadd295819e6d30e4324"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-review/checklist.md",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-review/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "5d9f140a47db42a03e8ed2acc86f04db6cbd5e2c122dae034e8cd8fbba1c5a65"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-submit/checklist.md",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-submit/SKILL.md",
|
|
236
|
-
"sha256": "
|
|
236
|
+
"sha256": "dc0d3f0e76a86c56052c8d32b126e6f8953b39f8b83b1623e50339c2c79d73a3"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-sync/reference.md",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-sync/SKILL.md",
|
|
244
|
-
"sha256": "
|
|
244
|
+
"sha256": "7a85291eef014b59d68c55ea3d1d2afd7b7b08a1ab79590c9347195eda4542a7"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"path": "scripts/harness_events.py",
|
|
352
|
-
"sha256": "
|
|
352
|
+
"sha256": "c28a7972ea621658ca9f0b2546553caea9afba94af0e437dad52d92d8d203ded"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -357,11 +357,11 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_fixback.py",
|
|
360
|
-
"sha256": "
|
|
360
|
+
"sha256": "ad72faa38fcb612bd543baad58c1306bc9c6a81d25b71ee2d556e9be62e899d1"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_gate.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "79b22274239986f90260084020bf1be0a2e1c937688801f9094e9237d40ed94c"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_headless.py",
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
"path": "scripts/harness_process.py",
|
|
412
|
-
"sha256": "
|
|
412
|
+
"sha256": "53a6d84fed546fdf6a9e4a932b6df80d5feb6c9d5c182443d5b82f3c6d857192"
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
"path": "scripts/harness_profile.py",
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"path": "scripts/harness_runtime.py",
|
|
432
|
-
"sha256": "
|
|
432
|
+
"sha256": "42d46adbc4796f6e06e15c57ebc209087818eeac8b0e09a228aa8e655459254e"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "0df4789f230e4c85cb6f878a8546c862f14966f212f62c51faf034e5856df8a8"
|
|
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": "6513b49b88b2685e33e2223947db6237f29ceb5e5c05df8c7943efa3aadd4208"
|
|
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": "eeab86994f90aafdf75e508c96164c1132f69afa151cd3825b3f9d0875fbd044"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-execute/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "c8635f822c264b5e9f3903ce803f395547fa0183ec75a1a7856709953221c7e5"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-execute/testing-checklist.md",
|
|
@@ -177,11 +177,11 @@
|
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
180
|
-
"sha256": "
|
|
180
|
+
"sha256": "c02b5551553467a09676b53ea1b346f66e499b80b8338a9d3eb7a145d6d96a7d"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-knowledge-query/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "fa523c5242cf60b0ca08747654f1c37b893a1eae675a77395303751448dbc3ad"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/checklist.md",
|
|
@@ -197,15 +197,15 @@
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-plan/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "a3dc962b2c9e084d61eab21e8da2e9491126e5e03704c316cd899133da8fa881"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-pull/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "7de42804d7046dfae05ac9c092226686f77c734ea9c35a3a6a37c897dde9dd1b"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-push/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "78c8e01acb53ca00f9d053204c3acf97b2408e95f851875391f427fda1f49308"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-review/checklist.md",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-review/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "75d41d9b5d12ae30415394bb60b12372833d77968302c3c942a67810ee55c99f"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-submit/checklist.md",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-submit/SKILL.md",
|
|
236
|
-
"sha256": "
|
|
236
|
+
"sha256": "e1cf29801059bb9a3a9f9a96e56c564bb2bfdbf563900f7557757727bcbd5b37"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-sync/reference.md",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-sync/SKILL.md",
|
|
244
|
-
"sha256": "
|
|
244
|
+
"sha256": "5b708f7c20b20e50f01fa0464831bf4e74a659dac765dcdcc8f5f565a7389b9a"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"path": "scripts/harness_events.py",
|
|
352
|
-
"sha256": "
|
|
352
|
+
"sha256": "c28a7972ea621658ca9f0b2546553caea9afba94af0e437dad52d92d8d203ded"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -357,11 +357,11 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_fixback.py",
|
|
360
|
-
"sha256": "
|
|
360
|
+
"sha256": "ad72faa38fcb612bd543baad58c1306bc9c6a81d25b71ee2d556e9be62e899d1"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_gate.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "79b22274239986f90260084020bf1be0a2e1c937688801f9094e9237d40ed94c"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_headless.py",
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
"path": "scripts/harness_process.py",
|
|
412
|
-
"sha256": "
|
|
412
|
+
"sha256": "53a6d84fed546fdf6a9e4a932b6df80d5feb6c9d5c182443d5b82f3c6d857192"
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
"path": "scripts/harness_profile.py",
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"path": "scripts/harness_runtime.py",
|
|
432
|
-
"sha256": "
|
|
432
|
+
"sha256": "42d46adbc4796f6e06e15c57ebc209087818eeac8b0e09a228aa8e655459254e"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "20814fec1f0221d862a6ff023f44bade11d51bc2f2961e1a702a863cdd4455c3"
|
|
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": "93bd15fb72a479762c6eb81a7b86d996d52f7ba0192c1b23ccb992b9f261bd8d"
|
|
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": "28a9d3e798e138b42cfd40a435e85392af022cd3c55cc2543aaf73b4318edfb2"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-execute/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "8053eee5b0274a97683529a12f242de61f649eef06cd73f421b453120a62b46b"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-execute/testing-checklist.md",
|
|
@@ -177,11 +177,11 @@
|
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
180
|
-
"sha256": "
|
|
180
|
+
"sha256": "c08c3747ae1dc26a0b35032da8a0aebd22fe1d13feaaedaa4d4296397a1559a5"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-knowledge-query/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "96f9446046d9c6393102630fa2e0ceaabadc6e63064ea104ec37302c0962724c"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/checklist.md",
|
|
@@ -197,15 +197,15 @@
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-plan/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "2d3465da1bdd49a6e62cff4812ace8a217610769ca529d4b63524c0b2f24cff7"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-pull/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "8d25338fb9d97575f1fc80f2866399d0195d4db55da3d0e4c0a2fef9d26ea0a6"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-push/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "34dc4e9747db24faf834660593fddbd2724c450e2f3223b7a2471b8ccb00623b"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-review/checklist.md",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-review/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "7fe53d141ede4442bbda7d4cdb07248b3bad31197e1f47462f750dd9c1f05a80"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-submit/checklist.md",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-submit/SKILL.md",
|
|
236
|
-
"sha256": "
|
|
236
|
+
"sha256": "7503be2e20d61a125bca98b1eca5b6565d87fc6db2704d8571ac6cdac1dadc6e"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-sync/reference.md",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-sync/SKILL.md",
|
|
244
|
-
"sha256": "
|
|
244
|
+
"sha256": "073363d652f1123aa0d57254b238b6f37a63c33a4f9ef235deeda94164a2de6a"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"path": "scripts/harness_events.py",
|
|
352
|
-
"sha256": "
|
|
352
|
+
"sha256": "c28a7972ea621658ca9f0b2546553caea9afba94af0e437dad52d92d8d203ded"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -357,11 +357,11 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_fixback.py",
|
|
360
|
-
"sha256": "
|
|
360
|
+
"sha256": "ad72faa38fcb612bd543baad58c1306bc9c6a81d25b71ee2d556e9be62e899d1"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_gate.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "79b22274239986f90260084020bf1be0a2e1c937688801f9094e9237d40ed94c"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_headless.py",
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
"path": "scripts/harness_process.py",
|
|
412
|
-
"sha256": "
|
|
412
|
+
"sha256": "53a6d84fed546fdf6a9e4a932b6df80d5feb6c9d5c182443d5b82f3c6d857192"
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
"path": "scripts/harness_profile.py",
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"path": "scripts/harness_runtime.py",
|
|
432
|
-
"sha256": "
|
|
432
|
+
"sha256": "42d46adbc4796f6e06e15c57ebc209087818eeac8b0e09a228aa8e655459254e"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"path": "scripts/harness_service.py",
|