@hunter-harness/workflow-harness 0.2.49 → 0.2.50
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 +9 -1
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +21 -4
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +17 -6
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +6 -1
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +6 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +7 -2
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +6 -1
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +6 -1
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +6 -1
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +31 -1
- package/harness/bundles/general/claude-code/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +17 -0
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +9 -1
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +21 -4
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +17 -6
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +6 -1
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +6 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +7 -2
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +6 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +6 -1
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +6 -1
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +31 -1
- package/harness/bundles/general/codebuddy/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +17 -0
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/harness-archive/SKILL.md +9 -1
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +21 -4
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +17 -6
- package/harness/bundles/general/codex/harness-plan/SKILL.md +6 -1
- package/harness/bundles/general/codex/harness-review/SKILL.md +6 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +7 -2
- package/harness/bundles/general/codex/harness-submit/SKILL.md +6 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +6 -1
- package/harness/bundles/general/codex/harness-test/SKILL.md +6 -1
- package/harness/bundles/general/codex/scripts/harness_archive.py +31 -1
- package/harness/bundles/general/codex/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/general/codex/scripts/harness_gate.py +17 -0
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +9 -1
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +21 -4
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +17 -6
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +6 -1
- package/harness/bundles/general/cursor/harness-review/SKILL.md +6 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +7 -2
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +6 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +6 -1
- package/harness/bundles/general/cursor/harness-test/SKILL.md +6 -1
- package/harness/bundles/general/cursor/scripts/harness_archive.py +31 -1
- package/harness/bundles/general/cursor/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/general/cursor/scripts/harness_gate.py +17 -0
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +6 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +9 -1
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +21 -4
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +17 -6
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +6 -1
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +6 -1
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +6 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +7 -2
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +6 -1
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +6 -1
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +6 -1
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +31 -1
- package/harness/bundles/java/claude-code/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +17 -0
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +6 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +9 -1
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +21 -4
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +17 -6
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +6 -1
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +6 -1
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +6 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +7 -2
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +6 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +6 -1
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +6 -1
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +31 -1
- package/harness/bundles/java/codebuddy/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +17 -0
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +6 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +9 -1
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +21 -4
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +17 -6
- package/harness/bundles/java/codex/harness-package/SKILL.md +6 -1
- package/harness/bundles/java/codex/harness-plan/SKILL.md +6 -1
- package/harness/bundles/java/codex/harness-review/SKILL.md +6 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +7 -2
- package/harness/bundles/java/codex/harness-submit/SKILL.md +6 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +6 -1
- package/harness/bundles/java/codex/harness-test/SKILL.md +6 -1
- package/harness/bundles/java/codex/scripts/harness_archive.py +31 -1
- package/harness/bundles/java/codex/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/java/codex/scripts/harness_gate.py +17 -0
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +6 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +9 -1
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +21 -4
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +17 -6
- package/harness/bundles/java/cursor/harness-package/SKILL.md +6 -1
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +6 -1
- package/harness/bundles/java/cursor/harness-review/SKILL.md +6 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +7 -2
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +6 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +6 -1
- package/harness/bundles/java/cursor/harness-test/SKILL.md +6 -1
- package/harness/bundles/java/cursor/scripts/harness_archive.py +31 -1
- package/harness/bundles/java/cursor/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/java/cursor/scripts/harness_gate.py +17 -0
- package/harness/manifests/general/claude-code.json +16 -16
- package/harness/manifests/general/codebuddy.json +16 -16
- package/harness/manifests/general/codex.json +16 -16
- package/harness/manifests/general/cursor.json +16 -16
- package/harness/manifests/java/claude-code.json +18 -18
- package/harness/manifests/java/codebuddy.json +18 -18
- package/harness/manifests/java/codex.json +18 -18
- package/harness/manifests/java/cursor.json +18 -18
- package/hunter-workflow-family.json +4 -4
- package/package.json +1 -1
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.38",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.52",
|
|
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": "9843994ae2dcd2ce8e58d70d273f68077c66cd25e9812c09e90f009913086ec1"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
98
|
+
"sha256": "082de4e0b3ff79041f2ed9d4cfaaa8659e0e60294bbb85d7d43c43d1d3ab1713"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"path": "harness-codebase-map/SKILL.md",
|
|
118
|
-
"sha256": "
|
|
118
|
+
"sha256": "f98db44f50fc994797e543f304866817cc1d7d30744cfec22b638fc39946c204"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -179,11 +179,11 @@
|
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "1c81127d489a527099b4db3e70f703eb20c1575e2f746eee4f037779491be770"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-knowledge-query/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "ab253812be47c46d55f91bab9ef52588c115202e0fed424c1e1202e280c650be"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-plan/checklist.md",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-plan/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "e0b7328f5a67c86f43ae5d2ed5e487a53d103df91469346781a3f45d16443e89"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-review/checklist.md",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-review/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "21e9560a5b583d8f4be389288148439e113cdcc0a96c5a365d8a04f4fd77437c"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-run/checklist.md",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-run/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
234
|
+
"sha256": "420b0a2a978737831f86264626594f4a2e98d5eff84e7c987de54d4eefe44346"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "harness-submit/checklist.md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-submit/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "ad58250e9fd4ee78cb4e740949ec6580cd6518acb5dd258b21608f6e1168cf50"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-sync/reference.md",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "harness-sync/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "a3943a61e3a0e2ca6eac89ae9e818498c6300eda091918ff03f685265a649488"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "harness-test/checklist.md",
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"path": "harness-test/SKILL.md",
|
|
278
|
-
"sha256": "
|
|
278
|
+
"sha256": "d6a0c717fc9139a35856ea0af881eca3cb17310543b5a511daa3da3193f67d97"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"path": "scripts/harness_archive.py",
|
|
350
|
-
"sha256": "
|
|
350
|
+
"sha256": "a7b9f7bc33d31a0d78503cf8a717ee1e94f9e3212417aca97c331a20ce0b072e"
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"path": "scripts/harness_change.py",
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"path": "scripts/harness_events_sync.py",
|
|
378
|
-
"sha256": "
|
|
378
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"path": "scripts/harness_events.py",
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"path": "scripts/harness_gate.py",
|
|
394
|
-
"sha256": "
|
|
394
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"path": "scripts/harness_headless.py",
|
|
@@ -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.38",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.52",
|
|
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": "f24236be4093bd9c1e6f8a15badc46db04e22cc1645586b6d6371eee71af0272"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
98
|
+
"sha256": "2ee532e169807f2b5fee305d749a187a3767d00bf25f5f0034c4a61e753f59e6"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"path": "harness-codebase-map/SKILL.md",
|
|
118
|
-
"sha256": "
|
|
118
|
+
"sha256": "1e2afcd24e7f9a97da84ab11a30ce53dbf1a2f1f6f95c9637b69a150d3ed6b96"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -179,11 +179,11 @@
|
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "31524097432fa4976660b5f368099d470533455c756d0a7c33797d75087793b8"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-knowledge-query/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "111e5127ee1d294528c24baeb86ba001d3ad8dfb7de51fd1dcdcfd321e84bfa3"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-plan/checklist.md",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-plan/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "82b32cf5acd021c201d3298eebb410175af103ca51429cb9900c71b9f24f26a4"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-review/checklist.md",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-review/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "7af177bd0ae3b780ef11e88527fb477d76b6c5ca47f241615a0eae2752b6892b"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-run/checklist.md",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-run/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
234
|
+
"sha256": "130e9bff788e5392e599a4981292b54ee81d1b0acc28fcae053f8e196779af69"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "harness-submit/checklist.md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-submit/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "20b9588949a09b26d56750524ec2bb6f6e8d722fb5ea95d9445b90f969cd8d47"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-sync/reference.md",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "harness-sync/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "567ecc07e88f30464f2204725feaf36153754913083fe0ac7906d4a40444d852"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "harness-test/checklist.md",
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"path": "harness-test/SKILL.md",
|
|
278
|
-
"sha256": "
|
|
278
|
+
"sha256": "bc758b7da0d68f6009918cbb36a95d7581293765dfe4dc2fdb84c59b04395fc4"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"path": "scripts/harness_archive.py",
|
|
350
|
-
"sha256": "
|
|
350
|
+
"sha256": "a7b9f7bc33d31a0d78503cf8a717ee1e94f9e3212417aca97c331a20ce0b072e"
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"path": "scripts/harness_change.py",
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"path": "scripts/harness_events_sync.py",
|
|
378
|
-
"sha256": "
|
|
378
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"path": "scripts/harness_events.py",
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"path": "scripts/harness_gate.py",
|
|
394
|
-
"sha256": "
|
|
394
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"path": "scripts/harness_headless.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.38",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.52",
|
|
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": "25ca28fd4844f1dbb6663e954b3a685d5be3cb39e573979eb84a72073c8a3dc5"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/SKILL.md",
|
|
86
|
-
"sha256": "
|
|
86
|
+
"sha256": "b43d58b8f1f64fa23b7c28228ae1e78b150e45cad6a1cefd03bef10e5034c405"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"path": "harness-codebase-map/SKILL.md",
|
|
106
|
-
"sha256": "
|
|
106
|
+
"sha256": "781f5455d3834eb0010fb86e8b2dbc821fcfcfb956ecedd6adbe7da198d7916a"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -167,11 +167,11 @@
|
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "e0f009d3899d0bcb9264fd0ae3bee8edf4b990b6ae037ff5bfbd8e1437e3c6ce"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-knowledge-query/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "795ad08ac284a784fefa69a4e25fb4ac9dcf6d857985b4759d9b3c89473c74ee"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-plan/checklist.md",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-plan/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "e0e6306dec21e937aa4b48d068e3517da0f1477e57f183c7b0c74a8cd07a8af1"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-review/checklist.md",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-review/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "236b0996fddc2b0813b609fa73dca7d9c24f120f6236213793d8032e4be1769f"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-run/checklist.md",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-run/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
222
|
+
"sha256": "213101492f1cccd89f0c1591793aef0316f73ae61268c6dbb8741dc1bed59389"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-submit/checklist.md",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-submit/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
234
|
+
"sha256": "b946d6ad63e4c250bc28ca2f3f3e91737cbebe894ad46ad9612d4b00f1504ad1"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "harness-sync/reference.md",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "harness-sync/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
242
|
+
"sha256": "bef7601d22827f093e9a5f0a01196fa82aa9a09af3a30dcf0bfc036dbe3894d5"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-test/checklist.md",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"path": "harness-test/SKILL.md",
|
|
266
|
-
"sha256": "
|
|
266
|
+
"sha256": "dd7a0d70038414332c9bd18b0f2254ce6fde469b3b961216bf60955dd663be68"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"path": "scripts/harness_archive.py",
|
|
338
|
-
"sha256": "
|
|
338
|
+
"sha256": "a7b9f7bc33d31a0d78503cf8a717ee1e94f9e3212417aca97c331a20ce0b072e"
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
"path": "scripts/harness_change.py",
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_events_sync.py",
|
|
366
|
-
"sha256": "
|
|
366
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"path": "scripts/harness_events.py",
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"path": "scripts/harness_gate.py",
|
|
382
|
-
"sha256": "
|
|
382
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
"path": "scripts/harness_headless.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.38",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.52",
|
|
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": "0584e28ddecc4b497ecf5f8913400a354330c08ade511ce6bd27cebb923631b1"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/SKILL.md",
|
|
86
|
-
"sha256": "
|
|
86
|
+
"sha256": "6f4e6a2faa97d365ce25745c89bb7a097d84473010af24117fb136bfe742d833"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"path": "harness-codebase-map/SKILL.md",
|
|
106
|
-
"sha256": "
|
|
106
|
+
"sha256": "54f5ee9ac4f558eeb3901ef3082e28877704f7bedf7d84aa8cc26b7434b1361d"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -167,11 +167,11 @@
|
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "c2c116e6e1c7e515415568fb1a3390ccd485795903fecea5cda0ef3406333aa4"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-knowledge-query/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "e647c288f6bf10db5c56b50dbc3af336ce0fd28c263194e19b2b66d141e07d71"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-plan/checklist.md",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-plan/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "f1788a68eb03cdfd6c6019b9a0da69574308e7ac38c11c4ea4261ca9a8097e48"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-review/checklist.md",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-review/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "f8a6925522a481edea6c78a645f4fad1a75422957ab42e26a902cf21e8bdd182"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-run/checklist.md",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-run/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
222
|
+
"sha256": "23741429446970b634db1d225381c0b9dd75889bfbb39f0cd1b8769ae518c43d"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-submit/checklist.md",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-submit/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
234
|
+
"sha256": "cda0db0e408d811f162007780525f20896e56d3244bd4ce9cba1817d526c0e91"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "harness-sync/reference.md",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "harness-sync/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
242
|
+
"sha256": "bc6e1d492736d4d163e64a5169485b9a5ef441e1c14a97bd4f38f7412d5943b5"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-test/checklist.md",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"path": "harness-test/SKILL.md",
|
|
266
|
-
"sha256": "
|
|
266
|
+
"sha256": "8c8f284778e537d9c5b58cdcd73ae434879f367106839ba4d32b39758ffd636d"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"path": "scripts/harness_archive.py",
|
|
338
|
-
"sha256": "
|
|
338
|
+
"sha256": "a7b9f7bc33d31a0d78503cf8a717ee1e94f9e3212417aca97c331a20ce0b072e"
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
"path": "scripts/harness_change.py",
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_events_sync.py",
|
|
366
|
-
"sha256": "
|
|
366
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"path": "scripts/harness_events.py",
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"path": "scripts/harness_gate.py",
|
|
382
|
-
"sha256": "
|
|
382
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
"path": "scripts/harness_headless.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.38",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.52",
|
|
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": "377fdc5e958d38421819037d83c8110edfaf7b787a569d6af59da22f715ef0cb"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"path": "harness-apidoc/SKILL.md",
|
|
94
|
-
"sha256": "
|
|
94
|
+
"sha256": "3bc9b9fc8b087e3d2d0db8bbe5c70e3da25124107f2208260db34682b15e05f7"
|
|
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": "77024d5d650a8210c5faab307f96d31ed4c7482a6b517c59f9b033a83cc15fc0"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-codebase-map/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "923b25a8b83491152b7847eb03cd053acdec7f72bf9e3c7b02678b21d1c501d4"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -191,11 +191,11 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "8355e743ac852aa27f4f98a52050ad718e9363fca06b446c2e695d0fe88689b7"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-knowledge-query/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
198
|
+
"sha256": "e108a73f30b569076e10ac47d6bdaeb97cfbce20f68bc3f5390492bf8b224f17"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-package/checklist.md",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-package/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "5225257cf05993ae44424fa2df2c35abe7e83b8817f60590953e7cec6e80cb1d"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-plan/checklist.md",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-plan/SKILL.md",
|
|
226
|
-
"sha256": "
|
|
226
|
+
"sha256": "72106706bafa5a690ee5beebf112ceb54078671350e570a9080f4a0a74b55721"
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "harness-review/checklist.md",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "harness-review/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
242
|
+
"sha256": "f3418ae85566bf53c3769a534b731c45c119e675ab8d4ebb47480ead144bd67c"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-run/checklist.md",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "harness-run/SKILL.md",
|
|
258
|
-
"sha256": "
|
|
258
|
+
"sha256": "902581824b95535e702b83fe85eab1bc467ce441841dd62904680d41527adc73"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "harness-submit/checklist.md",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"path": "harness-submit/SKILL.md",
|
|
270
|
-
"sha256": "
|
|
270
|
+
"sha256": "e2d6f276d1eda2f045473168d5628db1376fcdb75a6945155122ecbee8e34e06"
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
"path": "harness-sync/reference.md",
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"path": "harness-sync/SKILL.md",
|
|
278
|
-
"sha256": "
|
|
278
|
+
"sha256": "20c5abc6d1322dc7f47a2977501b300491c30a78538d8c8d0b67a37bec542530"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"path": "harness-test/checklist.md",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "harness-test/SKILL.md",
|
|
302
|
-
"sha256": "
|
|
302
|
+
"sha256": "54550ea1cbeeed9dec15fdeb42e0b6f6d8b3aa549a1a0b13566230f4e32b8b12"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"path": "scripts/harness_archive.py",
|
|
374
|
-
"sha256": "
|
|
374
|
+
"sha256": "a7b9f7bc33d31a0d78503cf8a717ee1e94f9e3212417aca97c331a20ce0b072e"
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"path": "scripts/harness_change.py",
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
"path": "scripts/harness_events_sync.py",
|
|
402
|
-
"sha256": "
|
|
402
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"path": "scripts/harness_events.py",
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
"path": "scripts/harness_gate.py",
|
|
418
|
-
"sha256": "
|
|
418
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
"path": "scripts/harness_headless.py",
|