@hunter-harness/workflow-harness 0.2.63 → 0.2.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/harness/bundles/general/claude-code/.harness-build.json +1 -1
- package/harness/bundles/general/claude-code/contracts/workflow-policy.json +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 +6 -5
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +11 -5
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +2 -2
- 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_archive.py +320 -35
- package/harness/bundles/general/claude-code/scripts/harness_context.py +43 -25
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +22 -27
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +155 -16
- package/harness/bundles/general/claude-code/scripts/harness_runtime.py +31 -5
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/contracts/workflow-policy.json +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +6 -5
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +11 -5
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +2 -2
- 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_archive.py +320 -35
- package/harness/bundles/general/codebuddy/scripts/harness_context.py +43 -25
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +22 -27
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +155 -16
- package/harness/bundles/general/codebuddy/scripts/harness_runtime.py +31 -5
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/contracts/workflow-policy.json +1 -1
- package/harness/bundles/general/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +6 -5
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +11 -5
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-submit/SKILL.md +2 -2
- 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_archive.py +320 -35
- package/harness/bundles/general/codex/scripts/harness_context.py +43 -25
- package/harness/bundles/general/codex/scripts/harness_gate.py +22 -27
- package/harness/bundles/general/codex/scripts/harness_ledger.py +155 -16
- package/harness/bundles/general/codex/scripts/harness_runtime.py +31 -5
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/contracts/workflow-policy.json +1 -1
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +6 -5
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +11 -5
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +2 -2
- 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_archive.py +320 -35
- package/harness/bundles/general/cursor/scripts/harness_context.py +43 -25
- package/harness/bundles/general/cursor/scripts/harness_gate.py +22 -27
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +155 -16
- package/harness/bundles/general/cursor/scripts/harness_runtime.py +31 -5
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/contracts/workflow-policy.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 +6 -5
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +11 -5
- 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 +4 -4
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +2 -2
- 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_archive.py +320 -35
- package/harness/bundles/java/claude-code/scripts/harness_context.py +43 -25
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +22 -27
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +155 -16
- package/harness/bundles/java/claude-code/scripts/harness_runtime.py +31 -5
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/contracts/workflow-policy.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 +6 -5
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +11 -5
- 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 +4 -4
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +2 -2
- 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_archive.py +320 -35
- package/harness/bundles/java/codebuddy/scripts/harness_context.py +43 -25
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +22 -27
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +155 -16
- package/harness/bundles/java/codebuddy/scripts/harness_runtime.py +31 -5
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/contracts/workflow-policy.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 +6 -5
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +11 -5
- 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 +4 -4
- package/harness/bundles/java/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-submit/SKILL.md +2 -2
- 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_archive.py +320 -35
- package/harness/bundles/java/codex/scripts/harness_context.py +43 -25
- package/harness/bundles/java/codex/scripts/harness_gate.py +22 -27
- package/harness/bundles/java/codex/scripts/harness_ledger.py +155 -16
- package/harness/bundles/java/codex/scripts/harness_runtime.py +31 -5
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/contracts/workflow-policy.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 +6 -5
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +11 -5
- 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 +4 -4
- package/harness/bundles/java/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +2 -2
- 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_archive.py +320 -35
- package/harness/bundles/java/cursor/scripts/harness_context.py +43 -25
- package/harness/bundles/java/cursor/scripts/harness_gate.py +22 -27
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +155 -16
- package/harness/bundles/java/cursor/scripts/harness_runtime.py +31 -5
- package/harness/manifests/general/claude-code.json +19 -19
- package/harness/manifests/general/codebuddy.json +19 -19
- package/harness/manifests/general/codex.json +19 -19
- package/harness/manifests/general/cursor.json +19 -19
- package/harness/manifests/java/claude-code.json +21 -21
- package/harness/manifests/java/codebuddy.json +21 -21
- package/harness/manifests/java/codex.json +21 -21
- package/harness/manifests/java/cursor.json +21 -21
- package/hunter-workflow-family.json +5 -5
- package/package.json +1 -1
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.54",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.74",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
{
|
|
25
25
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "538bc07611357cc40cabdde4f8ccd2a538f02d9ec6a31678afc5356ad3b6c715"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "contracts/workflow-policy.json",
|
|
82
|
-
"sha256": "
|
|
82
|
+
"sha256": "3b671d438a687d800879863590ff04bd953c7d3eac6865bda3d85cdfc26fbc52"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/checklist.md",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
98
|
+
"sha256": "86fe308b66ad58430285670dc4fbf55ed2d1e1a7d2a5330aa0ccc3495ceb1778"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"path": "harness-codebase-map/SKILL.md",
|
|
114
|
-
"sha256": "
|
|
114
|
+
"sha256": "7a441a509796cc64177e1b9eea0aee2125293668761bb356bab51a78814ba21e"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -151,11 +151,11 @@
|
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
154
|
+
"sha256": "31b2acaf206e4d1a9fd29f3375b0b826bec2a7716d866b0878e20f04c945d953"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-knowledge-query/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "0fddcff88ceb3065d8edbd0d2fcce1790074ed06071aec5edcbe9354f44bad13"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-plan/checklist.md",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-plan/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "e76ce2708534ad7852c9a974fae9586ba8657a35d60602e1ecc8d7038d9c1c40"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-review/checklist.md",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-review/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "ac51efc653dc115984a589d362834fc2d5a8294abcc510a5681243923e40905a"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-run/checklist.md",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-run/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "2e260fef2d940f00661ce4b597f48ebc663c76b93c5757b7ef2549e05082015c"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-submit/checklist.md",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-submit/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "aad05588abfaa36016f286d21af7e0ffa3e70c67a95ac87f9877cddaf91229ed"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-sync/reference.md",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-sync/SKILL.md",
|
|
226
|
-
"sha256": "
|
|
226
|
+
"sha256": "1b9250f44c8af55910ffe732c5cddb112162b8b79917fb1e47eb630992bc69bf"
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "harness-test/checklist.md",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-test/SKILL.md",
|
|
250
|
-
"sha256": "
|
|
250
|
+
"sha256": "df1e4c88c3491980070c1c819807b5df4390994de3851ce52822d95a6894ce29"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"path": "scripts/harness_archive.py",
|
|
322
|
-
"sha256": "
|
|
322
|
+
"sha256": "f029938af890198a737d6fea746a9f5ed885f8c32a462a63cac79dbb0f0b8be0"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"path": "scripts/harness_change.py",
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
333
|
"path": "scripts/harness_context.py",
|
|
334
|
-
"sha256": "
|
|
334
|
+
"sha256": "464b59fea967bf123a7e203524b22ce68ead7db0250e686407ea29520853065f"
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"path": "scripts/harness_deploy.py",
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_gate.py",
|
|
366
|
-
"sha256": "
|
|
366
|
+
"sha256": "662f3490217546c9a20ce910f14493133dcf1a5cd1127f6cc6c50747ac22618c"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"path": "scripts/harness_headless.py",
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"path": "scripts/harness_ledger.py",
|
|
378
|
-
"sha256": "
|
|
378
|
+
"sha256": "58f45d0a30c124b2493fc4a4c66f40c85c9a3dda952fccafbdc05a9a7a135d02"
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"path": "scripts/harness_runtime.py",
|
|
430
|
-
"sha256": "
|
|
430
|
+
"sha256": "3866980763961f178f44fc04330854b4a3e05867900418316f876bf7f4fca1b7"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"path": "scripts/harness_service.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.54",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.74",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
{
|
|
25
25
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "13c104e84a2b30f4fb30e9d96c3eaeb3c6054a38b981e4c147acb5e20f635e99"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"path": "contracts/workflow-policy.json",
|
|
70
|
-
"sha256": "
|
|
70
|
+
"sha256": "3b671d438a687d800879863590ff04bd953c7d3eac6865bda3d85cdfc26fbc52"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"path": "harness-archive/checklist.md",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/SKILL.md",
|
|
86
|
-
"sha256": "
|
|
86
|
+
"sha256": "1af43525b821a4daf8d392b6424f8e97098dd3a08c092262f09fba9a80f15929"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"path": "harness-codebase-map/SKILL.md",
|
|
102
|
-
"sha256": "
|
|
102
|
+
"sha256": "e18b2de588f85303803708e0da26bfec93409262a1cfc10dfa68a8ef6b0c3d3e"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,11 +139,11 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "10e504e67414751e84c181240cc3fd33299830403696b4a86cc29341be9fd6a0"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-knowledge-query/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
146
|
+
"sha256": "3f44fe6c7f6f3bc1da277aef82842b9556a9789fdeddf9307793b7b46f67e69f"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-plan/checklist.md",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-plan/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "4422dbee95ba6ae1ab557be94be297419d59c60d623aadea96a2fcac7c52adc0"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-review/checklist.md",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-review/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "f40e0e97ab82dc7ffe7006a296a08c918ff13ac8f3580beaed665ea5c86b3547"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-run/checklist.md",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-run/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "dcde389265b3522bb64d2c6735e4024724b261ca887e6a825ffea32b5a55fde2"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-submit/checklist.md",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-submit/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "4bf98a791b273cfd391b38869eb9eb981eb6bfbb573efb8b8eaf32178a15581e"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-sync/reference.md",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-sync/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
214
|
+
"sha256": "d129a442085e313d1325bcdb2f83b3b7b938ac0b353d03976fcf404a974fab40"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-test/checklist.md",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "harness-test/SKILL.md",
|
|
238
|
-
"sha256": "
|
|
238
|
+
"sha256": "63d5fa77ba01668ec17537e46957c6b1be505c8e82b6388d1c375651ecdcc2ba"
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"path": "scripts/harness_archive.py",
|
|
310
|
-
"sha256": "
|
|
310
|
+
"sha256": "f029938af890198a737d6fea746a9f5ed885f8c32a462a63cac79dbb0f0b8be0"
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"path": "scripts/harness_change.py",
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"path": "scripts/harness_context.py",
|
|
322
|
-
"sha256": "
|
|
322
|
+
"sha256": "464b59fea967bf123a7e203524b22ce68ead7db0250e686407ea29520853065f"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"path": "scripts/harness_deploy.py",
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"path": "scripts/harness_gate.py",
|
|
354
|
-
"sha256": "
|
|
354
|
+
"sha256": "662f3490217546c9a20ce910f14493133dcf1a5cd1127f6cc6c50747ac22618c"
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"path": "scripts/harness_headless.py",
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_ledger.py",
|
|
366
|
-
"sha256": "
|
|
366
|
+
"sha256": "58f45d0a30c124b2493fc4a4c66f40c85c9a3dda952fccafbdc05a9a7a135d02"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
"path": "scripts/harness_runtime.py",
|
|
418
|
-
"sha256": "
|
|
418
|
+
"sha256": "3866980763961f178f44fc04330854b4a3e05867900418316f876bf7f4fca1b7"
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
"path": "scripts/harness_service.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "cursor",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.54",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.74",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
{
|
|
25
25
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "85f81be107e26668da6bee74c896aa20228883e1339d6f8138bf2f8727c82708"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"path": "contracts/workflow-policy.json",
|
|
70
|
-
"sha256": "
|
|
70
|
+
"sha256": "3b671d438a687d800879863590ff04bd953c7d3eac6865bda3d85cdfc26fbc52"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"path": "harness-archive/checklist.md",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/SKILL.md",
|
|
86
|
-
"sha256": "
|
|
86
|
+
"sha256": "7956c37f6d7c35696ab0f4a932968b63f361b854d01d6e4b6a7785bd7c37f3b7"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"path": "harness-codebase-map/SKILL.md",
|
|
102
|
-
"sha256": "
|
|
102
|
+
"sha256": "4ef9d144444634d6289969f2761cf2b9e06b6031c37fca2446266304bd3ba54f"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,11 +139,11 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "aff3e690ab4aab835873569ddac765d2f556ab56338af2704dbadc8b2a6ea8a5"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-knowledge-query/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
146
|
+
"sha256": "0f797dc920194a444f480232e2cbb608be52d114ff6cee5de120e4e2f4a65ccf"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-plan/checklist.md",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-plan/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "580f3891bb38d151f88b3eab88f29cfa32ffa0951f99f3fd4aacf947aeaeb173"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-review/checklist.md",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-review/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "3d3e74e2acb59310d024b021dc44098c6fcbc38a2a9e2a48a4b1783a9f33955f"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-run/checklist.md",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-run/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "2b1d83b2e97fc461b48b010878a7a9945910d64708bf88a0fffd753b316ba807"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-submit/checklist.md",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-submit/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "59db1e20d1296f3d7ab716407a0493b14386cdb0663d4344c37da5b22476e5f4"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-sync/reference.md",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-sync/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
214
|
+
"sha256": "95192e996ef83cd90f6a4409de0b5f3ffb293fdd11ab215f1c7e3410f54f418a"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-test/checklist.md",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "harness-test/SKILL.md",
|
|
238
|
-
"sha256": "
|
|
238
|
+
"sha256": "12b6fd82bac83f41be5794bfd528e4a122d9e94c19140e36eee91ca94c4f58a0"
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"path": "scripts/harness_archive.py",
|
|
310
|
-
"sha256": "
|
|
310
|
+
"sha256": "f029938af890198a737d6fea746a9f5ed885f8c32a462a63cac79dbb0f0b8be0"
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"path": "scripts/harness_change.py",
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"path": "scripts/harness_context.py",
|
|
322
|
-
"sha256": "
|
|
322
|
+
"sha256": "464b59fea967bf123a7e203524b22ce68ead7db0250e686407ea29520853065f"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"path": "scripts/harness_deploy.py",
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"path": "scripts/harness_gate.py",
|
|
354
|
-
"sha256": "
|
|
354
|
+
"sha256": "662f3490217546c9a20ce910f14493133dcf1a5cd1127f6cc6c50747ac22618c"
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"path": "scripts/harness_headless.py",
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_ledger.py",
|
|
366
|
-
"sha256": "
|
|
366
|
+
"sha256": "58f45d0a30c124b2493fc4a4c66f40c85c9a3dda952fccafbdc05a9a7a135d02"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
"path": "scripts/harness_runtime.py",
|
|
418
|
-
"sha256": "
|
|
418
|
+
"sha256": "3866980763961f178f44fc04330854b4a3e05867900418316f876bf7f4fca1b7"
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
"path": "scripts/harness_service.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.54",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.74",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
{
|
|
25
25
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "edc267c753c7a17af1e1b7ffed7b812ca966e663ce25c686cdb6e0efb21a282c"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "contracts/workflow-policy.json",
|
|
82
|
-
"sha256": "
|
|
82
|
+
"sha256": "3b671d438a687d800879863590ff04bd953c7d3eac6865bda3d85cdfc26fbc52"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"path": "harness-apidoc/SKILL.md",
|
|
94
|
-
"sha256": "
|
|
94
|
+
"sha256": "8fd051d9827f46ef9df5bedc7722bd66d33aaeed05ec980a8e90993b3040218f"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/checklist.md",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"path": "harness-archive/SKILL.md",
|
|
110
|
-
"sha256": "
|
|
110
|
+
"sha256": "708b08a53d45d9c65ae3f162adaa94ca9aa931108a92993e4d262e1701805d10"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"path": "harness-codebase-map/SKILL.md",
|
|
126
|
-
"sha256": "
|
|
126
|
+
"sha256": "78d1f8a24a87e300ba4b44097e2d6acd3813abf37135837d93f8ebe451488600"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -163,11 +163,11 @@
|
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "1c11c8b179f86fa87c4ac3271a0288e9f1e35df6a53add51fd646e2333e486bd"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-knowledge-query/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "19d376ee6e64310c8d3048562cad50789619caf21ed40fcba4f29e94a177fa5e"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-package/checklist.md",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-package/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "b0cbf38e1a141a010f565eae0fd235ac836fa329fd4861a4e0e59aa62f0bcb70"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-plan/checklist.md",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-plan/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
198
|
+
"sha256": "de83472b2e7d66e410d82acf137954f2c69d5e4de743a04e0a32a1e19e9bef9f"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-review/checklist.md",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-review/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
214
|
+
"sha256": "10dab12d339ac5ecec2887c219067a229fb9f704f81b6c0ea8167d344cecca5f"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-run/checklist.md",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "harness-run/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
230
|
+
"sha256": "97a120638df345b34cdc099f64a376bc70ae21e2417ce88cad8db3973eaa99a7"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-submit/checklist.md",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "harness-submit/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
242
|
+
"sha256": "4da1ad0f6feec85dc17672412ac9773ec2f4354350f17374d57791c3532c65fc"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-sync/reference.md",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-sync/SKILL.md",
|
|
250
|
-
"sha256": "
|
|
250
|
+
"sha256": "87eb6662533ce2edc8b7aaa5dae48b92723063b3dddacffd82509aab15968b76"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "harness-test/checklist.md",
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
"path": "harness-test/SKILL.md",
|
|
274
|
-
"sha256": "
|
|
274
|
+
"sha256": "ac0f0396a6285d63cdb27622e6aed52aa05bc7d17e07ca35db1ef984383d7884"
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
345
|
"path": "scripts/harness_archive.py",
|
|
346
|
-
"sha256": "
|
|
346
|
+
"sha256": "f029938af890198a737d6fea746a9f5ed885f8c32a462a63cac79dbb0f0b8be0"
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"path": "scripts/harness_change.py",
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"path": "scripts/harness_context.py",
|
|
358
|
-
"sha256": "
|
|
358
|
+
"sha256": "464b59fea967bf123a7e203524b22ce68ead7db0250e686407ea29520853065f"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "scripts/harness_deploy.py",
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
"path": "scripts/harness_gate.py",
|
|
390
|
-
"sha256": "
|
|
390
|
+
"sha256": "662f3490217546c9a20ce910f14493133dcf1a5cd1127f6cc6c50747ac22618c"
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"path": "scripts/harness_headless.py",
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
"path": "scripts/harness_ledger.py",
|
|
402
|
-
"sha256": "
|
|
402
|
+
"sha256": "58f45d0a30c124b2493fc4a4c66f40c85c9a3dda952fccafbdc05a9a7a135d02"
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
453
|
"path": "scripts/harness_runtime.py",
|
|
454
|
-
"sha256": "
|
|
454
|
+
"sha256": "3866980763961f178f44fc04330854b4a3e05867900418316f876bf7f4fca1b7"
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
"path": "scripts/harness_service.py",
|