@hunter-harness/workflow-harness 0.2.66 → 0.2.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/harness/bundles/general/claude-code/.harness-build.json +1 -1
- package/harness/bundles/general/claude-code/contracts/workflow-policy.json +401 -88
- 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 +5 -5
- package/harness/bundles/general/claude-code/harness-plan/reference.md +35 -1
- package/harness/bundles/general/claude-code/harness-pull/SKILL.md +73 -0
- package/harness/bundles/general/claude-code/harness-push/SKILL.md +73 -0
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/general/claude-code/scripts/harness_events_sync.py +213 -4
- package/harness/bundles/general/claude-code/scripts/harness_plan_finalize.py +119 -0
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/contracts/workflow-policy.json +401 -88
- 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 +5 -5
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +35 -1
- package/harness/bundles/general/codebuddy/harness-pull/SKILL.md +55 -0
- package/harness/bundles/general/codebuddy/harness-push/SKILL.md +55 -0
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/general/codebuddy/scripts/harness_events_sync.py +213 -4
- package/harness/bundles/general/codebuddy/scripts/harness_plan_finalize.py +119 -0
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/contracts/workflow-policy.json +401 -88
- 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 +5 -5
- package/harness/bundles/general/codex/harness-plan/reference.md +35 -1
- package/harness/bundles/general/codex/harness-pull/SKILL.md +55 -0
- package/harness/bundles/general/codex/harness-push/SKILL.md +55 -0
- package/harness/bundles/general/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/general/codex/scripts/harness_events_sync.py +213 -4
- package/harness/bundles/general/codex/scripts/harness_plan_finalize.py +119 -0
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/contracts/workflow-policy.json +401 -88
- 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 +5 -5
- package/harness/bundles/general/cursor/harness-plan/reference.md +35 -1
- package/harness/bundles/general/cursor/harness-pull/SKILL.md +55 -0
- package/harness/bundles/general/cursor/harness-push/SKILL.md +55 -0
- package/harness/bundles/general/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/general/cursor/scripts/harness_events_sync.py +213 -4
- package/harness/bundles/general/cursor/scripts/harness_plan_finalize.py +119 -0
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/contracts/workflow-policy.json +401 -88
- 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 +5 -5
- package/harness/bundles/java/claude-code/harness-plan/reference.md +35 -1
- package/harness/bundles/java/claude-code/harness-pull/SKILL.md +73 -0
- package/harness/bundles/java/claude-code/harness-push/SKILL.md +73 -0
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/java/claude-code/scripts/harness_events_sync.py +213 -4
- package/harness/bundles/java/claude-code/scripts/harness_plan_finalize.py +119 -0
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/contracts/workflow-policy.json +401 -88
- 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 +5 -5
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +35 -1
- package/harness/bundles/java/codebuddy/harness-pull/SKILL.md +55 -0
- package/harness/bundles/java/codebuddy/harness-push/SKILL.md +55 -0
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/java/codebuddy/scripts/harness_events_sync.py +213 -4
- package/harness/bundles/java/codebuddy/scripts/harness_plan_finalize.py +119 -0
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/contracts/workflow-policy.json +401 -88
- 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 +5 -5
- package/harness/bundles/java/codex/harness-plan/reference.md +35 -1
- package/harness/bundles/java/codex/harness-pull/SKILL.md +55 -0
- package/harness/bundles/java/codex/harness-push/SKILL.md +55 -0
- package/harness/bundles/java/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/java/codex/scripts/harness_events_sync.py +213 -4
- package/harness/bundles/java/codex/scripts/harness_plan_finalize.py +119 -0
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/contracts/workflow-policy.json +401 -88
- 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 +5 -5
- package/harness/bundles/java/cursor/harness-plan/reference.md +35 -1
- package/harness/bundles/java/cursor/harness-pull/SKILL.md +55 -0
- package/harness/bundles/java/cursor/harness-push/SKILL.md +55 -0
- package/harness/bundles/java/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/java/cursor/scripts/harness_events_sync.py +213 -4
- package/harness/bundles/java/cursor/scripts/harness_plan_finalize.py +119 -0
- package/harness/manifests/general/claude-code.json +28 -18
- package/harness/manifests/general/codebuddy.json +28 -18
- package/harness/manifests/general/codex.json +28 -18
- package/harness/manifests/general/cursor.json +28 -18
- package/harness/manifests/java/claude-code.json +30 -20
- package/harness/manifests/java/codebuddy.json +30 -20
- package/harness/manifests/java/codex.json +30 -20
- package/harness/manifests/java/cursor.json +30 -20
- package/hunter-workflow-family.json +11 -7
- package/package.json +1 -1
|
@@ -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.58",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.78",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -16,14 +16,16 @@
|
|
|
16
16
|
"external-convergence@1",
|
|
17
17
|
"codegraph-status@2",
|
|
18
18
|
"doctor-capability@1",
|
|
19
|
-
"registry-governance@1"
|
|
19
|
+
"registry-governance@1",
|
|
20
|
+
"remote-sync-push@1",
|
|
21
|
+
"remote-sync-pull@1"
|
|
20
22
|
]
|
|
21
23
|
},
|
|
22
24
|
"generator": "harness_deploy.py",
|
|
23
25
|
"files": [
|
|
24
26
|
{
|
|
25
27
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
28
|
+
"sha256": "7c336a27ce5b380761b65365f48996377274ac7e78e70515e9136f55932cd401"
|
|
27
29
|
},
|
|
28
30
|
{
|
|
29
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
},
|
|
80
82
|
{
|
|
81
83
|
"path": "contracts/workflow-policy.json",
|
|
82
|
-
"sha256": "
|
|
84
|
+
"sha256": "65a308f68b43b7c43b7566d77336b15152a391d26abc7f9fec18290994c85a82"
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -91,7 +93,7 @@
|
|
|
91
93
|
},
|
|
92
94
|
{
|
|
93
95
|
"path": "harness-apidoc/SKILL.md",
|
|
94
|
-
"sha256": "
|
|
96
|
+
"sha256": "ac7cedff28ce9cb5fa92e518830d656aa1865b3cd8a24af43a4bf06d19470721"
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -107,7 +109,7 @@
|
|
|
107
109
|
},
|
|
108
110
|
{
|
|
109
111
|
"path": "harness-archive/SKILL.md",
|
|
110
|
-
"sha256": "
|
|
112
|
+
"sha256": "7f25ef68efc24468f8714342a5e6fa676677ae6fc6f57ccc99a734ff5703fbb9"
|
|
111
113
|
},
|
|
112
114
|
{
|
|
113
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -123,7 +125,7 @@
|
|
|
123
125
|
},
|
|
124
126
|
{
|
|
125
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
126
|
-
"sha256": "
|
|
128
|
+
"sha256": "b079311d613d8a4fb1734d6728aae7a01d977a8d26c27f894f1cd223cdd0143c"
|
|
127
129
|
},
|
|
128
130
|
{
|
|
129
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -163,11 +165,11 @@
|
|
|
163
165
|
},
|
|
164
166
|
{
|
|
165
167
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
168
|
+
"sha256": "0e50bdee8255d36f5eeb4a3c1d350d7951e23d8ea831477374079172f7751116"
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-knowledge-query/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "1e9c892ebc559a4ac3f7037f53f0f8d834cde10399052e1dd8b2df91c5d1c029"
|
|
171
173
|
},
|
|
172
174
|
{
|
|
173
175
|
"path": "harness-package/checklist.md",
|
|
@@ -179,7 +181,7 @@
|
|
|
179
181
|
},
|
|
180
182
|
{
|
|
181
183
|
"path": "harness-package/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
184
|
+
"sha256": "4b4ddba1295d60d8326d216798de554ef8a7daa2cfc6729bda8fe42097b45334"
|
|
183
185
|
},
|
|
184
186
|
{
|
|
185
187
|
"path": "harness-plan/checklist.md",
|
|
@@ -191,11 +193,19 @@
|
|
|
191
193
|
},
|
|
192
194
|
{
|
|
193
195
|
"path": "harness-plan/reference.md",
|
|
194
|
-
"sha256": "
|
|
196
|
+
"sha256": "84192463a96527bacde66c6e9dd2fa93ddc93e33d428a860d0154ef8bd97d894"
|
|
195
197
|
},
|
|
196
198
|
{
|
|
197
199
|
"path": "harness-plan/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
200
|
+
"sha256": "5c526bbc28749c98f01497fe50b24df04387c71bd99a516cf6671e2f82be3241"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"path": "harness-pull/SKILL.md",
|
|
204
|
+
"sha256": "3faa2889d8b8b92d15920418d125d846f13b963708dbd7b2243b812dd32547f0"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"path": "harness-push/SKILL.md",
|
|
208
|
+
"sha256": "4c5c149dfc58c93bb317c003dce9c3b94e7552e6296f8d6492f624e4b658a74b"
|
|
199
209
|
},
|
|
200
210
|
{
|
|
201
211
|
"path": "harness-review/checklist.md",
|
|
@@ -211,7 +221,7 @@
|
|
|
211
221
|
},
|
|
212
222
|
{
|
|
213
223
|
"path": "harness-review/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
224
|
+
"sha256": "9c7ce247555c02cefd0e6f7f5bf5059c5347b373ca816f90c05ecb237f98a05f"
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-run/checklist.md",
|
|
@@ -227,7 +237,7 @@
|
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-run/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
240
|
+
"sha256": "ee97f817a0e4fc6668f8968a508bdb689da2937bd3bd2663104c6801c8bf06eb"
|
|
231
241
|
},
|
|
232
242
|
{
|
|
233
243
|
"path": "harness-submit/checklist.md",
|
|
@@ -239,7 +249,7 @@
|
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "harness-submit/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
252
|
+
"sha256": "de65b74abc7fefb329d23c657dab6edce4527384c6322cfbd2d40971a2b7bc4b"
|
|
243
253
|
},
|
|
244
254
|
{
|
|
245
255
|
"path": "harness-sync/reference.md",
|
|
@@ -247,7 +257,7 @@
|
|
|
247
257
|
},
|
|
248
258
|
{
|
|
249
259
|
"path": "harness-sync/SKILL.md",
|
|
250
|
-
"sha256": "
|
|
260
|
+
"sha256": "803b3b706de6ab3d05715c1cd6513a0d5abdbe1207c3cc77782086f3a99ce38d"
|
|
251
261
|
},
|
|
252
262
|
{
|
|
253
263
|
"path": "harness-test/checklist.md",
|
|
@@ -271,7 +281,7 @@
|
|
|
271
281
|
},
|
|
272
282
|
{
|
|
273
283
|
"path": "harness-test/SKILL.md",
|
|
274
|
-
"sha256": "
|
|
284
|
+
"sha256": "edb637f9fbb929a838f14d62c1969797e11a573d52408b54e00bc388d5df3a72"
|
|
275
285
|
},
|
|
276
286
|
{
|
|
277
287
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -371,7 +381,7 @@
|
|
|
371
381
|
},
|
|
372
382
|
{
|
|
373
383
|
"path": "scripts/harness_events_sync.py",
|
|
374
|
-
"sha256": "
|
|
384
|
+
"sha256": "4d003e3d918ec6b18cf186a96def4cba10b0d4f756a0881451635e8e7cf968ec"
|
|
375
385
|
},
|
|
376
386
|
{
|
|
377
387
|
"path": "scripts/harness_events.py",
|
|
@@ -423,7 +433,7 @@
|
|
|
423
433
|
},
|
|
424
434
|
{
|
|
425
435
|
"path": "scripts/harness_plan_finalize.py",
|
|
426
|
-
"sha256": "
|
|
436
|
+
"sha256": "ef5845bac94a90f548d071457eb6a42e1c8516508302c4d49d95f6c325a40856"
|
|
427
437
|
},
|
|
428
438
|
{
|
|
429
439
|
"path": "scripts/harness_preflight.py",
|
|
@@ -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.58",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.78",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -16,14 +16,16 @@
|
|
|
16
16
|
"external-convergence@1",
|
|
17
17
|
"codegraph-status@2",
|
|
18
18
|
"doctor-capability@1",
|
|
19
|
-
"registry-governance@1"
|
|
19
|
+
"registry-governance@1",
|
|
20
|
+
"remote-sync-push@1",
|
|
21
|
+
"remote-sync-pull@1"
|
|
20
22
|
]
|
|
21
23
|
},
|
|
22
24
|
"generator": "harness_deploy.py",
|
|
23
25
|
"files": [
|
|
24
26
|
{
|
|
25
27
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
28
|
+
"sha256": "21a78d336f344cd20ca3792905de0efb90e9ec38fe2070dfa3da2890c1d4ec35"
|
|
27
29
|
},
|
|
28
30
|
{
|
|
29
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
},
|
|
80
82
|
{
|
|
81
83
|
"path": "contracts/workflow-policy.json",
|
|
82
|
-
"sha256": "
|
|
84
|
+
"sha256": "65a308f68b43b7c43b7566d77336b15152a391d26abc7f9fec18290994c85a82"
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -91,7 +93,7 @@
|
|
|
91
93
|
},
|
|
92
94
|
{
|
|
93
95
|
"path": "harness-apidoc/SKILL.md",
|
|
94
|
-
"sha256": "
|
|
96
|
+
"sha256": "852059beab61d851e9b33e504797871718b7f84a586c82c85aa991dca2039d72"
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -107,7 +109,7 @@
|
|
|
107
109
|
},
|
|
108
110
|
{
|
|
109
111
|
"path": "harness-archive/SKILL.md",
|
|
110
|
-
"sha256": "
|
|
112
|
+
"sha256": "19b542c01a1f0a9978eecbc4a5ffe4ed144d5e7c65403f1b91e97bedeec6b4f8"
|
|
111
113
|
},
|
|
112
114
|
{
|
|
113
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -123,7 +125,7 @@
|
|
|
123
125
|
},
|
|
124
126
|
{
|
|
125
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
126
|
-
"sha256": "
|
|
128
|
+
"sha256": "f8e88af7e7ecb1e44321caea47889e82d088b4d920197f72585fbb4929eac019"
|
|
127
129
|
},
|
|
128
130
|
{
|
|
129
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -163,11 +165,11 @@
|
|
|
163
165
|
},
|
|
164
166
|
{
|
|
165
167
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
168
|
+
"sha256": "8b65bb470a26d86e650310a21acc6da32a59ee5409eac83baa692246abf17d06"
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-knowledge-query/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "89bdb9ab2b6cc27a66feecd3fe4742e9f34d84f3e05f4f39346ad93f5b4a7182"
|
|
171
173
|
},
|
|
172
174
|
{
|
|
173
175
|
"path": "harness-package/checklist.md",
|
|
@@ -179,7 +181,7 @@
|
|
|
179
181
|
},
|
|
180
182
|
{
|
|
181
183
|
"path": "harness-package/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
184
|
+
"sha256": "4e329c65bcc24027ade51ead4b87444060ce8fd0171175f01325d757eac50ecf"
|
|
183
185
|
},
|
|
184
186
|
{
|
|
185
187
|
"path": "harness-plan/checklist.md",
|
|
@@ -191,11 +193,19 @@
|
|
|
191
193
|
},
|
|
192
194
|
{
|
|
193
195
|
"path": "harness-plan/reference.md",
|
|
194
|
-
"sha256": "
|
|
196
|
+
"sha256": "84192463a96527bacde66c6e9dd2fa93ddc93e33d428a860d0154ef8bd97d894"
|
|
195
197
|
},
|
|
196
198
|
{
|
|
197
199
|
"path": "harness-plan/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
200
|
+
"sha256": "4653e5296682049bad3e7bfdbc1ceaab0fffc366b97e293bafe37fd41c0f1219"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"path": "harness-pull/SKILL.md",
|
|
204
|
+
"sha256": "4371a6a36a4ff0ce3fb993ff06da0937b7f3ffd77fb210151175b40775070b12"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"path": "harness-push/SKILL.md",
|
|
208
|
+
"sha256": "e50764c333d2b11c714af97b76d2c508cf5de7319b714e4abe1ec2c53be399e9"
|
|
199
209
|
},
|
|
200
210
|
{
|
|
201
211
|
"path": "harness-review/checklist.md",
|
|
@@ -211,7 +221,7 @@
|
|
|
211
221
|
},
|
|
212
222
|
{
|
|
213
223
|
"path": "harness-review/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
224
|
+
"sha256": "0a9156b297dcd34ed63c15c17ac97753f39a4cf705fd6fdf219fd7a07c5d3680"
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-run/checklist.md",
|
|
@@ -227,7 +237,7 @@
|
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-run/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
240
|
+
"sha256": "cec25a43d30ed40dd99304de7bfb7938581b2654e9359f2a226f4a2eb6ad72b4"
|
|
231
241
|
},
|
|
232
242
|
{
|
|
233
243
|
"path": "harness-submit/checklist.md",
|
|
@@ -239,7 +249,7 @@
|
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "harness-submit/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
252
|
+
"sha256": "3e79b2c3cf641d1ef0678641f6375f3e040d2970db3e159f3ce5ef4577309dbe"
|
|
243
253
|
},
|
|
244
254
|
{
|
|
245
255
|
"path": "harness-sync/reference.md",
|
|
@@ -247,7 +257,7 @@
|
|
|
247
257
|
},
|
|
248
258
|
{
|
|
249
259
|
"path": "harness-sync/SKILL.md",
|
|
250
|
-
"sha256": "
|
|
260
|
+
"sha256": "b4f725fc4df6d94cc5ef5f515295ed4a8c2864163399043b482b18dc843f4d70"
|
|
251
261
|
},
|
|
252
262
|
{
|
|
253
263
|
"path": "harness-test/checklist.md",
|
|
@@ -271,7 +281,7 @@
|
|
|
271
281
|
},
|
|
272
282
|
{
|
|
273
283
|
"path": "harness-test/SKILL.md",
|
|
274
|
-
"sha256": "
|
|
284
|
+
"sha256": "6fa7cfa1388e272f63743c6171e3ddfdf7f8b304dbfa09ff8d25f1ccd0e22e8d"
|
|
275
285
|
},
|
|
276
286
|
{
|
|
277
287
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -371,7 +381,7 @@
|
|
|
371
381
|
},
|
|
372
382
|
{
|
|
373
383
|
"path": "scripts/harness_events_sync.py",
|
|
374
|
-
"sha256": "
|
|
384
|
+
"sha256": "4d003e3d918ec6b18cf186a96def4cba10b0d4f756a0881451635e8e7cf968ec"
|
|
375
385
|
},
|
|
376
386
|
{
|
|
377
387
|
"path": "scripts/harness_events.py",
|
|
@@ -423,7 +433,7 @@
|
|
|
423
433
|
},
|
|
424
434
|
{
|
|
425
435
|
"path": "scripts/harness_plan_finalize.py",
|
|
426
|
-
"sha256": "
|
|
436
|
+
"sha256": "ef5845bac94a90f548d071457eb6a42e1c8516508302c4d49d95f6c325a40856"
|
|
427
437
|
},
|
|
428
438
|
{
|
|
429
439
|
"path": "scripts/harness_preflight.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.58",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.78",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -16,14 +16,16 @@
|
|
|
16
16
|
"external-convergence@1",
|
|
17
17
|
"codegraph-status@2",
|
|
18
18
|
"doctor-capability@1",
|
|
19
|
-
"registry-governance@1"
|
|
19
|
+
"registry-governance@1",
|
|
20
|
+
"remote-sync-push@1",
|
|
21
|
+
"remote-sync-pull@1"
|
|
20
22
|
]
|
|
21
23
|
},
|
|
22
24
|
"generator": "harness_deploy.py",
|
|
23
25
|
"files": [
|
|
24
26
|
{
|
|
25
27
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
28
|
+
"sha256": "01afa697639452d2de355026ab5b6540522e6c771c3bbca6dbf3372ab2f96faa"
|
|
27
29
|
},
|
|
28
30
|
{
|
|
29
31
|
"path": "CONTEXT.md",
|
|
@@ -67,7 +69,7 @@
|
|
|
67
69
|
},
|
|
68
70
|
{
|
|
69
71
|
"path": "contracts/workflow-policy.json",
|
|
70
|
-
"sha256": "
|
|
72
|
+
"sha256": "65a308f68b43b7c43b7566d77336b15152a391d26abc7f9fec18290994c85a82"
|
|
71
73
|
},
|
|
72
74
|
{
|
|
73
75
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
},
|
|
80
82
|
{
|
|
81
83
|
"path": "harness-apidoc/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
84
|
+
"sha256": "b79ded8258901d1de676267f644052d5662fbc57e64b1706b08e48f5effe3be7"
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
100
|
+
"sha256": "fde49f9f11506a33d6e922e34b264ac3f2ab5239e3da0172200986ac13250a3c"
|
|
99
101
|
},
|
|
100
102
|
{
|
|
101
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -111,7 +113,7 @@
|
|
|
111
113
|
},
|
|
112
114
|
{
|
|
113
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
114
|
-
"sha256": "
|
|
116
|
+
"sha256": "e700b14fc7453b39ca0c9fd5831eb878e90aa268d44d4a843dcbfe8da030466c"
|
|
115
117
|
},
|
|
116
118
|
{
|
|
117
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -151,11 +153,11 @@
|
|
|
151
153
|
},
|
|
152
154
|
{
|
|
153
155
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
156
|
+
"sha256": "7901b33b80123b84cd5b562706732b4f60cde699651b8c8ae41893eca501d577"
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "1f6318172d2024d6dc800f8075b719babff27240fb3de0addb92a7584dbd9cd1"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-package/checklist.md",
|
|
@@ -167,7 +169,7 @@
|
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-package/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "01a26b638776be7f49eed520e0e65a0971b6e1779f14e480eaa1563a9b85bb1b"
|
|
171
173
|
},
|
|
172
174
|
{
|
|
173
175
|
"path": "harness-plan/checklist.md",
|
|
@@ -179,11 +181,19 @@
|
|
|
179
181
|
},
|
|
180
182
|
{
|
|
181
183
|
"path": "harness-plan/reference.md",
|
|
182
|
-
"sha256": "
|
|
184
|
+
"sha256": "84192463a96527bacde66c6e9dd2fa93ddc93e33d428a860d0154ef8bd97d894"
|
|
183
185
|
},
|
|
184
186
|
{
|
|
185
187
|
"path": "harness-plan/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
188
|
+
"sha256": "47cbf94c91d509d6aad4ac43c479557e8810ca22dbbfb24103c13748dd1e1f99"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"path": "harness-pull/SKILL.md",
|
|
192
|
+
"sha256": "0f7d1cb3e3d1aa094d1e185c2ed9787019cec24f024a75e871b13f2a5ba36645"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"path": "harness-push/SKILL.md",
|
|
196
|
+
"sha256": "30c7918897efe5b382ed7eb46ce692520a20bfd53b5aa57015998a3accb6d4f0"
|
|
187
197
|
},
|
|
188
198
|
{
|
|
189
199
|
"path": "harness-review/checklist.md",
|
|
@@ -199,7 +209,7 @@
|
|
|
199
209
|
},
|
|
200
210
|
{
|
|
201
211
|
"path": "harness-review/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
212
|
+
"sha256": "2fbef121542270760e937982d07afbee4cb2a95326affd03a4f92514c06cb539"
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-run/checklist.md",
|
|
@@ -215,7 +225,7 @@
|
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-run/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
228
|
+
"sha256": "aba95302cc1620ab531d1c1487d85b06f642f7622a994df69841716acb8b8768"
|
|
219
229
|
},
|
|
220
230
|
{
|
|
221
231
|
"path": "harness-submit/checklist.md",
|
|
@@ -227,7 +237,7 @@
|
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-submit/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
240
|
+
"sha256": "64a10a29b7431b0c221e086bf4a9bcb6bae848a55c191654ed18d421270265a1"
|
|
231
241
|
},
|
|
232
242
|
{
|
|
233
243
|
"path": "harness-sync/reference.md",
|
|
@@ -235,7 +245,7 @@
|
|
|
235
245
|
},
|
|
236
246
|
{
|
|
237
247
|
"path": "harness-sync/SKILL.md",
|
|
238
|
-
"sha256": "
|
|
248
|
+
"sha256": "af3f2324a29cc227ff310f882af4701fd5580e44be62376f458a2afc61d41212"
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "harness-test/checklist.md",
|
|
@@ -259,7 +269,7 @@
|
|
|
259
269
|
},
|
|
260
270
|
{
|
|
261
271
|
"path": "harness-test/SKILL.md",
|
|
262
|
-
"sha256": "
|
|
272
|
+
"sha256": "0b2a26f89920f945d8b4cd2a643c875a48ecc880248dfa482efe2073502ac47a"
|
|
263
273
|
},
|
|
264
274
|
{
|
|
265
275
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -359,7 +369,7 @@
|
|
|
359
369
|
},
|
|
360
370
|
{
|
|
361
371
|
"path": "scripts/harness_events_sync.py",
|
|
362
|
-
"sha256": "
|
|
372
|
+
"sha256": "4d003e3d918ec6b18cf186a96def4cba10b0d4f756a0881451635e8e7cf968ec"
|
|
363
373
|
},
|
|
364
374
|
{
|
|
365
375
|
"path": "scripts/harness_events.py",
|
|
@@ -411,7 +421,7 @@
|
|
|
411
421
|
},
|
|
412
422
|
{
|
|
413
423
|
"path": "scripts/harness_plan_finalize.py",
|
|
414
|
-
"sha256": "
|
|
424
|
+
"sha256": "ef5845bac94a90f548d071457eb6a42e1c8516508302c4d49d95f6c325a40856"
|
|
415
425
|
},
|
|
416
426
|
{
|
|
417
427
|
"path": "scripts/harness_preflight.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.58",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.78",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -16,14 +16,16 @@
|
|
|
16
16
|
"external-convergence@1",
|
|
17
17
|
"codegraph-status@2",
|
|
18
18
|
"doctor-capability@1",
|
|
19
|
-
"registry-governance@1"
|
|
19
|
+
"registry-governance@1",
|
|
20
|
+
"remote-sync-push@1",
|
|
21
|
+
"remote-sync-pull@1"
|
|
20
22
|
]
|
|
21
23
|
},
|
|
22
24
|
"generator": "harness_deploy.py",
|
|
23
25
|
"files": [
|
|
24
26
|
{
|
|
25
27
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
28
|
+
"sha256": "8cd5a5e83d364a50291d7f3b47a87ab4186ac335d549cb457740d070a59d74b6"
|
|
27
29
|
},
|
|
28
30
|
{
|
|
29
31
|
"path": "CONTEXT.md",
|
|
@@ -67,7 +69,7 @@
|
|
|
67
69
|
},
|
|
68
70
|
{
|
|
69
71
|
"path": "contracts/workflow-policy.json",
|
|
70
|
-
"sha256": "
|
|
72
|
+
"sha256": "65a308f68b43b7c43b7566d77336b15152a391d26abc7f9fec18290994c85a82"
|
|
71
73
|
},
|
|
72
74
|
{
|
|
73
75
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
},
|
|
80
82
|
{
|
|
81
83
|
"path": "harness-apidoc/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
84
|
+
"sha256": "6f38930af397b2951ff8ee7e3f1957f6c1b3a5941faec09a6924fa298335dc46"
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
100
|
+
"sha256": "b65900da3e1f59831ee18145da7bed99ee42a5b6ad9324f459f79b2989bdb011"
|
|
99
101
|
},
|
|
100
102
|
{
|
|
101
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -111,7 +113,7 @@
|
|
|
111
113
|
},
|
|
112
114
|
{
|
|
113
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
114
|
-
"sha256": "
|
|
116
|
+
"sha256": "81f76a50735d3fcbe4e2ea0a2a1e57d5500a137469fe1a33256ca557f7e8e154"
|
|
115
117
|
},
|
|
116
118
|
{
|
|
117
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -151,11 +153,11 @@
|
|
|
151
153
|
},
|
|
152
154
|
{
|
|
153
155
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
156
|
+
"sha256": "2574d089abda544d3af8f60914af90a9a65fe3c01b4e49890748e2946b2daea5"
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "c90c7b37a02952f8d0c5907d22b5ada6bc1bea78f530243f508c65e911e5bfd3"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-package/checklist.md",
|
|
@@ -167,7 +169,7 @@
|
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-package/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "dd13de721a7a12b30a774fc49d6bb20d2becfb1559631a90d52b7795a52283de"
|
|
171
173
|
},
|
|
172
174
|
{
|
|
173
175
|
"path": "harness-plan/checklist.md",
|
|
@@ -179,11 +181,19 @@
|
|
|
179
181
|
},
|
|
180
182
|
{
|
|
181
183
|
"path": "harness-plan/reference.md",
|
|
182
|
-
"sha256": "
|
|
184
|
+
"sha256": "84192463a96527bacde66c6e9dd2fa93ddc93e33d428a860d0154ef8bd97d894"
|
|
183
185
|
},
|
|
184
186
|
{
|
|
185
187
|
"path": "harness-plan/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
188
|
+
"sha256": "219212e053b4f940a538934422356de3cb16df7f4139526cfa573fc06161e9b1"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"path": "harness-pull/SKILL.md",
|
|
192
|
+
"sha256": "45a14675116cd5e5564fb4bfe396e15f16568b35463b949cc7211becc71208ea"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"path": "harness-push/SKILL.md",
|
|
196
|
+
"sha256": "bd4d6a8b0669d4336558ea5eb9e4ae68ffb88277e9541747ec84eb0f00686f91"
|
|
187
197
|
},
|
|
188
198
|
{
|
|
189
199
|
"path": "harness-review/checklist.md",
|
|
@@ -199,7 +209,7 @@
|
|
|
199
209
|
},
|
|
200
210
|
{
|
|
201
211
|
"path": "harness-review/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
212
|
+
"sha256": "8011d5f5cfb9c5a00e84ee6606cc5e70732ce611d202d51ea168224553682ce4"
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-run/checklist.md",
|
|
@@ -215,7 +225,7 @@
|
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-run/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
228
|
+
"sha256": "1dd750dcc959035e26f27899d939109b26d9c0d1715a833087467aa4b0ff55f9"
|
|
219
229
|
},
|
|
220
230
|
{
|
|
221
231
|
"path": "harness-submit/checklist.md",
|
|
@@ -227,7 +237,7 @@
|
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-submit/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
240
|
+
"sha256": "173786476e04b312c6579a7211e768dd3389471166b1ae6d461fc2f709991c56"
|
|
231
241
|
},
|
|
232
242
|
{
|
|
233
243
|
"path": "harness-sync/reference.md",
|
|
@@ -235,7 +245,7 @@
|
|
|
235
245
|
},
|
|
236
246
|
{
|
|
237
247
|
"path": "harness-sync/SKILL.md",
|
|
238
|
-
"sha256": "
|
|
248
|
+
"sha256": "525785506d35b4100ed51f5c69695833c0f8daacec117e0b8d52c842b183de82"
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "harness-test/checklist.md",
|
|
@@ -259,7 +269,7 @@
|
|
|
259
269
|
},
|
|
260
270
|
{
|
|
261
271
|
"path": "harness-test/SKILL.md",
|
|
262
|
-
"sha256": "
|
|
272
|
+
"sha256": "bb96c283930fe523516f82dd0767bb5152d57b775f17750718910742106532d4"
|
|
263
273
|
},
|
|
264
274
|
{
|
|
265
275
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -359,7 +369,7 @@
|
|
|
359
369
|
},
|
|
360
370
|
{
|
|
361
371
|
"path": "scripts/harness_events_sync.py",
|
|
362
|
-
"sha256": "
|
|
372
|
+
"sha256": "4d003e3d918ec6b18cf186a96def4cba10b0d4f756a0881451635e8e7cf968ec"
|
|
363
373
|
},
|
|
364
374
|
{
|
|
365
375
|
"path": "scripts/harness_events.py",
|
|
@@ -411,7 +421,7 @@
|
|
|
411
421
|
},
|
|
412
422
|
{
|
|
413
423
|
"path": "scripts/harness_plan_finalize.py",
|
|
414
|
-
"sha256": "
|
|
424
|
+
"sha256": "ef5845bac94a90f548d071457eb6a42e1c8516508302c4d49d95f6c325a40856"
|
|
415
425
|
},
|
|
416
426
|
{
|
|
417
427
|
"path": "scripts/harness_preflight.py",
|