@hunter-harness/workflow-harness 0.2.57 → 0.2.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/harness/bundles/general/claude-code/.harness-build.json +1 -1
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +5 -3
- package/harness/bundles/general/claude-code/harness-review/protocols.md +2 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +4 -4
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +5 -3
- package/harness/bundles/general/claude-code/harness-test/reference.md +2 -0
- package/harness/bundles/general/claude-code/protocols/report-pipeline-protocol.md +2 -0
- package/harness/bundles/general/claude-code/scripts/harness_context.py +423 -77
- package/harness/bundles/general/claude-code/scripts/harness_events.py +102 -12
- package/harness/bundles/general/claude-code/scripts/harness_fixback.py +529 -1
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +161 -6
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +81 -8
- package/harness/bundles/general/claude-code/scripts/harness_review.py +25 -2
- package/harness/bundles/general/claude-code/scripts/harness_test_runner.py +155 -1
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +5 -3
- package/harness/bundles/general/codebuddy/harness-review/protocols.md +2 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +4 -4
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +5 -3
- package/harness/bundles/general/codebuddy/harness-test/reference.md +2 -0
- package/harness/bundles/general/codebuddy/protocols/report-pipeline-protocol.md +2 -0
- package/harness/bundles/general/codebuddy/scripts/harness_context.py +423 -77
- package/harness/bundles/general/codebuddy/scripts/harness_events.py +102 -12
- package/harness/bundles/general/codebuddy/scripts/harness_fixback.py +529 -1
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +161 -6
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +81 -8
- package/harness/bundles/general/codebuddy/scripts/harness_review.py +25 -2
- package/harness/bundles/general/codebuddy/scripts/harness_test_runner.py +155 -1
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-review/SKILL.md +3 -1
- package/harness/bundles/general/codex/harness-review/protocols.md +2 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +4 -4
- package/harness/bundles/general/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-test/SKILL.md +5 -3
- package/harness/bundles/general/codex/harness-test/reference.md +2 -0
- package/harness/bundles/general/codex/protocols/report-pipeline-protocol.md +2 -0
- package/harness/bundles/general/codex/scripts/harness_context.py +423 -77
- package/harness/bundles/general/codex/scripts/harness_events.py +102 -12
- package/harness/bundles/general/codex/scripts/harness_fixback.py +529 -1
- package/harness/bundles/general/codex/scripts/harness_gate.py +161 -6
- package/harness/bundles/general/codex/scripts/harness_ledger.py +81 -8
- package/harness/bundles/general/codex/scripts/harness_review.py +25 -2
- package/harness/bundles/general/codex/scripts/harness_test_runner.py +155 -1
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-review/SKILL.md +3 -1
- package/harness/bundles/general/cursor/harness-review/protocols.md +2 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +4 -4
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-test/SKILL.md +5 -3
- package/harness/bundles/general/cursor/harness-test/reference.md +2 -0
- package/harness/bundles/general/cursor/protocols/report-pipeline-protocol.md +2 -0
- package/harness/bundles/general/cursor/scripts/harness_context.py +423 -77
- package/harness/bundles/general/cursor/scripts/harness_events.py +102 -12
- package/harness/bundles/general/cursor/scripts/harness_fixback.py +529 -1
- package/harness/bundles/general/cursor/scripts/harness_gate.py +161 -6
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +81 -8
- package/harness/bundles/general/cursor/scripts/harness_review.py +25 -2
- package/harness/bundles/general/cursor/scripts/harness_test_runner.py +155 -1
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +5 -3
- package/harness/bundles/java/claude-code/harness-review/protocols.md +2 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +4 -4
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +5 -3
- package/harness/bundles/java/claude-code/protocols/report-pipeline-protocol.md +2 -0
- package/harness/bundles/java/claude-code/scripts/harness_context.py +423 -77
- package/harness/bundles/java/claude-code/scripts/harness_events.py +102 -12
- package/harness/bundles/java/claude-code/scripts/harness_fixback.py +529 -1
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +161 -6
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +81 -8
- package/harness/bundles/java/claude-code/scripts/harness_review.py +25 -2
- package/harness/bundles/java/claude-code/scripts/harness_test_runner.py +155 -1
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +5 -3
- package/harness/bundles/java/codebuddy/harness-review/protocols.md +2 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +4 -4
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +5 -3
- package/harness/bundles/java/codebuddy/protocols/report-pipeline-protocol.md +2 -0
- package/harness/bundles/java/codebuddy/scripts/harness_context.py +423 -77
- package/harness/bundles/java/codebuddy/scripts/harness_events.py +102 -12
- package/harness/bundles/java/codebuddy/scripts/harness_fixback.py +529 -1
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +161 -6
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +81 -8
- package/harness/bundles/java/codebuddy/scripts/harness_review.py +25 -2
- package/harness/bundles/java/codebuddy/scripts/harness_test_runner.py +155 -1
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-review/SKILL.md +3 -1
- package/harness/bundles/java/codex/harness-review/protocols.md +2 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +4 -4
- package/harness/bundles/java/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-test/SKILL.md +5 -3
- package/harness/bundles/java/codex/protocols/report-pipeline-protocol.md +2 -0
- package/harness/bundles/java/codex/scripts/harness_context.py +423 -77
- package/harness/bundles/java/codex/scripts/harness_events.py +102 -12
- package/harness/bundles/java/codex/scripts/harness_fixback.py +529 -1
- package/harness/bundles/java/codex/scripts/harness_gate.py +161 -6
- package/harness/bundles/java/codex/scripts/harness_ledger.py +81 -8
- package/harness/bundles/java/codex/scripts/harness_review.py +25 -2
- package/harness/bundles/java/codex/scripts/harness_test_runner.py +155 -1
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-review/SKILL.md +3 -1
- package/harness/bundles/java/cursor/harness-review/protocols.md +2 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +4 -4
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-test/SKILL.md +5 -3
- package/harness/bundles/java/cursor/protocols/report-pipeline-protocol.md +2 -0
- package/harness/bundles/java/cursor/scripts/harness_context.py +423 -77
- package/harness/bundles/java/cursor/scripts/harness_events.py +102 -12
- package/harness/bundles/java/cursor/scripts/harness_fixback.py +529 -1
- package/harness/bundles/java/cursor/scripts/harness_gate.py +161 -6
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +81 -8
- package/harness/bundles/java/cursor/scripts/harness_review.py +25 -2
- package/harness/bundles/java/cursor/scripts/harness_test_runner.py +155 -1
- package/harness/manifests/general/claude-code.json +23 -23
- package/harness/manifests/general/codebuddy.json +23 -23
- package/harness/manifests/general/codex.json +23 -23
- package/harness/manifests/general/cursor.json +23 -23
- package/harness/manifests/java/claude-code.json +24 -24
- package/harness/manifests/java/codebuddy.json +24 -24
- package/harness/manifests/java/codex.json +24 -24
- package/harness/manifests/java/cursor.json +24 -24
- 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": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.47",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.64",
|
|
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": "8589c3b942fcc73d946bd08329f4896cbc9c5a00a7b571786296aec1f627c8b1"
|
|
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": "1b4c56c176bc65e5256bf699c4dee6447fe61d11a7b2804e33033cd35cac51d4"
|
|
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": "21c4e7e37126e9b25ac5eb1d64066e58d09374f8f2c57931af71238fc0848462"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -155,11 +155,11 @@
|
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "b598952479ccc1a0be4a3c56c4f542ca54344bafa4c62cd31c7cea2aa5b1156d"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-knowledge-query/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "9c1b7c403a1d5ab805db97a29b2b27c53defdb46c22a9f8e704373ae21d36c21"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-plan/checklist.md",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-plan/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "eb74a32b4ae17c6e211430a3564f08227b4729a3d3fc076b3674d992ee8d5c08"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-review/checklist.md",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-review/protocols.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "9ccc98d8c5a21836473466d102fdb92f3a03b5ca74a674f57b1c775b6fd9c07f"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-review/reference.md",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-review/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "fb8e6e2717de5681da78cd1836c65bd92c8f7b77060b1f875170a9175caa0593"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-run/checklist.md",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-run/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "879ee7f60b5a2cf9f08c851a70ca11d5330486a6d3739c43d83573ae22604b61"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-submit/checklist.md",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-submit/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
222
|
+
"sha256": "81b44528a0dfdf1fa8b649cb3755506fcdeb8a25c1a8b2cd630fc8ab40cf4fd8"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-sync/reference.md",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "harness-sync/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
230
|
+
"sha256": "31bd47cfe2f194e14bf667f5c7711e8e0f329c008ec4dbc379f6a40581b6e1aa"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-test/checklist.md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-test/reference.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "ce79a1f93a99729be8a3f32e923bf32a4a2f94a00b12d4aa8207dbd5747296c8"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "harness-test/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "6498476a9a787ded376a0a5f3e44e392beff0638820e14dfccef138a8c1a349e"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"path": "protocols/report-pipeline-protocol.md",
|
|
298
|
-
"sha256": "
|
|
298
|
+
"sha256": "d37282f90a34e45f4d26f3bbd4f8b7c57ff2fd549a6e4f0ba9d34c037622a990"
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "protocols/sensitive-info-protocol.md",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"path": "scripts/harness_context.py",
|
|
338
|
-
"sha256": "
|
|
338
|
+
"sha256": "d36bce0bdb0eb6afa57418353e15d87c5fc7823bfa5dbc3fce7d96cdb456878c"
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
"path": "scripts/harness_deploy.py",
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"path": "scripts/harness_events.py",
|
|
358
|
-
"sha256": "
|
|
358
|
+
"sha256": "56858f5488255ed7af22dd38e2529c0287f3e4aa54e889b7a6d37666b4d73cb3"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -363,11 +363,11 @@
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_fixback.py",
|
|
366
|
-
"sha256": "
|
|
366
|
+
"sha256": "709fdf91e37286a5e1bf90b8b4d6b81355fe8185650867c862fa1f5d9f0ff6fe"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"path": "scripts/harness_gate.py",
|
|
370
|
-
"sha256": "
|
|
370
|
+
"sha256": "f6be8724c0a8a0691d235a4af30fa97dc2988235ae47b88bfbe7235994c63230"
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"path": "scripts/harness_headless.py",
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"path": "scripts/harness_ledger.py",
|
|
382
|
-
"sha256": "
|
|
382
|
+
"sha256": "a18f3dde32c07593721c1ee03d8625be6217a5aeade902cc1b11778cbeea23dc"
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"path": "scripts/harness_review.py",
|
|
430
|
-
"sha256": "
|
|
430
|
+
"sha256": "8d5013fa689c457e0e4b819c5d7dd19a682ac46ff82362943ca6e9830e654558"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"path": "scripts/harness_runtime.py",
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
"path": "scripts/harness_test_runner.py",
|
|
458
|
-
"sha256": "
|
|
458
|
+
"sha256": "7c8b4381ecbd87eeba5a8e7f26b75e2c0899a840483a466c870ae142d45538a2"
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
461
|
"path": "scripts/harness_verification.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.47",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.64",
|
|
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": "1e4640a67216d4b0bfc6ca24fca70db8c76af4d13e663d53392f739d72109560"
|
|
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": "db0a38ebbca7bcf35ad99b0c48dbd6d05b6e0d1e9c194ffbe5596e6319893f50"
|
|
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": "a25c94bdf203dda1328103fd27fded62b2388b1be8980a5b2ec51ccdc72c5ea5"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -155,11 +155,11 @@
|
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "6597dd561385e81561ee9d514cc5b78623f23c8c196324d9064ffe7a51b4e705"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-knowledge-query/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "58a99b193e070cfb9ee2e7460997cde9abc4a2d871ffeee644edecd9c37aa48b"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-plan/checklist.md",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-plan/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "613e4967b3753f3be3c3859120003156569b81e8d68be889bd6455257c861867"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-review/checklist.md",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-review/protocols.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "9ccc98d8c5a21836473466d102fdb92f3a03b5ca74a674f57b1c775b6fd9c07f"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-review/reference.md",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-review/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "77ac04f1e80c1967a0e38985ff48bde3e4c460156fa7b69c9a2a4718447ba253"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-run/checklist.md",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-run/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "1f550758537c7fee5ada265b17217f6d41b336d3017bafca4ca346b6a426d566"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-submit/checklist.md",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-submit/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
222
|
+
"sha256": "4840bed617b624a0e6eb8355e2622c45b70119a736c97921de2a0cfa4d009809"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-sync/reference.md",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "harness-sync/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
230
|
+
"sha256": "232d9281af5ca6b4597a33aecb370a43276f82a3e5230a07b2578a715b611247"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-test/checklist.md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-test/reference.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "ce79a1f93a99729be8a3f32e923bf32a4a2f94a00b12d4aa8207dbd5747296c8"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "harness-test/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "fe0362cc415a0f0199d44790185ad0c413da4b6ef5ee0088b9fb4c4b9e142aa7"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"path": "protocols/report-pipeline-protocol.md",
|
|
298
|
-
"sha256": "
|
|
298
|
+
"sha256": "d37282f90a34e45f4d26f3bbd4f8b7c57ff2fd549a6e4f0ba9d34c037622a990"
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "protocols/sensitive-info-protocol.md",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"path": "scripts/harness_context.py",
|
|
338
|
-
"sha256": "
|
|
338
|
+
"sha256": "d36bce0bdb0eb6afa57418353e15d87c5fc7823bfa5dbc3fce7d96cdb456878c"
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
"path": "scripts/harness_deploy.py",
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"path": "scripts/harness_events.py",
|
|
358
|
-
"sha256": "
|
|
358
|
+
"sha256": "56858f5488255ed7af22dd38e2529c0287f3e4aa54e889b7a6d37666b4d73cb3"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -363,11 +363,11 @@
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_fixback.py",
|
|
366
|
-
"sha256": "
|
|
366
|
+
"sha256": "709fdf91e37286a5e1bf90b8b4d6b81355fe8185650867c862fa1f5d9f0ff6fe"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"path": "scripts/harness_gate.py",
|
|
370
|
-
"sha256": "
|
|
370
|
+
"sha256": "f6be8724c0a8a0691d235a4af30fa97dc2988235ae47b88bfbe7235994c63230"
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"path": "scripts/harness_headless.py",
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"path": "scripts/harness_ledger.py",
|
|
382
|
-
"sha256": "
|
|
382
|
+
"sha256": "a18f3dde32c07593721c1ee03d8625be6217a5aeade902cc1b11778cbeea23dc"
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"path": "scripts/harness_review.py",
|
|
430
|
-
"sha256": "
|
|
430
|
+
"sha256": "8d5013fa689c457e0e4b819c5d7dd19a682ac46ff82362943ca6e9830e654558"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"path": "scripts/harness_runtime.py",
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
"path": "scripts/harness_test_runner.py",
|
|
458
|
-
"sha256": "
|
|
458
|
+
"sha256": "7c8b4381ecbd87eeba5a8e7f26b75e2c0899a840483a466c870ae142d45538a2"
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
461
|
"path": "scripts/harness_verification.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.47",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.64",
|
|
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": "813c9c6a1000524d18a9bd19d8c7691017b8efdaf93434408a396e0184c6bb44"
|
|
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": "f8ca3b1036ff1797b0fa498902876d759181289b2285207936f523ecd5bdbad1"
|
|
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": "2fefbec08d09a3b4cc3ef87178a07da24656b495a79327e1a538d7ecf34e5686"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -143,11 +143,11 @@
|
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
146
|
+
"sha256": "4188e6ba905d1f3111fd60916fad7eb2eb50a66cda957f3e8138090430d8fdac"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-knowledge-query/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
150
|
+
"sha256": "752fb546312af8522fdb024901a76925e899482f69360584842e2607c989ccc8"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-plan/checklist.md",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-plan/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "c3b3dd50bfcd4bd0c60065f751e680eed45afbc760250716a1169e070ce5b622"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-review/checklist.md",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-review/protocols.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "9ccc98d8c5a21836473466d102fdb92f3a03b5ca74a674f57b1c775b6fd9c07f"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-review/reference.md",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-review/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "8aedf04839962c97d657ddaf14cf88900641ed046706598072f744db96f80a04"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-run/checklist.md",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-run/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
198
|
+
"sha256": "cb67cb615b5647d2c84301a0969e8a7486f01eeb55ef0d07221874d957c02620"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-submit/checklist.md",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-submit/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "45d82312782e9ac24248e81c86a1b8b922003b1f5f6f08c0458683ef58f76aff"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-sync/reference.md",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-sync/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "8f01de130b0771c5c8674614c66b4bc0aefeb1d850ff2a3f9d5008eaf11958e6"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-test/checklist.md",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-test/reference.md",
|
|
234
|
-
"sha256": "
|
|
234
|
+
"sha256": "ce79a1f93a99729be8a3f32e923bf32a4a2f94a00b12d4aa8207dbd5747296c8"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "harness-test/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
242
|
+
"sha256": "7fec50fed0d932bdbc52418798a11424f190af9d767cc446a20df630e481b864"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
285
|
"path": "protocols/report-pipeline-protocol.md",
|
|
286
|
-
"sha256": "
|
|
286
|
+
"sha256": "d37282f90a34e45f4d26f3bbd4f8b7c57ff2fd549a6e4f0ba9d34c037622a990"
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
"path": "protocols/sensitive-info-protocol.md",
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"path": "scripts/harness_context.py",
|
|
326
|
-
"sha256": "
|
|
326
|
+
"sha256": "d36bce0bdb0eb6afa57418353e15d87c5fc7823bfa5dbc3fce7d96cdb456878c"
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
329
|
"path": "scripts/harness_deploy.py",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
345
|
"path": "scripts/harness_events.py",
|
|
346
|
-
"sha256": "
|
|
346
|
+
"sha256": "56858f5488255ed7af22dd38e2529c0287f3e4aa54e889b7a6d37666b4d73cb3"
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -351,11 +351,11 @@
|
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"path": "scripts/harness_fixback.py",
|
|
354
|
-
"sha256": "
|
|
354
|
+
"sha256": "709fdf91e37286a5e1bf90b8b4d6b81355fe8185650867c862fa1f5d9f0ff6fe"
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"path": "scripts/harness_gate.py",
|
|
358
|
-
"sha256": "
|
|
358
|
+
"sha256": "f6be8724c0a8a0691d235a4af30fa97dc2988235ae47b88bfbe7235994c63230"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "scripts/harness_headless.py",
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"path": "scripts/harness_ledger.py",
|
|
370
|
-
"sha256": "
|
|
370
|
+
"sha256": "a18f3dde32c07593721c1ee03d8625be6217a5aeade902cc1b11778cbeea23dc"
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
"path": "scripts/harness_review.py",
|
|
418
|
-
"sha256": "
|
|
418
|
+
"sha256": "8d5013fa689c457e0e4b819c5d7dd19a682ac46ff82362943ca6e9830e654558"
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
"path": "scripts/harness_runtime.py",
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
445
|
"path": "scripts/harness_test_runner.py",
|
|
446
|
-
"sha256": "
|
|
446
|
+
"sha256": "7c8b4381ecbd87eeba5a8e7f26b75e2c0899a840483a466c870ae142d45538a2"
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
449
|
"path": "scripts/harness_verification.py",
|