@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": "java",
|
|
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": "1514a57fa7c30233574916b50fa0a64df9b484907093fb307384406fa09c45af"
|
|
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": "22d730aab8bcc5bd103f9897315efcdea15a554fcdaac286697300b45ff8d4d9"
|
|
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": "692c4b6ff35847b617969c4b1598ecc0ce504f0c03e06d3b9e8bd4f21e5a01ac"
|
|
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": "06c3463d86c87d5c7b5358983b4be64a55099ca354f082e990f0342719d5e195"
|
|
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": "f33b62e9b815c70347113b23aa481dd9be05cc7d0d0cba2ffcff8fff17d966f7"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-knowledge-query/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
198
|
+
"sha256": "329b89d4bff389879097d04c13efb4dda6076a88bc99a57542f173972fed73bf"
|
|
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": "670119471b393763b0804aabd0a4d940b2731d1c05cd9cc7a9f96ce6f370af1a"
|
|
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": "553ef1b9d309508ea24cc555268dcfef9a0acb5109ee96e04933323ef7864ce5"
|
|
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": "87fea89f407837e07480237aec06ddc1c36fbb2d78fd00a086fb16b68d7def2a"
|
|
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": "dd0aaeb45213a3940e81b882b425f349e9753f6843a0570f899ab1118c1c5875"
|
|
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": "82bd73baa5d1be0c045ce0bb8eb2ef0f24010d1bb812176212f5f3083266c535"
|
|
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": "7ea283217c295a6be4e85e5c9020ecb6a7ef50cd99461f6cc53607d4b2a2e8d2"
|
|
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": "2bcdca8d9cceeb2554ab24f23440330a2ba64a80d31cfa3fc5ea8a38b149a66d"
|
|
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",
|
|
@@ -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.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": "0ab48d719271ea9c04d556ab6c47a3a4198d64116205831a84093ea35e9dfa7c"
|
|
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": "3b4409317b07cc706ec8d046ab6f97b95b5df20024436ba4c94bf24851d38395"
|
|
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": "51985d410b672ecb6b7b1a7cbbcbfa78381df41c04c0dfb82fde42e1a5e7bfe2"
|
|
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": "6f8b9d5e8684d08440e20fe0e2c7c330b6ef6e0c271a979cc365005ef293fb6e"
|
|
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": "f3efbbc6ab78713f35eb3c8b1e81da4bb3057fd093544b0b8a1fad60d19998a3"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-knowledge-query/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "1234714651aff5cc17c23b6b2d5e107c2e5918b09e6341ee9a57856644ef932c"
|
|
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": "21369a090705086aee9d8bfd32803e27ac142bc36d007e9e9f4aaa51d145128b"
|
|
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": "6ff8d836e5e67c20aec603d24b73ef79e641e3bdbbdf3e4d6e0891362bb098a2"
|
|
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": "9b829bd319dcbddac24bd05f1ef2a6ba389f0dd9f164a790bde0e4775593f841"
|
|
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": "cf825de74c0c78293b9e944a9cc7c41828cec8259d046164f260d62b5de88361"
|
|
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": "d796400f2fc0047c29383c4f51356e48e16b7cd70f544d568bac34b37c5c2eec"
|
|
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": "735e99f92a682db93bbdd99b71fe9771141fcc95f1568d193ec22b5a456f77ef"
|
|
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": "16955878f902a70193a8d19cc864904c6ab1b1729139abecb0c321f47c635005"
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "scripts/harness_archive.py",
|
|
362
|
-
"sha256": "
|
|
362
|
+
"sha256": "a7b9f7bc33d31a0d78503cf8a717ee1e94f9e3212417aca97c331a20ce0b072e"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_change.py",
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
"path": "scripts/harness_events_sync.py",
|
|
390
|
-
"sha256": "
|
|
390
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"path": "scripts/harness_events.py",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"path": "scripts/harness_gate.py",
|
|
406
|
-
"sha256": "
|
|
406
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
409
|
"path": "scripts/harness_headless.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.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": "ac4d4dd7c83a41082b037d9f157c80dadb49e800ddc02791e8b791e38df30324"
|
|
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": "f19199662900c451d88db985ef0d981d15a2be0749926443b84d52eaf3b18972"
|
|
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": "dc6dec23ec0211a0cce193d2ee1f58ea969d050ead1d5244ac304c410bc232a7"
|
|
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": "e591ec14b9b910fc0fa30c69a420384d92fa4e3ae4e89bb64830e57a747edfa0"
|
|
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": "3e31edb0fd28e78d8cf5735106724d25a2ac09a015cfae6e2fede4abbeed2347"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-knowledge-query/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "02ebc33d259992197a4efbeb2594f4613928f45ee5966ba7e1b5caa9ed98346e"
|
|
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": "bb4aec423b540d662796858212d5a3066fd7f5629369f28285e2ab7da24f07b1"
|
|
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": "01489e88394290527f7327127091092f2ac22b7ed6ac1cf6bb821046d1eb6f02"
|
|
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": "dcbd80731f5683c5d3863061345fab8050fb71e84fe2c56fd8c935128d7d2877"
|
|
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": "b82e363a1232f92a6adcf16ec9bb2ca00aeb1219eee655fd8c087220d251e301"
|
|
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": "26df5a513e038d3606e1c1b6db02dc6942bc86a08aaa07f58f7569aca24778a9"
|
|
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": "fe378fd209d5a8baa0c08fd2463457b7feee761c5c41c7d9b0e00b6d83c22239"
|
|
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": "e6c6ee046c000b6c61c46ee287e7ba1beda5c61470845f9f987699ad02d97b00"
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "scripts/harness_archive.py",
|
|
362
|
-
"sha256": "
|
|
362
|
+
"sha256": "a7b9f7bc33d31a0d78503cf8a717ee1e94f9e3212417aca97c331a20ce0b072e"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_change.py",
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
"path": "scripts/harness_events_sync.py",
|
|
390
|
-
"sha256": "
|
|
390
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"path": "scripts/harness_events.py",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"path": "scripts/harness_gate.py",
|
|
406
|
-
"sha256": "
|
|
406
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
409
|
"path": "scripts/harness_headless.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.38",
|
|
10
|
+
"content_sha256": "sha256:34f2f0904e8e72f0ac89ce4316813e600371a172a01e3785fb4e2e8e12065b57",
|
|
11
|
+
"minimumCliVersion": "0.2.52",
|
|
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.52",
|
|
27
27
|
"capabilities": [
|
|
28
28
|
"sync@2",
|
|
29
29
|
"rules-sync@1",
|