@hunter-harness/workflow-harness 0.2.28 → 0.2.30
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 +34 -2
- 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-ingest/scripts/harness_knowledge.py +323 -32
- 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 +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 +28 -51
- package/harness/bundles/general/claude-code/harness-sync/reference.md +89 -142
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +26 -2
- package/harness/bundles/general/claude-code/harness-test/checklist.md +15 -0
- package/harness/bundles/general/claude-code/harness-test/reference.md +28 -4
- package/harness/bundles/general/claude-code/scripts/harness_change.py +189 -0
- package/harness/bundles/general/claude-code/scripts/harness_test_runner.py +974 -0
- package/harness/bundles/general/claude-code/scripts/harness_workflow_policy.py +87 -0
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/contracts/workflow-policy.json +34 -2
- 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-ingest/scripts/harness_knowledge.py +323 -32
- 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 +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 +30 -51
- package/harness/bundles/general/codebuddy/harness-sync/reference.md +89 -142
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +26 -2
- package/harness/bundles/general/codebuddy/harness-test/checklist.md +15 -0
- package/harness/bundles/general/codebuddy/harness-test/reference.md +28 -4
- package/harness/bundles/general/codebuddy/scripts/harness_change.py +189 -0
- package/harness/bundles/general/codebuddy/scripts/harness_test_runner.py +974 -0
- package/harness/bundles/general/codebuddy/scripts/harness_workflow_policy.py +87 -0
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/contracts/workflow-policy.json +34 -2
- 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-ingest/scripts/harness_knowledge.py +323 -32
- 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 +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 +30 -51
- package/harness/bundles/general/codex/harness-sync/reference.md +89 -142
- package/harness/bundles/general/codex/harness-test/SKILL.md +26 -2
- package/harness/bundles/general/codex/harness-test/checklist.md +15 -0
- package/harness/bundles/general/codex/harness-test/reference.md +28 -4
- package/harness/bundles/general/codex/scripts/harness_change.py +189 -0
- package/harness/bundles/general/codex/scripts/harness_test_runner.py +974 -0
- package/harness/bundles/general/codex/scripts/harness_workflow_policy.py +87 -0
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/contracts/workflow-policy.json +34 -2
- 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-ingest/scripts/harness_knowledge.py +323 -32
- 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 +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 +30 -51
- package/harness/bundles/general/cursor/harness-sync/reference.md +89 -142
- package/harness/bundles/general/cursor/harness-test/SKILL.md +26 -2
- package/harness/bundles/general/cursor/harness-test/checklist.md +15 -0
- package/harness/bundles/general/cursor/harness-test/reference.md +28 -4
- package/harness/bundles/general/cursor/scripts/harness_change.py +189 -0
- package/harness/bundles/general/cursor/scripts/harness_test_runner.py +974 -0
- package/harness/bundles/general/cursor/scripts/harness_workflow_policy.py +87 -0
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/contracts/workflow-policy.json +34 -2
- 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-ingest/scripts/harness_knowledge.py +323 -32
- 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 +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 +28 -51
- package/harness/bundles/java/claude-code/harness-sync/reference.md +89 -142
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +26 -2
- package/harness/bundles/java/claude-code/scripts/harness_change.py +189 -0
- package/harness/bundles/java/claude-code/scripts/harness_test_runner.py +974 -0
- package/harness/bundles/java/claude-code/scripts/harness_workflow_policy.py +87 -0
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/contracts/workflow-policy.json +34 -2
- 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-ingest/scripts/harness_knowledge.py +323 -32
- 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 +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 +30 -51
- package/harness/bundles/java/codebuddy/harness-sync/reference.md +89 -142
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +26 -2
- package/harness/bundles/java/codebuddy/scripts/harness_change.py +189 -0
- package/harness/bundles/java/codebuddy/scripts/harness_test_runner.py +974 -0
- package/harness/bundles/java/codebuddy/scripts/harness_workflow_policy.py +87 -0
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/contracts/workflow-policy.json +34 -2
- 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-ingest/scripts/harness_knowledge.py +323 -32
- 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 +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 +30 -51
- package/harness/bundles/java/codex/harness-sync/reference.md +89 -142
- package/harness/bundles/java/codex/harness-test/SKILL.md +26 -2
- package/harness/bundles/java/codex/scripts/harness_change.py +189 -0
- package/harness/bundles/java/codex/scripts/harness_test_runner.py +974 -0
- package/harness/bundles/java/codex/scripts/harness_workflow_policy.py +87 -0
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/contracts/workflow-policy.json +34 -2
- 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-ingest/scripts/harness_knowledge.py +323 -32
- 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 +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 +30 -51
- package/harness/bundles/java/cursor/harness-sync/reference.md +89 -142
- package/harness/bundles/java/cursor/harness-test/SKILL.md +26 -2
- package/harness/bundles/java/cursor/scripts/harness_change.py +189 -0
- package/harness/bundles/java/cursor/scripts/harness_test_runner.py +974 -0
- package/harness/bundles/java/cursor/scripts/harness_workflow_policy.py +87 -0
- package/harness/manifests/general/claude-code.json +32 -19
- package/harness/manifests/general/codebuddy.json +32 -19
- package/harness/manifests/general/codex.json +32 -19
- package/harness/manifests/general/cursor.json +32 -19
- package/harness/manifests/java/claude-code.json +32 -19
- package/harness/manifests/java/codebuddy.json +32 -19
- package/harness/manifests/java/codex.json +32 -19
- package/harness/manifests/java/cursor.json +32 -19
- package/hunter-workflow-family.json +18 -2
- package/package.json +1 -1
|
@@ -2,12 +2,21 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "cursor",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.22",
|
|
6
|
+
"requires": {
|
|
7
|
+
"minimumCliVersion": "0.2.32",
|
|
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": "d8957e19bbcf42dfc3e6c0cb0449e574925e77c44bf4c0bc8e2bcc1b320908b2"
|
|
11
20
|
},
|
|
12
21
|
{
|
|
13
22
|
"path": "CONTEXT.md",
|
|
@@ -19,7 +28,7 @@
|
|
|
19
28
|
},
|
|
20
29
|
{
|
|
21
30
|
"path": "contracts/workflow-policy.json",
|
|
22
|
-
"sha256": "
|
|
31
|
+
"sha256": "92574af8d7252527be8cd2871675fc02ab7c3df95a72dab93228f6f884844971"
|
|
23
32
|
},
|
|
24
33
|
{
|
|
25
34
|
"path": "harness-archive/checklist.md",
|
|
@@ -35,7 +44,7 @@
|
|
|
35
44
|
},
|
|
36
45
|
{
|
|
37
46
|
"path": "harness-archive/SKILL.md",
|
|
38
|
-
"sha256": "
|
|
47
|
+
"sha256": "8cf0bd972224571dd8750ef5404e8f5a3bd9a6e7ba318152521c75666adcabe0"
|
|
39
48
|
},
|
|
40
49
|
{
|
|
41
50
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -55,7 +64,7 @@
|
|
|
55
64
|
},
|
|
56
65
|
{
|
|
57
66
|
"path": "harness-codebase-map/SKILL.md",
|
|
58
|
-
"sha256": "
|
|
67
|
+
"sha256": "5f6600bd0391e6df21f02b2e9172da62c07e5d6637facdf2570a9b452dac6b89"
|
|
59
68
|
},
|
|
60
69
|
{
|
|
61
70
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -115,15 +124,15 @@
|
|
|
115
124
|
},
|
|
116
125
|
{
|
|
117
126
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
118
|
-
"sha256": "
|
|
127
|
+
"sha256": "f312b778909d1710068aab0b58f22ac709796e0827882121810957e17041bf0c"
|
|
119
128
|
},
|
|
120
129
|
{
|
|
121
130
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
122
|
-
"sha256": "
|
|
131
|
+
"sha256": "af6eba5a09c9f4e1e8bf45c6eddae0a2488ddea094ab6a1fe006d6af008a5ab5"
|
|
123
132
|
},
|
|
124
133
|
{
|
|
125
134
|
"path": "harness-knowledge-query/SKILL.md",
|
|
126
|
-
"sha256": "
|
|
135
|
+
"sha256": "0600a836df1acb104b834e14cda3c6e80b44d5afa062029005bfd3312cc8acbd"
|
|
127
136
|
},
|
|
128
137
|
{
|
|
129
138
|
"path": "harness-plan/checklist.md",
|
|
@@ -139,7 +148,7 @@
|
|
|
139
148
|
},
|
|
140
149
|
{
|
|
141
150
|
"path": "harness-plan/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
151
|
+
"sha256": "f62265927cc963f87648f1174488eb226be9e3944dc6195cb9f3d8f2383550c2"
|
|
143
152
|
},
|
|
144
153
|
{
|
|
145
154
|
"path": "harness-review/checklist.md",
|
|
@@ -155,7 +164,7 @@
|
|
|
155
164
|
},
|
|
156
165
|
{
|
|
157
166
|
"path": "harness-review/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
167
|
+
"sha256": "a4f84396aac4063a93d6c3696ebd189c07012c597c40960f37a3b79f4bc1a273"
|
|
159
168
|
},
|
|
160
169
|
{
|
|
161
170
|
"path": "harness-run/checklist.md",
|
|
@@ -171,7 +180,7 @@
|
|
|
171
180
|
},
|
|
172
181
|
{
|
|
173
182
|
"path": "harness-run/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
183
|
+
"sha256": "76d71a8a09bbe5fa3e466256aa5fe470212693fca61ee2bf26da19e4a3e56ce1"
|
|
175
184
|
},
|
|
176
185
|
{
|
|
177
186
|
"path": "harness-submit/checklist.md",
|
|
@@ -183,19 +192,19 @@
|
|
|
183
192
|
},
|
|
184
193
|
{
|
|
185
194
|
"path": "harness-submit/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
195
|
+
"sha256": "7191940ed9946cbf2fe316c7036b619decaffb624150724fbaaeccfa8891f546"
|
|
187
196
|
},
|
|
188
197
|
{
|
|
189
198
|
"path": "harness-sync/reference.md",
|
|
190
|
-
"sha256": "
|
|
199
|
+
"sha256": "9d0be464bd32b14d9b0199988c46d44c83ef1e887dbbd4b85d640ee256818cd4"
|
|
191
200
|
},
|
|
192
201
|
{
|
|
193
202
|
"path": "harness-sync/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
203
|
+
"sha256": "ca3aebe9a959f099f876637d66e7724a6550ccafdcbf14348747092bd36cef8e"
|
|
195
204
|
},
|
|
196
205
|
{
|
|
197
206
|
"path": "harness-test/checklist.md",
|
|
198
|
-
"sha256": "
|
|
207
|
+
"sha256": "f974457a7aa094e1fbdb7d3039b0e8f3cacb777638603366e63a0aaf9a514aad"
|
|
199
208
|
},
|
|
200
209
|
{
|
|
201
210
|
"path": "harness-test/pitfalls-java.md",
|
|
@@ -207,7 +216,7 @@
|
|
|
207
216
|
},
|
|
208
217
|
{
|
|
209
218
|
"path": "harness-test/reference.md",
|
|
210
|
-
"sha256": "
|
|
219
|
+
"sha256": "b7cbfc91cff9ed7fef7b9cbee79f81e8cc588ffd956b531570eabef98ad24125"
|
|
211
220
|
},
|
|
212
221
|
{
|
|
213
222
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -215,7 +224,7 @@
|
|
|
215
224
|
},
|
|
216
225
|
{
|
|
217
226
|
"path": "harness-test/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
227
|
+
"sha256": "bcf7a5ef3ffba709fe9677a0d209a61cad87962d7511903eafaa43a9a4967c24"
|
|
219
228
|
},
|
|
220
229
|
{
|
|
221
230
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -267,7 +276,7 @@
|
|
|
267
276
|
},
|
|
268
277
|
{
|
|
269
278
|
"path": "scripts/harness_change.py",
|
|
270
|
-
"sha256": "
|
|
279
|
+
"sha256": "0283a881b61c35ae9b66ed988ff180f06ad7c1c13d4e5837a8926d543e4e9958"
|
|
271
280
|
},
|
|
272
281
|
{
|
|
273
282
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -353,9 +362,13 @@
|
|
|
353
362
|
"path": "scripts/harness_test_guard.py",
|
|
354
363
|
"sha256": "426fd0002f643fc4b473f04f0c1164330de8a0c622cde7e07aad78d6a5e64df5"
|
|
355
364
|
},
|
|
365
|
+
{
|
|
366
|
+
"path": "scripts/harness_test_runner.py",
|
|
367
|
+
"sha256": "ba8b8b5628728593a1bcdab464b80b2a90536a909c0ce7df6a832f8ab16f08d1"
|
|
368
|
+
},
|
|
356
369
|
{
|
|
357
370
|
"path": "scripts/harness_workflow_policy.py",
|
|
358
|
-
"sha256": "
|
|
371
|
+
"sha256": "3c05971bccef2422217f88bf0d0a2e346248e46964474f20d383b95acec185da"
|
|
359
372
|
}
|
|
360
373
|
]
|
|
361
374
|
}
|
|
@@ -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.22",
|
|
6
|
+
"requires": {
|
|
7
|
+
"minimumCliVersion": "0.2.32",
|
|
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": "e5cf2dda882c299adaa9672dbaee456ce468420eded0366bd52a21ca8b7d99da"
|
|
11
20
|
},
|
|
12
21
|
{
|
|
13
22
|
"path": "agents/harness-evaluator.md",
|
|
@@ -31,7 +40,7 @@
|
|
|
31
40
|
},
|
|
32
41
|
{
|
|
33
42
|
"path": "contracts/workflow-policy.json",
|
|
34
|
-
"sha256": "
|
|
43
|
+
"sha256": "92574af8d7252527be8cd2871675fc02ab7c3df95a72dab93228f6f884844971"
|
|
35
44
|
},
|
|
36
45
|
{
|
|
37
46
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -43,7 +52,7 @@
|
|
|
43
52
|
},
|
|
44
53
|
{
|
|
45
54
|
"path": "harness-apidoc/SKILL.md",
|
|
46
|
-
"sha256": "
|
|
55
|
+
"sha256": "c8ca23d6fcf16e0e19c4c85ee98e3a0380ed8ef8cc5ecfe30c438b43f07de956"
|
|
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": "10ed072bab66ad51a68d1808ce9d65938506ddcc60ffa0ae6f86712ad5f80faa"
|
|
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": "19046ccf5fcb92f9c24f370b0d2832eb157786548f5df562138b27ea1887311c"
|
|
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": "9bb53831d3173e7dbf2dbb0614442ffdf82066ed8c1fcc4ba7966a8c58625817"
|
|
147
156
|
},
|
|
148
157
|
{
|
|
149
158
|
"path": "harness-knowledge-query/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
159
|
+
"sha256": "4346b77f4b5533b6d529a713c150d60932992792fde9511ec62d934563a0bfb6"
|
|
151
160
|
},
|
|
152
161
|
{
|
|
153
162
|
"path": "harness-package/checklist.md",
|
|
@@ -159,7 +168,7 @@
|
|
|
159
168
|
},
|
|
160
169
|
{
|
|
161
170
|
"path": "harness-package/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
171
|
+
"sha256": "03024bdad12903b98c30224f7e6f86279401440fef0d142d27c957a8a0aadf19"
|
|
163
172
|
},
|
|
164
173
|
{
|
|
165
174
|
"path": "harness-plan/checklist.md",
|
|
@@ -175,7 +184,7 @@
|
|
|
175
184
|
},
|
|
176
185
|
{
|
|
177
186
|
"path": "harness-plan/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
187
|
+
"sha256": "f5a3026a09d7e45981fe6a4700e919e20e5af5c7f43c98435ade5561da0da9bc"
|
|
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": "72c5a553f52bc18cc1cafe2e6502263032a17d9741618e83f9c38a81531ce4c3"
|
|
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": "80eb374f254a70f9c8cb6ae5d1afcfa5587107b4d49502d79f84268dbfd24895"
|
|
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": "5b4ad47ebcfec4c60125d5187b44970e7d1865a86773dd9c50cd78646b8c5418"
|
|
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": "ea2b390067826a5391d85797c634c62414698e0b34eda68694aa50434d6a536b"
|
|
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": "2295f08f4f1856fb75d03d64365033cbfda5cadea434ac362a913fa6be9b6930"
|
|
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",
|
|
@@ -389,9 +398,13 @@
|
|
|
389
398
|
"path": "scripts/harness_test_guard.py",
|
|
390
399
|
"sha256": "426fd0002f643fc4b473f04f0c1164330de8a0c622cde7e07aad78d6a5e64df5"
|
|
391
400
|
},
|
|
401
|
+
{
|
|
402
|
+
"path": "scripts/harness_test_runner.py",
|
|
403
|
+
"sha256": "ba8b8b5628728593a1bcdab464b80b2a90536a909c0ce7df6a832f8ab16f08d1"
|
|
404
|
+
},
|
|
392
405
|
{
|
|
393
406
|
"path": "scripts/harness_workflow_policy.py",
|
|
394
|
-
"sha256": "
|
|
407
|
+
"sha256": "3c05971bccef2422217f88bf0d0a2e346248e46964474f20d383b95acec185da"
|
|
395
408
|
}
|
|
396
409
|
]
|
|
397
410
|
}
|
|
@@ -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.22",
|
|
6
|
+
"requires": {
|
|
7
|
+
"minimumCliVersion": "0.2.32",
|
|
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": "39765a7b3853f684ee0d79682ff86aed71da9658926a135b8e968abb2bdad54a"
|
|
11
20
|
},
|
|
12
21
|
{
|
|
13
22
|
"path": "agents/harness-evaluator.md",
|
|
@@ -31,7 +40,7 @@
|
|
|
31
40
|
},
|
|
32
41
|
{
|
|
33
42
|
"path": "contracts/workflow-policy.json",
|
|
34
|
-
"sha256": "
|
|
43
|
+
"sha256": "92574af8d7252527be8cd2871675fc02ab7c3df95a72dab93228f6f884844971"
|
|
35
44
|
},
|
|
36
45
|
{
|
|
37
46
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -43,7 +52,7 @@
|
|
|
43
52
|
},
|
|
44
53
|
{
|
|
45
54
|
"path": "harness-apidoc/SKILL.md",
|
|
46
|
-
"sha256": "
|
|
55
|
+
"sha256": "32bb69e49e9c6ae2b31ca040c06a5db315a203d21a55f74d162bb98edb4a0bf0"
|
|
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": "c156450f268cd03065462f33c0aaff0bbf26f5e98dd035824624cecca2954c70"
|
|
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": "3b5524a4d6237e29576a42c38ca6ed14d2a7ddebbeee1521a5ddcf9fae9cb758"
|
|
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": "4bf90b47dedd30d6bba7185703f110f937744267f376699f4b3a9cdbdb8e6855"
|
|
147
156
|
},
|
|
148
157
|
{
|
|
149
158
|
"path": "harness-knowledge-query/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
159
|
+
"sha256": "cf6e147abedcea720f8905175996d361d0c8f101785b2dc30557fac04759f6f8"
|
|
151
160
|
},
|
|
152
161
|
{
|
|
153
162
|
"path": "harness-package/checklist.md",
|
|
@@ -159,7 +168,7 @@
|
|
|
159
168
|
},
|
|
160
169
|
{
|
|
161
170
|
"path": "harness-package/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
171
|
+
"sha256": "ac39f7a8d36b4bd1923b3c137797e48a9359ccc65dfb9127d09af91a5c928371"
|
|
163
172
|
},
|
|
164
173
|
{
|
|
165
174
|
"path": "harness-plan/checklist.md",
|
|
@@ -175,7 +184,7 @@
|
|
|
175
184
|
},
|
|
176
185
|
{
|
|
177
186
|
"path": "harness-plan/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
187
|
+
"sha256": "8f7f532201e6d3148e569e2db39445f06683008a4ebc40d0c9e4ab3af1b766cb"
|
|
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": "3d802abfe35a6bf6b1e51d47ead7e0a7eecaf9c4aec9ec0f9e0f17f567fb4693"
|
|
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": "8a6be1eb85876e52fc6eb7a8283dbc34d42f3a3f31f817353558bf47f65a93b3"
|
|
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": "e523df7f175c6b446700e1011ef127ef83b1103b2274b2559878029712a24f9d"
|
|
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": "98a9073430f0d135580e0cc447f91ce2ef69247b4a4d85d0dbfe5bbb67e8889b"
|
|
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": "13eba90188cf5655c100f89387bfedb74b68e125660e98815e5e1f715dca8506"
|
|
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",
|
|
@@ -389,9 +398,13 @@
|
|
|
389
398
|
"path": "scripts/harness_test_guard.py",
|
|
390
399
|
"sha256": "426fd0002f643fc4b473f04f0c1164330de8a0c622cde7e07aad78d6a5e64df5"
|
|
391
400
|
},
|
|
401
|
+
{
|
|
402
|
+
"path": "scripts/harness_test_runner.py",
|
|
403
|
+
"sha256": "ba8b8b5628728593a1bcdab464b80b2a90536a909c0ce7df6a832f8ab16f08d1"
|
|
404
|
+
},
|
|
392
405
|
{
|
|
393
406
|
"path": "scripts/harness_workflow_policy.py",
|
|
394
|
-
"sha256": "
|
|
407
|
+
"sha256": "3c05971bccef2422217f88bf0d0a2e346248e46964474f20d383b95acec185da"
|
|
395
408
|
}
|
|
396
409
|
]
|
|
397
410
|
}
|
|
@@ -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.22",
|
|
6
|
+
"requires": {
|
|
7
|
+
"minimumCliVersion": "0.2.32",
|
|
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": "4e4161e1cfb8960768c9b2a4dca4c56d69c20863dc8f01ee54b427e107d765a5"
|
|
11
20
|
},
|
|
12
21
|
{
|
|
13
22
|
"path": "CONTEXT.md",
|
|
@@ -19,7 +28,7 @@
|
|
|
19
28
|
},
|
|
20
29
|
{
|
|
21
30
|
"path": "contracts/workflow-policy.json",
|
|
22
|
-
"sha256": "
|
|
31
|
+
"sha256": "92574af8d7252527be8cd2871675fc02ab7c3df95a72dab93228f6f884844971"
|
|
23
32
|
},
|
|
24
33
|
{
|
|
25
34
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -31,7 +40,7 @@
|
|
|
31
40
|
},
|
|
32
41
|
{
|
|
33
42
|
"path": "harness-apidoc/SKILL.md",
|
|
34
|
-
"sha256": "
|
|
43
|
+
"sha256": "cfc63345c49c584fe1c337bb813a8ada959d79fe4ddcf011672e13c21434244e"
|
|
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": "dcbd04f6316fc5b9f3d75c25da783a73c508c19729e61da0b0513855894700f2"
|
|
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": "0f2227c8d90dfeaf2913c61fcd4af7fa95c456dbbc56b2ff50eb9ab7a2dcc4c1"
|
|
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": "e905d393d0eedb046760d9f2af71c72d5eac8269bd72a46b6c08fdc9f304ac33"
|
|
135
144
|
},
|
|
136
145
|
{
|
|
137
146
|
"path": "harness-knowledge-query/SKILL.md",
|
|
138
|
-
"sha256": "
|
|
147
|
+
"sha256": "71228fa02358925944dcaf17fec174ef1721dc685ec4915a67fed3bb780801f5"
|
|
139
148
|
},
|
|
140
149
|
{
|
|
141
150
|
"path": "harness-package/checklist.md",
|
|
@@ -147,7 +156,7 @@
|
|
|
147
156
|
},
|
|
148
157
|
{
|
|
149
158
|
"path": "harness-package/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
159
|
+
"sha256": "60630af36f8ebc5d42dac2d05d19d7fcfa010c42b6f29cb0a6c35619c64ec30c"
|
|
151
160
|
},
|
|
152
161
|
{
|
|
153
162
|
"path": "harness-plan/checklist.md",
|
|
@@ -163,7 +172,7 @@
|
|
|
163
172
|
},
|
|
164
173
|
{
|
|
165
174
|
"path": "harness-plan/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
175
|
+
"sha256": "0b5f24ccaf94bc0288765ba2ba22c4d54aa0e4fc533f10d95d6ff87e8baa9950"
|
|
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": "98c80e175378ba5906e48c626aa27c0d39ed5b8ecaaee9b6e3464e83d2ea8e33"
|
|
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": "5851da0cc52804619133c2d60451577bc22907fa845401bf676a3f70907f3578"
|
|
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": "7cad0235df67eb0444d20ab3c9a5175e7c37ef05805980cd8de5a52277ef820d"
|
|
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": "c082b88121988f22fdf3514ba1f5caa4e9137da97ca21e7e73a81f5b89c684fb"
|
|
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": "7053f08edcd3f7eaa21cf9ad1bb264d116d8a84952b9821e0d25774ec51e36e9"
|
|
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",
|
|
@@ -377,9 +386,13 @@
|
|
|
377
386
|
"path": "scripts/harness_test_guard.py",
|
|
378
387
|
"sha256": "426fd0002f643fc4b473f04f0c1164330de8a0c622cde7e07aad78d6a5e64df5"
|
|
379
388
|
},
|
|
389
|
+
{
|
|
390
|
+
"path": "scripts/harness_test_runner.py",
|
|
391
|
+
"sha256": "ba8b8b5628728593a1bcdab464b80b2a90536a909c0ce7df6a832f8ab16f08d1"
|
|
392
|
+
},
|
|
380
393
|
{
|
|
381
394
|
"path": "scripts/harness_workflow_policy.py",
|
|
382
|
-
"sha256": "
|
|
395
|
+
"sha256": "3c05971bccef2422217f88bf0d0a2e346248e46964474f20d383b95acec185da"
|
|
383
396
|
}
|
|
384
397
|
]
|
|
385
398
|
}
|