@hunter-harness/workflow-harness 0.2.46 → 0.2.48
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/README.md +1 -1
- package/harness/bundles/general/claude-code/.harness-build.json +1 -1
- package/harness/bundles/general/claude-code/README.md +9 -8
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +10 -11
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/scripts/harness_knowledge.py +347 -1
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +6 -3
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +6 -7
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +6 -3
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +5 -7
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +6 -3
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +164 -17
- package/harness/bundles/general/claude-code/scripts/harness_events.py +30 -1
- package/harness/bundles/general/claude-code/scripts/harness_events_sync.py +269 -0
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +222 -64
- package/harness/bundles/general/claude-code/scripts/harness_headless.py +37 -0
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/README.md +9 -8
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +10 -12
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge.py +347 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +6 -3
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +6 -7
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +6 -3
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +5 -8
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +6 -3
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +164 -17
- package/harness/bundles/general/codebuddy/scripts/harness_events.py +30 -1
- package/harness/bundles/general/codebuddy/scripts/harness_events_sync.py +269 -0
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +222 -64
- package/harness/bundles/general/codebuddy/scripts/harness_headless.py +37 -0
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/README.md +9 -8
- package/harness/bundles/general/codex/harness-archive/SKILL.md +10 -12
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/scripts/harness_knowledge.py +347 -1
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/SKILL.md +6 -3
- package/harness/bundles/general/codex/harness-review/SKILL.md +6 -7
- package/harness/bundles/general/codex/harness-run/SKILL.md +6 -3
- package/harness/bundles/general/codex/harness-submit/SKILL.md +5 -8
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-test/SKILL.md +6 -3
- package/harness/bundles/general/codex/scripts/harness_archive.py +164 -17
- package/harness/bundles/general/codex/scripts/harness_events.py +30 -1
- package/harness/bundles/general/codex/scripts/harness_events_sync.py +269 -0
- package/harness/bundles/general/codex/scripts/harness_gate.py +222 -64
- package/harness/bundles/general/codex/scripts/harness_headless.py +37 -0
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/README.md +9 -8
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +10 -12
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/scripts/harness_knowledge.py +347 -1
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +6 -3
- package/harness/bundles/general/cursor/harness-review/SKILL.md +6 -7
- package/harness/bundles/general/cursor/harness-run/SKILL.md +6 -3
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +5 -8
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-test/SKILL.md +6 -3
- package/harness/bundles/general/cursor/scripts/harness_archive.py +164 -17
- package/harness/bundles/general/cursor/scripts/harness_events.py +30 -1
- package/harness/bundles/general/cursor/scripts/harness_events_sync.py +269 -0
- package/harness/bundles/general/cursor/scripts/harness_gate.py +222 -64
- package/harness/bundles/general/cursor/scripts/harness_headless.py +37 -0
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/README.md +9 -8
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +3 -2
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +10 -11
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/scripts/harness_knowledge.py +347 -1
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +3 -2
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +6 -3
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +6 -7
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +6 -3
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +5 -7
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +6 -3
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +164 -17
- package/harness/bundles/java/claude-code/scripts/harness_events.py +30 -1
- package/harness/bundles/java/claude-code/scripts/harness_events_sync.py +269 -0
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +222 -64
- package/harness/bundles/java/claude-code/scripts/harness_headless.py +37 -0
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/README.md +9 -8
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +3 -2
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +10 -12
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge.py +347 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +6 -3
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +6 -7
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +6 -3
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +5 -8
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +6 -3
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +164 -17
- package/harness/bundles/java/codebuddy/scripts/harness_events.py +30 -1
- package/harness/bundles/java/codebuddy/scripts/harness_events_sync.py +269 -0
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +222 -64
- package/harness/bundles/java/codebuddy/scripts/harness_headless.py +37 -0
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/README.md +9 -8
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +3 -2
- package/harness/bundles/java/codex/harness-archive/SKILL.md +10 -12
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/scripts/harness_knowledge.py +347 -1
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-plan/SKILL.md +6 -3
- package/harness/bundles/java/codex/harness-review/SKILL.md +6 -7
- package/harness/bundles/java/codex/harness-run/SKILL.md +6 -3
- package/harness/bundles/java/codex/harness-submit/SKILL.md +5 -8
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-test/SKILL.md +6 -3
- package/harness/bundles/java/codex/scripts/harness_archive.py +164 -17
- package/harness/bundles/java/codex/scripts/harness_events.py +30 -1
- package/harness/bundles/java/codex/scripts/harness_events_sync.py +269 -0
- package/harness/bundles/java/codex/scripts/harness_gate.py +222 -64
- package/harness/bundles/java/codex/scripts/harness_headless.py +37 -0
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/README.md +9 -8
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +3 -2
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +10 -12
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/scripts/harness_knowledge.py +347 -1
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +6 -3
- package/harness/bundles/java/cursor/harness-review/SKILL.md +6 -7
- package/harness/bundles/java/cursor/harness-run/SKILL.md +6 -3
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +5 -8
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-test/SKILL.md +6 -3
- package/harness/bundles/java/cursor/scripts/harness_archive.py +164 -17
- package/harness/bundles/java/cursor/scripts/harness_events.py +30 -1
- package/harness/bundles/java/cursor/scripts/harness_events_sync.py +269 -0
- package/harness/bundles/java/cursor/scripts/harness_gate.py +222 -64
- package/harness/bundles/java/cursor/scripts/harness_headless.py +37 -0
- package/harness/manifests/general/claude-code.json +26 -18
- package/harness/manifests/general/codebuddy.json +26 -18
- package/harness/manifests/general/codex.json +26 -18
- package/harness/manifests/general/cursor.json +26 -18
- package/harness/manifests/java/claude-code.json +28 -20
- package/harness/manifests/java/codebuddy.json +28 -20
- package/harness/manifests/java/codex.json +28 -20
- package/harness/manifests/java/cursor.json +28 -20
- package/hunter-workflow-family.json +4 -4
- package/package.json +1 -1
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.37",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.50",
|
|
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": "b01ae4b0c7e09fe02a3801c6fc8b54bb5f4db188c56dac8bf91553fc4fcb458f"
|
|
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": "95e28bf8394d5b1985859afc6f4740878615bbc203b49be2f9cd0504189ad3bb"
|
|
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": "b91dc5f9a8246bd929c37578e85bbb261f623538b10860d58d02ba0a2acea89d"
|
|
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": "e96178a20ba08ae17708cd411a2ea009632044f90ac76eac04c5c465a070c8f9"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -187,15 +187,15 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "e12d01a9695ccc6624a4a7690f831622d18866fc0a6c383c640dc7345394d047"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "6afe2c063a18cc68c314c726c39b8949638a0e52e6c2eb726ea0f87b5f05f748"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-knowledge-query/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
198
|
+
"sha256": "f987889a4142a8fa590965e9ba92ac4e6f0029351f97ef63555268b371a73844"
|
|
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": "6bf511302968cfb46eabd271b0bb7bb2813cda80a371f840539207f9480ed226"
|
|
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": "d8d88435c546ca5f595dedcc1c4f48c3fcad3b20fc4b9b592e17411e0862d33d"
|
|
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": "cc650131826534eb4f87944d5ed9fb950f8f85082074a2c33779f778405f4b22"
|
|
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": "fbacd8bf3d4b5917834b5d69095c9acbe12a58eaa261363f72d8ca3bd545a9a9"
|
|
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": "4cf49a98564d7e59ee19015a30b92a22375999b5979e3cd68099aa6fe71632a4"
|
|
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": "4a24e5652d2a09ea652d6bad9b74e6a6e4f4265e97c7ce08a4fdadeddf051745"
|
|
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": "fc9c0444f43afe5118faddd8eab8c29bb9b82e3ab18edca769d0bc5bbcddecdf"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "README.md",
|
|
366
|
-
"sha256": "
|
|
366
|
+
"sha256": "74a3ee92b7c7cc015e000143e53a0746a66bb6adcc6d2b6a648edc9c41cca32b"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"path": "scripts/harness_archive.py",
|
|
374
|
-
"sha256": "
|
|
374
|
+
"sha256": "5ca2338060125a5cc2df55d53864be2122e7f573b4c35a4f14c5803a232b1ec7"
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"path": "scripts/harness_change.py",
|
|
@@ -397,9 +397,13 @@
|
|
|
397
397
|
"path": "scripts/harness_environment.py",
|
|
398
398
|
"sha256": "dcbc6d17de9f07bea1d85e7cc2c2a96257f5b2e1f4aa08577815ad7b0ef548ff"
|
|
399
399
|
},
|
|
400
|
+
{
|
|
401
|
+
"path": "scripts/harness_events_sync.py",
|
|
402
|
+
"sha256": "1097e6fccc1b81a54db2ccacdd8f8db835b5763dbf5c472873b82eb718e33f5f"
|
|
403
|
+
},
|
|
400
404
|
{
|
|
401
405
|
"path": "scripts/harness_events.py",
|
|
402
|
-
"sha256": "
|
|
406
|
+
"sha256": "922240bc7ede9c17a6e99bbe9a04177363cc5101fca23e221523d3ddc3c27d3f"
|
|
403
407
|
},
|
|
404
408
|
{
|
|
405
409
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -411,7 +415,11 @@
|
|
|
411
415
|
},
|
|
412
416
|
{
|
|
413
417
|
"path": "scripts/harness_gate.py",
|
|
414
|
-
"sha256": "
|
|
418
|
+
"sha256": "69588cf964a12e4819f4539090e39a2eb73666c9289fc1cf55f3846da4dc353c"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"path": "scripts/harness_headless.py",
|
|
422
|
+
"sha256": "1015d375244086edd501b3312c23c827cca3d72e3640676fd6f8b940f2649bf9"
|
|
415
423
|
},
|
|
416
424
|
{
|
|
417
425
|
"path": "scripts/harness_integration.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.37",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.50",
|
|
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": "9a5364b86ad1cd4dc6b6a4cf2f41e26f91c4cffa23baf0ac25b76a50b718ea10"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "harness-apidoc/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
82
|
+
"sha256": "1b2892c79dc97b7171eb116a1a21f5480fadb8a095e73e9cc2bdab6e4196bc21"
|
|
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": "92fd7653394670d10db42deb1f8f1b9079051d8ba55bf25c3430d96beb22da0f"
|
|
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": "630e47d2b79b55ea00154d270be55941bc4c46b42918a83615caf56bd1a44aed"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -175,15 +175,15 @@
|
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "e12d01a9695ccc6624a4a7690f831622d18866fc0a6c383c640dc7345394d047"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "fae90281bc14de15f726314ce52ee9f0805627ae2a78a2dbc75edf2b10d450cb"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-knowledge-query/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "c155580ab45588f2d77680135429f7f09b01c341d504c91d2eca9280476bcdcc"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-package/checklist.md",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-package/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
198
|
+
"sha256": "144be241b05858a0494c0eea1d09b0c965882e31c3ebe58bb65317ca8b847e7a"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-plan/checklist.md",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-plan/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
214
|
+
"sha256": "cd1f3d83e542d46b13fee1f8fd819e07716720f792675520d45d3b7b7bafbb0e"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-review/checklist.md",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "harness-review/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
230
|
+
"sha256": "4388f69ca9480a3d28de880f050da44515f133049fca7aa837875b8845e52373"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-run/checklist.md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-run/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "a0ae269801b52da1d9cd9ed22e4cc9f6d52768d8afb19b98a492d1fd0d450cd1"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-submit/checklist.md",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "harness-submit/SKILL.md",
|
|
258
|
-
"sha256": "
|
|
258
|
+
"sha256": "9c5fbc8698cad46b9d7fd46e7a6830b5755d9cae7d6b0e54f1d3414a1d4a422f"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "harness-sync/reference.md",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"path": "harness-sync/SKILL.md",
|
|
266
|
-
"sha256": "
|
|
266
|
+
"sha256": "e691ea3ba85c950db7bfa751328323c196194937e99e514bcc2e2b7ba4a2b4eb"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"path": "harness-test/checklist.md",
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
"path": "harness-test/SKILL.md",
|
|
290
|
-
"sha256": "
|
|
290
|
+
"sha256": "87d4f118c1b52c3417db0c65cf1ab35a3639b1323c949a9d843525ca525b4937"
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"path": "README.md",
|
|
354
|
-
"sha256": "
|
|
354
|
+
"sha256": "74a3ee92b7c7cc015e000143e53a0746a66bb6adcc6d2b6a648edc9c41cca32b"
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "scripts/harness_archive.py",
|
|
362
|
-
"sha256": "
|
|
362
|
+
"sha256": "5ca2338060125a5cc2df55d53864be2122e7f573b4c35a4f14c5803a232b1ec7"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_change.py",
|
|
@@ -385,9 +385,13 @@
|
|
|
385
385
|
"path": "scripts/harness_environment.py",
|
|
386
386
|
"sha256": "dcbc6d17de9f07bea1d85e7cc2c2a96257f5b2e1f4aa08577815ad7b0ef548ff"
|
|
387
387
|
},
|
|
388
|
+
{
|
|
389
|
+
"path": "scripts/harness_events_sync.py",
|
|
390
|
+
"sha256": "1097e6fccc1b81a54db2ccacdd8f8db835b5763dbf5c472873b82eb718e33f5f"
|
|
391
|
+
},
|
|
388
392
|
{
|
|
389
393
|
"path": "scripts/harness_events.py",
|
|
390
|
-
"sha256": "
|
|
394
|
+
"sha256": "922240bc7ede9c17a6e99bbe9a04177363cc5101fca23e221523d3ddc3c27d3f"
|
|
391
395
|
},
|
|
392
396
|
{
|
|
393
397
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -399,7 +403,11 @@
|
|
|
399
403
|
},
|
|
400
404
|
{
|
|
401
405
|
"path": "scripts/harness_gate.py",
|
|
402
|
-
"sha256": "
|
|
406
|
+
"sha256": "69588cf964a12e4819f4539090e39a2eb73666c9289fc1cf55f3846da4dc353c"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"path": "scripts/harness_headless.py",
|
|
410
|
+
"sha256": "1015d375244086edd501b3312c23c827cca3d72e3640676fd6f8b940f2649bf9"
|
|
403
411
|
},
|
|
404
412
|
{
|
|
405
413
|
"path": "scripts/harness_integration.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "cursor",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.37",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.50",
|
|
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": "d960a56fbbb6c62dfd41207fccaa81d58de904deaa2410b0436a2cbd0e61fb2b"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "harness-apidoc/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
82
|
+
"sha256": "904c447caf14841c6eae23e01e7a23bbdf61e5f8c194def73aafbd97c8592c02"
|
|
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": "b8e3f0c73b77c02440abe083f58b5fce36feae36ff32ef39d6fdac47e94044b1"
|
|
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": "582e2a14711fd1b0cdad2aa383d2a19352b6d493cdde321c7fadefea7fbdf4c6"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -175,15 +175,15 @@
|
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "e12d01a9695ccc6624a4a7690f831622d18866fc0a6c383c640dc7345394d047"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "c1e13d8c612670760947525a7df31be92c54b18544e6e1d7b5d3a9e1eb77f1f9"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-knowledge-query/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "7816c4cad5fbbe9d6d675fc28c7d59ed54e9f9a0f1e2d64dd35e3ebabd2cd0be"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-package/checklist.md",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-package/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
198
|
+
"sha256": "41f466171a34134abd3428920a4bd8f46dd080c667fb6ce8193c9fc219cfce94"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-plan/checklist.md",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-plan/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
214
|
+
"sha256": "8902ce2ec91399c35705893beb2a1733a8a34903556e5c7ad025e2d11ff93c60"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-review/checklist.md",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "harness-review/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
230
|
+
"sha256": "47d0cbe268e40002aced1f9220f57251af033b985bac5b1f4a7cccb9defddd52"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-run/checklist.md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-run/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "54adc55bc6fd17102b21d4030991b22b406169dd2d2aeaefb54b96558c4fc132"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-submit/checklist.md",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "harness-submit/SKILL.md",
|
|
258
|
-
"sha256": "
|
|
258
|
+
"sha256": "2c773e92def09002f845cf8b07c06abf17739098ee37bf5b499e7c0404ac3a93"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "harness-sync/reference.md",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"path": "harness-sync/SKILL.md",
|
|
266
|
-
"sha256": "
|
|
266
|
+
"sha256": "62a7352cb8468ac5445890b29a95608d2cf37ccdd1bbfe788a932625bd018213"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"path": "harness-test/checklist.md",
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
"path": "harness-test/SKILL.md",
|
|
290
|
-
"sha256": "
|
|
290
|
+
"sha256": "ef2b92ac53c942e44ffc3e4d1a1e552458a9d589a65833c31571adcef3cb391e"
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"path": "README.md",
|
|
354
|
-
"sha256": "
|
|
354
|
+
"sha256": "74a3ee92b7c7cc015e000143e53a0746a66bb6adcc6d2b6a648edc9c41cca32b"
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "scripts/harness_archive.py",
|
|
362
|
-
"sha256": "
|
|
362
|
+
"sha256": "5ca2338060125a5cc2df55d53864be2122e7f573b4c35a4f14c5803a232b1ec7"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_change.py",
|
|
@@ -385,9 +385,13 @@
|
|
|
385
385
|
"path": "scripts/harness_environment.py",
|
|
386
386
|
"sha256": "dcbc6d17de9f07bea1d85e7cc2c2a96257f5b2e1f4aa08577815ad7b0ef548ff"
|
|
387
387
|
},
|
|
388
|
+
{
|
|
389
|
+
"path": "scripts/harness_events_sync.py",
|
|
390
|
+
"sha256": "1097e6fccc1b81a54db2ccacdd8f8db835b5763dbf5c472873b82eb718e33f5f"
|
|
391
|
+
},
|
|
388
392
|
{
|
|
389
393
|
"path": "scripts/harness_events.py",
|
|
390
|
-
"sha256": "
|
|
394
|
+
"sha256": "922240bc7ede9c17a6e99bbe9a04177363cc5101fca23e221523d3ddc3c27d3f"
|
|
391
395
|
},
|
|
392
396
|
{
|
|
393
397
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -399,7 +403,11 @@
|
|
|
399
403
|
},
|
|
400
404
|
{
|
|
401
405
|
"path": "scripts/harness_gate.py",
|
|
402
|
-
"sha256": "
|
|
406
|
+
"sha256": "69588cf964a12e4819f4539090e39a2eb73666c9289fc1cf55f3846da4dc353c"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"path": "scripts/harness_headless.py",
|
|
410
|
+
"sha256": "1015d375244086edd501b3312c23c827cca3d72e3640676fd6f8b940f2649bf9"
|
|
403
411
|
},
|
|
404
412
|
{
|
|
405
413
|
"path": "scripts/harness_integration.py",
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"general",
|
|
7
7
|
"java"
|
|
8
8
|
],
|
|
9
|
-
"bundle_version": "0.2.
|
|
10
|
-
"content_sha256": "sha256:
|
|
11
|
-
"minimumCliVersion": "0.2.
|
|
9
|
+
"bundle_version": "0.2.37",
|
|
10
|
+
"content_sha256": "sha256:ebdbce1acaba09d6f7913500bea6a06fb29436370abd04335d0d07f6e293f7cf",
|
|
11
|
+
"minimumCliVersion": "0.2.50",
|
|
12
12
|
"capabilities": [
|
|
13
13
|
"sync@2",
|
|
14
14
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"registry-governance@1"
|
|
24
24
|
],
|
|
25
25
|
"requires": {
|
|
26
|
-
"minimumCliVersion": "0.2.
|
|
26
|
+
"minimumCliVersion": "0.2.50",
|
|
27
27
|
"capabilities": [
|
|
28
28
|
"sync@2",
|
|
29
29
|
"rules-sync@1",
|