@hunter-harness/workflow-harness 0.2.29 → 0.2.31
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 +3 -3
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +3 -3
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +3 -3
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/scripts/harness_knowledge.py +323 -32
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +3 -3
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +6 -6
- package/harness/bundles/general/claude-code/harness-plan/checklist.md +10 -4
- package/harness/bundles/general/claude-code/harness-plan/reference.md +17 -17
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +4 -4
- package/harness/bundles/general/claude-code/harness-run/checklist.md +2 -2
- package/harness/bundles/general/claude-code/harness-run/reference.md +3 -12
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +3 -3
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +30 -53
- package/harness/bundles/general/claude-code/harness-sync/reference.md +89 -142
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +3 -3
- package/harness/bundles/general/claude-code/scripts/harness_change.py +189 -0
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +97 -14
- package/harness/bundles/general/claude-code/scripts/harness_plan_finalize.py +364 -74
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge.py +323 -32
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +6 -6
- package/harness/bundles/general/codebuddy/harness-plan/checklist.md +10 -4
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +17 -17
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +4 -4
- package/harness/bundles/general/codebuddy/harness-run/checklist.md +2 -2
- package/harness/bundles/general/codebuddy/harness-run/reference.md +3 -12
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +32 -53
- package/harness/bundles/general/codebuddy/harness-sync/reference.md +89 -142
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/scripts/harness_change.py +189 -0
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +97 -14
- package/harness/bundles/general/codebuddy/scripts/harness_plan_finalize.py +364 -74
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/harness-archive/SKILL.md +3 -3
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +3 -3
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +3 -3
- package/harness/bundles/general/codex/harness-knowledge-ingest/scripts/harness_knowledge.py +323 -32
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +3 -3
- package/harness/bundles/general/codex/harness-plan/SKILL.md +6 -6
- package/harness/bundles/general/codex/harness-plan/checklist.md +10 -4
- package/harness/bundles/general/codex/harness-plan/reference.md +17 -17
- package/harness/bundles/general/codex/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/codex/harness-run/SKILL.md +4 -4
- package/harness/bundles/general/codex/harness-run/checklist.md +2 -2
- package/harness/bundles/general/codex/harness-run/reference.md +3 -12
- package/harness/bundles/general/codex/harness-submit/SKILL.md +3 -3
- package/harness/bundles/general/codex/harness-sync/SKILL.md +32 -53
- package/harness/bundles/general/codex/harness-sync/reference.md +89 -142
- package/harness/bundles/general/codex/harness-test/SKILL.md +3 -3
- package/harness/bundles/general/codex/scripts/harness_change.py +189 -0
- package/harness/bundles/general/codex/scripts/harness_gate.py +97 -14
- package/harness/bundles/general/codex/scripts/harness_plan_finalize.py +364 -74
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +3 -3
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +3 -3
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +3 -3
- package/harness/bundles/general/cursor/harness-knowledge-ingest/scripts/harness_knowledge.py +323 -32
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +3 -3
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +6 -6
- package/harness/bundles/general/cursor/harness-plan/checklist.md +10 -4
- package/harness/bundles/general/cursor/harness-plan/reference.md +17 -17
- package/harness/bundles/general/cursor/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/cursor/harness-run/SKILL.md +4 -4
- package/harness/bundles/general/cursor/harness-run/checklist.md +2 -2
- package/harness/bundles/general/cursor/harness-run/reference.md +3 -12
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +3 -3
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +32 -53
- package/harness/bundles/general/cursor/harness-sync/reference.md +89 -142
- package/harness/bundles/general/cursor/harness-test/SKILL.md +3 -3
- package/harness/bundles/general/cursor/scripts/harness_change.py +189 -0
- package/harness/bundles/general/cursor/scripts/harness_gate.py +97 -14
- package/harness/bundles/general/cursor/scripts/harness_plan_finalize.py +364 -74
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/scripts/harness_knowledge.py +323 -32
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +6 -6
- package/harness/bundles/java/claude-code/harness-plan/checklist.md +10 -4
- package/harness/bundles/java/claude-code/harness-plan/reference.md +17 -17
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +4 -4
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +30 -53
- package/harness/bundles/java/claude-code/harness-sync/reference.md +89 -142
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/scripts/harness_change.py +189 -0
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +97 -14
- package/harness/bundles/java/claude-code/scripts/harness_plan_finalize.py +364 -74
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge.py +323 -32
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +6 -6
- package/harness/bundles/java/codebuddy/harness-plan/checklist.md +10 -4
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +17 -17
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +4 -4
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +32 -53
- package/harness/bundles/java/codebuddy/harness-sync/reference.md +89 -142
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/scripts/harness_change.py +189 -0
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +97 -14
- package/harness/bundles/java/codebuddy/scripts/harness_plan_finalize.py +364 -74
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-archive/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-knowledge-ingest/scripts/harness_knowledge.py +323 -32
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-package/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-plan/SKILL.md +6 -6
- package/harness/bundles/java/codex/harness-plan/checklist.md +10 -4
- package/harness/bundles/java/codex/harness-plan/reference.md +17 -17
- package/harness/bundles/java/codex/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-run/SKILL.md +4 -4
- package/harness/bundles/java/codex/harness-submit/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-sync/SKILL.md +32 -53
- package/harness/bundles/java/codex/harness-sync/reference.md +89 -142
- package/harness/bundles/java/codex/harness-test/SKILL.md +3 -3
- package/harness/bundles/java/codex/scripts/harness_change.py +189 -0
- package/harness/bundles/java/codex/scripts/harness_gate.py +97 -14
- package/harness/bundles/java/codex/scripts/harness_plan_finalize.py +364 -74
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-knowledge-ingest/scripts/harness_knowledge.py +323 -32
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-package/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +6 -6
- package/harness/bundles/java/cursor/harness-plan/checklist.md +10 -4
- package/harness/bundles/java/cursor/harness-plan/reference.md +17 -17
- package/harness/bundles/java/cursor/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-run/SKILL.md +4 -4
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +32 -53
- package/harness/bundles/java/cursor/harness-sync/reference.md +89 -142
- package/harness/bundles/java/cursor/harness-test/SKILL.md +3 -3
- package/harness/bundles/java/cursor/scripts/harness_change.py +189 -0
- package/harness/bundles/java/cursor/scripts/harness_gate.py +97 -14
- package/harness/bundles/java/cursor/scripts/harness_plan_finalize.py +364 -74
- package/harness/manifests/general/claude-code.json +30 -21
- package/harness/manifests/general/codebuddy.json +30 -21
- package/harness/manifests/general/codex.json +30 -21
- package/harness/manifests/general/cursor.json +30 -21
- package/harness/manifests/java/claude-code.json +30 -21
- package/harness/manifests/java/codebuddy.json +30 -21
- package/harness/manifests/java/codex.json +30 -21
- package/harness/manifests/java/cursor.json +30 -21
- package/hunter-workflow-family.json +18 -2
- package/package.json +1 -1
|
@@ -2,12 +2,21 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.23",
|
|
6
|
+
"requires": {
|
|
7
|
+
"minimumCliVersion": "0.2.33",
|
|
8
|
+
"capabilities": [
|
|
9
|
+
"sync@1",
|
|
10
|
+
"rules-sync@1",
|
|
11
|
+
"rules-review@1",
|
|
12
|
+
"knowledge-sync@2"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
6
15
|
"generator": "harness_deploy.py",
|
|
7
16
|
"files": [
|
|
8
17
|
{
|
|
9
18
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
19
|
+
"sha256": "21e001ef51da121c0b2f8debb190fdc5cbfe4cd5d31c71ad5eb646bfd25f911c"
|
|
11
20
|
},
|
|
12
21
|
{
|
|
13
22
|
"path": "agents/harness-evaluator.md",
|
|
@@ -43,7 +52,7 @@
|
|
|
43
52
|
},
|
|
44
53
|
{
|
|
45
54
|
"path": "harness-apidoc/SKILL.md",
|
|
46
|
-
"sha256": "
|
|
55
|
+
"sha256": "12c18d60b8e9579e05d08e97bfa07fe5dfb5b28f016839b05203de3c45dbafe5"
|
|
47
56
|
},
|
|
48
57
|
{
|
|
49
58
|
"path": "harness-archive/checklist.md",
|
|
@@ -59,7 +68,7 @@
|
|
|
59
68
|
},
|
|
60
69
|
{
|
|
61
70
|
"path": "harness-archive/SKILL.md",
|
|
62
|
-
"sha256": "
|
|
71
|
+
"sha256": "c0c1c4f2e75d6434e407d873f933c179b77957216ae2cc014c78527bbc542acf"
|
|
63
72
|
},
|
|
64
73
|
{
|
|
65
74
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -79,7 +88,7 @@
|
|
|
79
88
|
},
|
|
80
89
|
{
|
|
81
90
|
"path": "harness-codebase-map/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
91
|
+
"sha256": "8242746ef02d899e88676b5119217e81f8340cc5bfbbea54f9b3df90d4c5340e"
|
|
83
92
|
},
|
|
84
93
|
{
|
|
85
94
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,15 +148,15 @@
|
|
|
139
148
|
},
|
|
140
149
|
{
|
|
141
150
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
142
|
-
"sha256": "
|
|
151
|
+
"sha256": "f312b778909d1710068aab0b58f22ac709796e0827882121810957e17041bf0c"
|
|
143
152
|
},
|
|
144
153
|
{
|
|
145
154
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
155
|
+
"sha256": "5355729bbf150c693adfa082628f8005d6de1d019792785096b488dea2818017"
|
|
147
156
|
},
|
|
148
157
|
{
|
|
149
158
|
"path": "harness-knowledge-query/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
159
|
+
"sha256": "6ef624a1d05e5d606645184342e9840f35587ea2f09065c049aeffc7e0800b1b"
|
|
151
160
|
},
|
|
152
161
|
{
|
|
153
162
|
"path": "harness-package/checklist.md",
|
|
@@ -159,11 +168,11 @@
|
|
|
159
168
|
},
|
|
160
169
|
{
|
|
161
170
|
"path": "harness-package/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
171
|
+
"sha256": "de4bc813af760d510bc2c18e5359e7067f157caead1b6722ef4fc7bd62da3c8c"
|
|
163
172
|
},
|
|
164
173
|
{
|
|
165
174
|
"path": "harness-plan/checklist.md",
|
|
166
|
-
"sha256": "
|
|
175
|
+
"sha256": "005f6af01b829771cbec4135c65391964873b022cd2120c80e91a6554ec29cfd"
|
|
167
176
|
},
|
|
168
177
|
{
|
|
169
178
|
"path": "harness-plan/protocols.md",
|
|
@@ -171,11 +180,11 @@
|
|
|
171
180
|
},
|
|
172
181
|
{
|
|
173
182
|
"path": "harness-plan/reference.md",
|
|
174
|
-
"sha256": "
|
|
183
|
+
"sha256": "8bfb369c958b4cb61021dc8604773a87e52a7dc5da62a059c0338aa3db252d4b"
|
|
175
184
|
},
|
|
176
185
|
{
|
|
177
186
|
"path": "harness-plan/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
187
|
+
"sha256": "57101fbad56bb5b58c81a116dae408726d13510c7074fe1003010047bc3e9a43"
|
|
179
188
|
},
|
|
180
189
|
{
|
|
181
190
|
"path": "harness-review/checklist.md",
|
|
@@ -191,7 +200,7 @@
|
|
|
191
200
|
},
|
|
192
201
|
{
|
|
193
202
|
"path": "harness-review/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
203
|
+
"sha256": "1bdc6697f277d1ad31d398ba5f4710e04a5fa8b754ddf921c9225e14368d0707"
|
|
195
204
|
},
|
|
196
205
|
{
|
|
197
206
|
"path": "harness-run/checklist.md",
|
|
@@ -207,7 +216,7 @@
|
|
|
207
216
|
},
|
|
208
217
|
{
|
|
209
218
|
"path": "harness-run/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
219
|
+
"sha256": "00e748ec4a7e0180a98091aecb6f342ffb5d6d485ce91f3171eb88f277b11324"
|
|
211
220
|
},
|
|
212
221
|
{
|
|
213
222
|
"path": "harness-submit/checklist.md",
|
|
@@ -219,15 +228,15 @@
|
|
|
219
228
|
},
|
|
220
229
|
{
|
|
221
230
|
"path": "harness-submit/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
231
|
+
"sha256": "3327f8a16d8d9214eee896384e1565ff169eb9e006e88c0e7b2cacd300710213"
|
|
223
232
|
},
|
|
224
233
|
{
|
|
225
234
|
"path": "harness-sync/reference.md",
|
|
226
|
-
"sha256": "
|
|
235
|
+
"sha256": "9d0be464bd32b14d9b0199988c46d44c83ef1e887dbbd4b85d640ee256818cd4"
|
|
227
236
|
},
|
|
228
237
|
{
|
|
229
238
|
"path": "harness-sync/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
239
|
+
"sha256": "36192f43469e15fb9c0183d08e756cd9183d3757761f5b3413d9ea5d77366e30"
|
|
231
240
|
},
|
|
232
241
|
{
|
|
233
242
|
"path": "harness-test/checklist.md",
|
|
@@ -251,7 +260,7 @@
|
|
|
251
260
|
},
|
|
252
261
|
{
|
|
253
262
|
"path": "harness-test/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
263
|
+
"sha256": "c7f3392079c4e639948a4ec22398c1b009432c645db1537588eaa728f24c9119"
|
|
255
264
|
},
|
|
256
265
|
{
|
|
257
266
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -303,7 +312,7 @@
|
|
|
303
312
|
},
|
|
304
313
|
{
|
|
305
314
|
"path": "scripts/harness_change.py",
|
|
306
|
-
"sha256": "
|
|
315
|
+
"sha256": "0283a881b61c35ae9b66ed988ff180f06ad7c1c13d4e5837a8926d543e4e9958"
|
|
307
316
|
},
|
|
308
317
|
{
|
|
309
318
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -323,7 +332,7 @@
|
|
|
323
332
|
},
|
|
324
333
|
{
|
|
325
334
|
"path": "scripts/harness_gate.py",
|
|
326
|
-
"sha256": "
|
|
335
|
+
"sha256": "be5bc122703efb1c4f37ca21c2eadfe78a8325d3420fee4d050a5662024faa76"
|
|
327
336
|
},
|
|
328
337
|
{
|
|
329
338
|
"path": "scripts/harness_integration.py",
|
|
@@ -347,7 +356,7 @@
|
|
|
347
356
|
},
|
|
348
357
|
{
|
|
349
358
|
"path": "scripts/harness_plan_finalize.py",
|
|
350
|
-
"sha256": "
|
|
359
|
+
"sha256": "4144e186c618bdb7576bdc2a5ade1f0bfb776b14b338022bd9bee4b413b05878"
|
|
351
360
|
},
|
|
352
361
|
{
|
|
353
362
|
"path": "scripts/harness_preflight.py",
|
|
@@ -2,12 +2,21 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.23",
|
|
6
|
+
"requires": {
|
|
7
|
+
"minimumCliVersion": "0.2.33",
|
|
8
|
+
"capabilities": [
|
|
9
|
+
"sync@1",
|
|
10
|
+
"rules-sync@1",
|
|
11
|
+
"rules-review@1",
|
|
12
|
+
"knowledge-sync@2"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
6
15
|
"generator": "harness_deploy.py",
|
|
7
16
|
"files": [
|
|
8
17
|
{
|
|
9
18
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
19
|
+
"sha256": "9d8e43ef77fea64dec43aa72634db30e7566337d42118a281577ae2b157c1286"
|
|
11
20
|
},
|
|
12
21
|
{
|
|
13
22
|
"path": "agents/harness-evaluator.md",
|
|
@@ -43,7 +52,7 @@
|
|
|
43
52
|
},
|
|
44
53
|
{
|
|
45
54
|
"path": "harness-apidoc/SKILL.md",
|
|
46
|
-
"sha256": "
|
|
55
|
+
"sha256": "f27eb1a90ee201f1c4ca37545babc993a41a34d2e4d85928346f51a7e25de0b6"
|
|
47
56
|
},
|
|
48
57
|
{
|
|
49
58
|
"path": "harness-archive/checklist.md",
|
|
@@ -59,7 +68,7 @@
|
|
|
59
68
|
},
|
|
60
69
|
{
|
|
61
70
|
"path": "harness-archive/SKILL.md",
|
|
62
|
-
"sha256": "
|
|
71
|
+
"sha256": "f2bc92fa90dff2d15bc0cb178aefb8cf993e234cea43aad6f3865cb39f2f5049"
|
|
63
72
|
},
|
|
64
73
|
{
|
|
65
74
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -79,7 +88,7 @@
|
|
|
79
88
|
},
|
|
80
89
|
{
|
|
81
90
|
"path": "harness-codebase-map/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
91
|
+
"sha256": "6617526ca69c9b008e07a18cb671651ca10c34bf659715e8f73bc389a2369edf"
|
|
83
92
|
},
|
|
84
93
|
{
|
|
85
94
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,15 +148,15 @@
|
|
|
139
148
|
},
|
|
140
149
|
{
|
|
141
150
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
142
|
-
"sha256": "
|
|
151
|
+
"sha256": "f312b778909d1710068aab0b58f22ac709796e0827882121810957e17041bf0c"
|
|
143
152
|
},
|
|
144
153
|
{
|
|
145
154
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
155
|
+
"sha256": "d3e34700510867d1cd2b7b82aea6c8dfe5f2ef30fc0074c922c533f4dbfab44e"
|
|
147
156
|
},
|
|
148
157
|
{
|
|
149
158
|
"path": "harness-knowledge-query/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
159
|
+
"sha256": "26feb5e033754cd1f496b6d5bba84229621f072e338e48a663c6d752671e92f6"
|
|
151
160
|
},
|
|
152
161
|
{
|
|
153
162
|
"path": "harness-package/checklist.md",
|
|
@@ -159,11 +168,11 @@
|
|
|
159
168
|
},
|
|
160
169
|
{
|
|
161
170
|
"path": "harness-package/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
171
|
+
"sha256": "c986023d61bcdc902c33ef4bd4ff7d84aa62358b54d07adb068dc18afbdfc602"
|
|
163
172
|
},
|
|
164
173
|
{
|
|
165
174
|
"path": "harness-plan/checklist.md",
|
|
166
|
-
"sha256": "
|
|
175
|
+
"sha256": "005f6af01b829771cbec4135c65391964873b022cd2120c80e91a6554ec29cfd"
|
|
167
176
|
},
|
|
168
177
|
{
|
|
169
178
|
"path": "harness-plan/protocols.md",
|
|
@@ -171,11 +180,11 @@
|
|
|
171
180
|
},
|
|
172
181
|
{
|
|
173
182
|
"path": "harness-plan/reference.md",
|
|
174
|
-
"sha256": "
|
|
183
|
+
"sha256": "8bfb369c958b4cb61021dc8604773a87e52a7dc5da62a059c0338aa3db252d4b"
|
|
175
184
|
},
|
|
176
185
|
{
|
|
177
186
|
"path": "harness-plan/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
187
|
+
"sha256": "672768c5439ed8879a666d529dc04318feb114c8dce84a73639e521143ff2d6b"
|
|
179
188
|
},
|
|
180
189
|
{
|
|
181
190
|
"path": "harness-review/checklist.md",
|
|
@@ -191,7 +200,7 @@
|
|
|
191
200
|
},
|
|
192
201
|
{
|
|
193
202
|
"path": "harness-review/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
203
|
+
"sha256": "38f51f983a9730618cee07297725ed526cc3531be909e9c70851d0ffe650b4e9"
|
|
195
204
|
},
|
|
196
205
|
{
|
|
197
206
|
"path": "harness-run/checklist.md",
|
|
@@ -207,7 +216,7 @@
|
|
|
207
216
|
},
|
|
208
217
|
{
|
|
209
218
|
"path": "harness-run/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
219
|
+
"sha256": "6c4835c8b4762e51ec224d31e28a8974d40e294857523375fdb40c1975ad4271"
|
|
211
220
|
},
|
|
212
221
|
{
|
|
213
222
|
"path": "harness-submit/checklist.md",
|
|
@@ -219,15 +228,15 @@
|
|
|
219
228
|
},
|
|
220
229
|
{
|
|
221
230
|
"path": "harness-submit/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
231
|
+
"sha256": "b5638a008c9ed8ee92e288d7957caa3c372a15a457b6291b91375b1e76f3ee27"
|
|
223
232
|
},
|
|
224
233
|
{
|
|
225
234
|
"path": "harness-sync/reference.md",
|
|
226
|
-
"sha256": "
|
|
235
|
+
"sha256": "9d0be464bd32b14d9b0199988c46d44c83ef1e887dbbd4b85d640ee256818cd4"
|
|
227
236
|
},
|
|
228
237
|
{
|
|
229
238
|
"path": "harness-sync/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
239
|
+
"sha256": "341773982e283ac51eda93d7ab1e4bc5d6a2704ac0fd802eedce13280673e4aa"
|
|
231
240
|
},
|
|
232
241
|
{
|
|
233
242
|
"path": "harness-test/checklist.md",
|
|
@@ -251,7 +260,7 @@
|
|
|
251
260
|
},
|
|
252
261
|
{
|
|
253
262
|
"path": "harness-test/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
263
|
+
"sha256": "fbff5084cb233c4ba20c554736c02a1491822f82ac91d81ee6af0f762781b327"
|
|
255
264
|
},
|
|
256
265
|
{
|
|
257
266
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -303,7 +312,7 @@
|
|
|
303
312
|
},
|
|
304
313
|
{
|
|
305
314
|
"path": "scripts/harness_change.py",
|
|
306
|
-
"sha256": "
|
|
315
|
+
"sha256": "0283a881b61c35ae9b66ed988ff180f06ad7c1c13d4e5837a8926d543e4e9958"
|
|
307
316
|
},
|
|
308
317
|
{
|
|
309
318
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -323,7 +332,7 @@
|
|
|
323
332
|
},
|
|
324
333
|
{
|
|
325
334
|
"path": "scripts/harness_gate.py",
|
|
326
|
-
"sha256": "
|
|
335
|
+
"sha256": "be5bc122703efb1c4f37ca21c2eadfe78a8325d3420fee4d050a5662024faa76"
|
|
327
336
|
},
|
|
328
337
|
{
|
|
329
338
|
"path": "scripts/harness_integration.py",
|
|
@@ -347,7 +356,7 @@
|
|
|
347
356
|
},
|
|
348
357
|
{
|
|
349
358
|
"path": "scripts/harness_plan_finalize.py",
|
|
350
|
-
"sha256": "
|
|
359
|
+
"sha256": "4144e186c618bdb7576bdc2a5ade1f0bfb776b14b338022bd9bee4b413b05878"
|
|
351
360
|
},
|
|
352
361
|
{
|
|
353
362
|
"path": "scripts/harness_preflight.py",
|
|
@@ -2,12 +2,21 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.23",
|
|
6
|
+
"requires": {
|
|
7
|
+
"minimumCliVersion": "0.2.33",
|
|
8
|
+
"capabilities": [
|
|
9
|
+
"sync@1",
|
|
10
|
+
"rules-sync@1",
|
|
11
|
+
"rules-review@1",
|
|
12
|
+
"knowledge-sync@2"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
6
15
|
"generator": "harness_deploy.py",
|
|
7
16
|
"files": [
|
|
8
17
|
{
|
|
9
18
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
19
|
+
"sha256": "121dd2387e4cc92d80703c1a5a6fbf701fedc74e131a5a66b52087088d7763ef"
|
|
11
20
|
},
|
|
12
21
|
{
|
|
13
22
|
"path": "CONTEXT.md",
|
|
@@ -31,7 +40,7 @@
|
|
|
31
40
|
},
|
|
32
41
|
{
|
|
33
42
|
"path": "harness-apidoc/SKILL.md",
|
|
34
|
-
"sha256": "
|
|
43
|
+
"sha256": "7d7ffe6fbe9c968acd2a71477cf890e2acdab13702078f3b983a3f71e2be07a9"
|
|
35
44
|
},
|
|
36
45
|
{
|
|
37
46
|
"path": "harness-archive/checklist.md",
|
|
@@ -47,7 +56,7 @@
|
|
|
47
56
|
},
|
|
48
57
|
{
|
|
49
58
|
"path": "harness-archive/SKILL.md",
|
|
50
|
-
"sha256": "
|
|
59
|
+
"sha256": "724fefa387f109747de8ee97010f940bb49f6fe4c78ea68477d3757ba7251066"
|
|
51
60
|
},
|
|
52
61
|
{
|
|
53
62
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -67,7 +76,7 @@
|
|
|
67
76
|
},
|
|
68
77
|
{
|
|
69
78
|
"path": "harness-codebase-map/SKILL.md",
|
|
70
|
-
"sha256": "
|
|
79
|
+
"sha256": "34fed3972b7f2f8df810af70c4b0cbdda593dbf1bbeda80dae6966e7b8e98d29"
|
|
71
80
|
},
|
|
72
81
|
{
|
|
73
82
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -127,15 +136,15 @@
|
|
|
127
136
|
},
|
|
128
137
|
{
|
|
129
138
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
130
|
-
"sha256": "
|
|
139
|
+
"sha256": "f312b778909d1710068aab0b58f22ac709796e0827882121810957e17041bf0c"
|
|
131
140
|
},
|
|
132
141
|
{
|
|
133
142
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
134
|
-
"sha256": "
|
|
143
|
+
"sha256": "927999581aee1148d68a79ef3ab24598c32b0a3014a0f9034719b5281f74b2fb"
|
|
135
144
|
},
|
|
136
145
|
{
|
|
137
146
|
"path": "harness-knowledge-query/SKILL.md",
|
|
138
|
-
"sha256": "
|
|
147
|
+
"sha256": "ddb8db768b1bdb4882bdcbaf4b9e5726d0c1ce7163e0eedda9bf66992a9c6553"
|
|
139
148
|
},
|
|
140
149
|
{
|
|
141
150
|
"path": "harness-package/checklist.md",
|
|
@@ -147,11 +156,11 @@
|
|
|
147
156
|
},
|
|
148
157
|
{
|
|
149
158
|
"path": "harness-package/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
159
|
+
"sha256": "5753e7c3437f7b09b1c0d0bb5d9a869a131dcca37c2b1f3f459bdc3cd1a51f04"
|
|
151
160
|
},
|
|
152
161
|
{
|
|
153
162
|
"path": "harness-plan/checklist.md",
|
|
154
|
-
"sha256": "
|
|
163
|
+
"sha256": "005f6af01b829771cbec4135c65391964873b022cd2120c80e91a6554ec29cfd"
|
|
155
164
|
},
|
|
156
165
|
{
|
|
157
166
|
"path": "harness-plan/protocols.md",
|
|
@@ -159,11 +168,11 @@
|
|
|
159
168
|
},
|
|
160
169
|
{
|
|
161
170
|
"path": "harness-plan/reference.md",
|
|
162
|
-
"sha256": "
|
|
171
|
+
"sha256": "8bfb369c958b4cb61021dc8604773a87e52a7dc5da62a059c0338aa3db252d4b"
|
|
163
172
|
},
|
|
164
173
|
{
|
|
165
174
|
"path": "harness-plan/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
175
|
+
"sha256": "b15f691f708e30d677dbdad6152514937e0c16c56ce2f80c2135bf2be103c3da"
|
|
167
176
|
},
|
|
168
177
|
{
|
|
169
178
|
"path": "harness-review/checklist.md",
|
|
@@ -179,7 +188,7 @@
|
|
|
179
188
|
},
|
|
180
189
|
{
|
|
181
190
|
"path": "harness-review/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
191
|
+
"sha256": "925d5a8a3a4ef8c852912d62adcda06efc88d0224427a1dd3e4ee99e31f75230"
|
|
183
192
|
},
|
|
184
193
|
{
|
|
185
194
|
"path": "harness-run/checklist.md",
|
|
@@ -195,7 +204,7 @@
|
|
|
195
204
|
},
|
|
196
205
|
{
|
|
197
206
|
"path": "harness-run/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
207
|
+
"sha256": "6c7231946fab90c215b9b4cfba1d24e1506bd82873d6c4ce9e606c5d5a043e1a"
|
|
199
208
|
},
|
|
200
209
|
{
|
|
201
210
|
"path": "harness-submit/checklist.md",
|
|
@@ -207,15 +216,15 @@
|
|
|
207
216
|
},
|
|
208
217
|
{
|
|
209
218
|
"path": "harness-submit/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
219
|
+
"sha256": "be27f2f422a621846eaffac4ee8f7b9be572fde774247f3bda130844df40d6a6"
|
|
211
220
|
},
|
|
212
221
|
{
|
|
213
222
|
"path": "harness-sync/reference.md",
|
|
214
|
-
"sha256": "
|
|
223
|
+
"sha256": "9d0be464bd32b14d9b0199988c46d44c83ef1e887dbbd4b85d640ee256818cd4"
|
|
215
224
|
},
|
|
216
225
|
{
|
|
217
226
|
"path": "harness-sync/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
227
|
+
"sha256": "00ae71eaa973416bff981681d0b4a46ddc43aaf93843865aced17507e7419488"
|
|
219
228
|
},
|
|
220
229
|
{
|
|
221
230
|
"path": "harness-test/checklist.md",
|
|
@@ -239,7 +248,7 @@
|
|
|
239
248
|
},
|
|
240
249
|
{
|
|
241
250
|
"path": "harness-test/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
251
|
+
"sha256": "55548c81829f4072addd08e1c23bd60030cbf0463e4872bf2c0cab254f843ad7"
|
|
243
252
|
},
|
|
244
253
|
{
|
|
245
254
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -291,7 +300,7 @@
|
|
|
291
300
|
},
|
|
292
301
|
{
|
|
293
302
|
"path": "scripts/harness_change.py",
|
|
294
|
-
"sha256": "
|
|
303
|
+
"sha256": "0283a881b61c35ae9b66ed988ff180f06ad7c1c13d4e5837a8926d543e4e9958"
|
|
295
304
|
},
|
|
296
305
|
{
|
|
297
306
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -311,7 +320,7 @@
|
|
|
311
320
|
},
|
|
312
321
|
{
|
|
313
322
|
"path": "scripts/harness_gate.py",
|
|
314
|
-
"sha256": "
|
|
323
|
+
"sha256": "be5bc122703efb1c4f37ca21c2eadfe78a8325d3420fee4d050a5662024faa76"
|
|
315
324
|
},
|
|
316
325
|
{
|
|
317
326
|
"path": "scripts/harness_integration.py",
|
|
@@ -335,7 +344,7 @@
|
|
|
335
344
|
},
|
|
336
345
|
{
|
|
337
346
|
"path": "scripts/harness_plan_finalize.py",
|
|
338
|
-
"sha256": "
|
|
347
|
+
"sha256": "4144e186c618bdb7576bdc2a5ade1f0bfb776b14b338022bd9bee4b413b05878"
|
|
339
348
|
},
|
|
340
349
|
{
|
|
341
350
|
"path": "scripts/harness_preflight.py",
|
|
@@ -2,12 +2,21 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "cursor",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.23",
|
|
6
|
+
"requires": {
|
|
7
|
+
"minimumCliVersion": "0.2.33",
|
|
8
|
+
"capabilities": [
|
|
9
|
+
"sync@1",
|
|
10
|
+
"rules-sync@1",
|
|
11
|
+
"rules-review@1",
|
|
12
|
+
"knowledge-sync@2"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
6
15
|
"generator": "harness_deploy.py",
|
|
7
16
|
"files": [
|
|
8
17
|
{
|
|
9
18
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
19
|
+
"sha256": "72fd96303fbff0f3ac38eed5304518fb209c28eb12f3e4d56c20bb22202e6b20"
|
|
11
20
|
},
|
|
12
21
|
{
|
|
13
22
|
"path": "CONTEXT.md",
|
|
@@ -31,7 +40,7 @@
|
|
|
31
40
|
},
|
|
32
41
|
{
|
|
33
42
|
"path": "harness-apidoc/SKILL.md",
|
|
34
|
-
"sha256": "
|
|
43
|
+
"sha256": "0ea8e19132181acfb3e6ee77adc5d24218d4bff4abf24510514a0bdcee523958"
|
|
35
44
|
},
|
|
36
45
|
{
|
|
37
46
|
"path": "harness-archive/checklist.md",
|
|
@@ -47,7 +56,7 @@
|
|
|
47
56
|
},
|
|
48
57
|
{
|
|
49
58
|
"path": "harness-archive/SKILL.md",
|
|
50
|
-
"sha256": "
|
|
59
|
+
"sha256": "3b17e3b378f1b8fba92a65d220deeca8538b44f27dd9962c472631f243813f30"
|
|
51
60
|
},
|
|
52
61
|
{
|
|
53
62
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -67,7 +76,7 @@
|
|
|
67
76
|
},
|
|
68
77
|
{
|
|
69
78
|
"path": "harness-codebase-map/SKILL.md",
|
|
70
|
-
"sha256": "
|
|
79
|
+
"sha256": "2df35a81abe583da86c905e679ec388bbe6ce683f1b0bcc73b8e3addc70f0c40"
|
|
71
80
|
},
|
|
72
81
|
{
|
|
73
82
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -127,15 +136,15 @@
|
|
|
127
136
|
},
|
|
128
137
|
{
|
|
129
138
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
130
|
-
"sha256": "
|
|
139
|
+
"sha256": "f312b778909d1710068aab0b58f22ac709796e0827882121810957e17041bf0c"
|
|
131
140
|
},
|
|
132
141
|
{
|
|
133
142
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
134
|
-
"sha256": "
|
|
143
|
+
"sha256": "90b30301d49a297dd275bba7cecb229fdce9ac1cd0487893a091dc3cfb5e1bf3"
|
|
135
144
|
},
|
|
136
145
|
{
|
|
137
146
|
"path": "harness-knowledge-query/SKILL.md",
|
|
138
|
-
"sha256": "
|
|
147
|
+
"sha256": "4eecb99443462040c317fdd28dc6158d789867fa4d31790208ab9b78ead5d283"
|
|
139
148
|
},
|
|
140
149
|
{
|
|
141
150
|
"path": "harness-package/checklist.md",
|
|
@@ -147,11 +156,11 @@
|
|
|
147
156
|
},
|
|
148
157
|
{
|
|
149
158
|
"path": "harness-package/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
159
|
+
"sha256": "9d3fed115e4d709664eb7690e725ff61f21970ff19f77476b50c28de238fbc21"
|
|
151
160
|
},
|
|
152
161
|
{
|
|
153
162
|
"path": "harness-plan/checklist.md",
|
|
154
|
-
"sha256": "
|
|
163
|
+
"sha256": "005f6af01b829771cbec4135c65391964873b022cd2120c80e91a6554ec29cfd"
|
|
155
164
|
},
|
|
156
165
|
{
|
|
157
166
|
"path": "harness-plan/protocols.md",
|
|
@@ -159,11 +168,11 @@
|
|
|
159
168
|
},
|
|
160
169
|
{
|
|
161
170
|
"path": "harness-plan/reference.md",
|
|
162
|
-
"sha256": "
|
|
171
|
+
"sha256": "8bfb369c958b4cb61021dc8604773a87e52a7dc5da62a059c0338aa3db252d4b"
|
|
163
172
|
},
|
|
164
173
|
{
|
|
165
174
|
"path": "harness-plan/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
175
|
+
"sha256": "4d88f84c37593085b8bca2b449a40e8a39029af22d537f970b230c15a703a447"
|
|
167
176
|
},
|
|
168
177
|
{
|
|
169
178
|
"path": "harness-review/checklist.md",
|
|
@@ -179,7 +188,7 @@
|
|
|
179
188
|
},
|
|
180
189
|
{
|
|
181
190
|
"path": "harness-review/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
191
|
+
"sha256": "2b476d2b776baf14a514bb491f8b9810652c1f7f4b45c9ce9e6ad676a6e80938"
|
|
183
192
|
},
|
|
184
193
|
{
|
|
185
194
|
"path": "harness-run/checklist.md",
|
|
@@ -195,7 +204,7 @@
|
|
|
195
204
|
},
|
|
196
205
|
{
|
|
197
206
|
"path": "harness-run/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
207
|
+
"sha256": "9b2ee8ae6fcb583dc6b9cb057759eb168662dec1f573dc236a2387afa665e074"
|
|
199
208
|
},
|
|
200
209
|
{
|
|
201
210
|
"path": "harness-submit/checklist.md",
|
|
@@ -207,15 +216,15 @@
|
|
|
207
216
|
},
|
|
208
217
|
{
|
|
209
218
|
"path": "harness-submit/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
219
|
+
"sha256": "13f6fbbfeb5c01db49d01c97f88ba6d99b5fe6ae5eb09725cfb19240e70e5475"
|
|
211
220
|
},
|
|
212
221
|
{
|
|
213
222
|
"path": "harness-sync/reference.md",
|
|
214
|
-
"sha256": "
|
|
223
|
+
"sha256": "9d0be464bd32b14d9b0199988c46d44c83ef1e887dbbd4b85d640ee256818cd4"
|
|
215
224
|
},
|
|
216
225
|
{
|
|
217
226
|
"path": "harness-sync/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
227
|
+
"sha256": "565e33072790289e296610f29a5bfb4c4c96544417b24b0636ee36365364894e"
|
|
219
228
|
},
|
|
220
229
|
{
|
|
221
230
|
"path": "harness-test/checklist.md",
|
|
@@ -239,7 +248,7 @@
|
|
|
239
248
|
},
|
|
240
249
|
{
|
|
241
250
|
"path": "harness-test/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
251
|
+
"sha256": "912c63715833f9ede87c530acbb818ed5718bca944e19356aa73d2ec60a9dfb4"
|
|
243
252
|
},
|
|
244
253
|
{
|
|
245
254
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -291,7 +300,7 @@
|
|
|
291
300
|
},
|
|
292
301
|
{
|
|
293
302
|
"path": "scripts/harness_change.py",
|
|
294
|
-
"sha256": "
|
|
303
|
+
"sha256": "0283a881b61c35ae9b66ed988ff180f06ad7c1c13d4e5837a8926d543e4e9958"
|
|
295
304
|
},
|
|
296
305
|
{
|
|
297
306
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -311,7 +320,7 @@
|
|
|
311
320
|
},
|
|
312
321
|
{
|
|
313
322
|
"path": "scripts/harness_gate.py",
|
|
314
|
-
"sha256": "
|
|
323
|
+
"sha256": "be5bc122703efb1c4f37ca21c2eadfe78a8325d3420fee4d050a5662024faa76"
|
|
315
324
|
},
|
|
316
325
|
{
|
|
317
326
|
"path": "scripts/harness_integration.py",
|
|
@@ -335,7 +344,7 @@
|
|
|
335
344
|
},
|
|
336
345
|
{
|
|
337
346
|
"path": "scripts/harness_plan_finalize.py",
|
|
338
|
-
"sha256": "
|
|
347
|
+
"sha256": "4144e186c618bdb7576bdc2a5ade1f0bfb776b14b338022bd9bee4b413b05878"
|
|
339
348
|
},
|
|
340
349
|
{
|
|
341
350
|
"path": "scripts/harness_preflight.py",
|