@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": "general",
|
|
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": "d21beef71cd993c775f01ed1f94a9ee0dc5a59da791eab7efb8775ceaee1d953"
|
|
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-archive/checklist.md",
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
100
|
+
"sha256": "984b0d87b5b21ef78cd6146bbdba6532cf1c9099a8d6e7802835564b0187fd38"
|
|
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": "ad3daadc022e2c87c08cde531d22eb1593bd51ab096cef16509eee12f3397c67"
|
|
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": "4a4707a8cf618ad7e92a9bd25bd541f3120c16eca6c0685adbbb5543e1f883f5"
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "dcec5753a0942ba4d0adf757aa17f316fbb4a6f8912c18046fe4ccf14650f25c"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-plan/checklist.md",
|
|
@@ -167,11 +169,19 @@
|
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-plan/reference.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "84192463a96527bacde66c6e9dd2fa93ddc93e33d428a860d0154ef8bd97d894"
|
|
171
173
|
},
|
|
172
174
|
{
|
|
173
175
|
"path": "harness-plan/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
176
|
+
"sha256": "9c958f6937198b236519bcc9596bc7be76e594a975fee2cbf414145628f86a8a"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"path": "harness-pull/SKILL.md",
|
|
180
|
+
"sha256": "4d3b753b6f479a7c95e1944b3e50aafa5beda619f4edfe37acef68db231c0f11"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"path": "harness-push/SKILL.md",
|
|
184
|
+
"sha256": "c36fbd5033ed2d9e1a4a2ecd85dd7468983c8364023d118cb7b610fad96027ad"
|
|
175
185
|
},
|
|
176
186
|
{
|
|
177
187
|
"path": "harness-review/checklist.md",
|
|
@@ -187,7 +197,7 @@
|
|
|
187
197
|
},
|
|
188
198
|
{
|
|
189
199
|
"path": "harness-review/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
200
|
+
"sha256": "546ac46ee7c70c73fb80544fea0e2038c3e5a960c00780603e55b9a4a967ff7b"
|
|
191
201
|
},
|
|
192
202
|
{
|
|
193
203
|
"path": "harness-run/checklist.md",
|
|
@@ -203,7 +213,7 @@
|
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-run/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
216
|
+
"sha256": "fbaf55fb2ed9df3d60a7ef7852d7dc00b6c251fdadda28f13ef5750a02b6fbd2"
|
|
207
217
|
},
|
|
208
218
|
{
|
|
209
219
|
"path": "harness-submit/checklist.md",
|
|
@@ -215,7 +225,7 @@
|
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-submit/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
228
|
+
"sha256": "189ecf272c4a5fd8ee556aa898394d07f977c70f883e714c1c8e59358848eeb5"
|
|
219
229
|
},
|
|
220
230
|
{
|
|
221
231
|
"path": "harness-sync/reference.md",
|
|
@@ -223,7 +233,7 @@
|
|
|
223
233
|
},
|
|
224
234
|
{
|
|
225
235
|
"path": "harness-sync/SKILL.md",
|
|
226
|
-
"sha256": "
|
|
236
|
+
"sha256": "4cd8a48471a11a2139f4341e7e3de8ac0035ebd073ce6119bdec39e00070af1c"
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-test/checklist.md",
|
|
@@ -247,7 +257,7 @@
|
|
|
247
257
|
},
|
|
248
258
|
{
|
|
249
259
|
"path": "harness-test/SKILL.md",
|
|
250
|
-
"sha256": "
|
|
260
|
+
"sha256": "54ff76c85728cb7e9e05a362a2357369f259bc066dd938d0093eb43dfaeceb55"
|
|
251
261
|
},
|
|
252
262
|
{
|
|
253
263
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -347,7 +357,7 @@
|
|
|
347
357
|
},
|
|
348
358
|
{
|
|
349
359
|
"path": "scripts/harness_events_sync.py",
|
|
350
|
-
"sha256": "
|
|
360
|
+
"sha256": "4d003e3d918ec6b18cf186a96def4cba10b0d4f756a0881451635e8e7cf968ec"
|
|
351
361
|
},
|
|
352
362
|
{
|
|
353
363
|
"path": "scripts/harness_events.py",
|
|
@@ -399,7 +409,7 @@
|
|
|
399
409
|
},
|
|
400
410
|
{
|
|
401
411
|
"path": "scripts/harness_plan_finalize.py",
|
|
402
|
-
"sha256": "
|
|
412
|
+
"sha256": "ef5845bac94a90f548d071457eb6a42e1c8516508302c4d49d95f6c325a40856"
|
|
403
413
|
},
|
|
404
414
|
{
|
|
405
415
|
"path": "scripts/harness_preflight.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.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": "b89f681019cd52d62a39ec2945f22ae4ceb4e926c8c019e3ecc1a20d304d11e4"
|
|
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-archive/checklist.md",
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
100
|
+
"sha256": "de5008b9f46a26968fd7e154e101882b3c5132017d9047355bb4b67149731b21"
|
|
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": "47b83acd9288037a43be3fd3dc1280bb527ffac85560060844a5973c444afcec"
|
|
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": "1f9b6f4ea83bed5a258979576ffae3ba38c324890cde41e201f5a5f1e7525755"
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "6a3726e24a2741a22edd7d517486f135cab46c7da4a24c2b1d967995dcd7fe4b"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-plan/checklist.md",
|
|
@@ -167,11 +169,19 @@
|
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-plan/reference.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "84192463a96527bacde66c6e9dd2fa93ddc93e33d428a860d0154ef8bd97d894"
|
|
171
173
|
},
|
|
172
174
|
{
|
|
173
175
|
"path": "harness-plan/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
176
|
+
"sha256": "9f27efab1409e528eff3a92d6788867df9773f487254f7892e31ed7ba42d31e3"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"path": "harness-pull/SKILL.md",
|
|
180
|
+
"sha256": "3632034ab06103ab9e5aacfc6a2deb155a3ee6576d1ba0931d17300632eb44fb"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"path": "harness-push/SKILL.md",
|
|
184
|
+
"sha256": "d8020c9f9a8e5d699ccb90cab1eed427cfff5aaf0b2b95e597122f92d35ab914"
|
|
175
185
|
},
|
|
176
186
|
{
|
|
177
187
|
"path": "harness-review/checklist.md",
|
|
@@ -187,7 +197,7 @@
|
|
|
187
197
|
},
|
|
188
198
|
{
|
|
189
199
|
"path": "harness-review/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
200
|
+
"sha256": "73acb79743823cbb46bbeaaee595259d388aeb22b01d764fa1d4700c964b9d92"
|
|
191
201
|
},
|
|
192
202
|
{
|
|
193
203
|
"path": "harness-run/checklist.md",
|
|
@@ -203,7 +213,7 @@
|
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-run/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
216
|
+
"sha256": "cb5feb5432640bc52094a35eede373c3957c60b5fa286e75d80715b86bb4225e"
|
|
207
217
|
},
|
|
208
218
|
{
|
|
209
219
|
"path": "harness-submit/checklist.md",
|
|
@@ -215,7 +225,7 @@
|
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-submit/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
228
|
+
"sha256": "9f66b60517b85bb30715d79d832c37b4b975f1293077cd0d9381932eecd295db"
|
|
219
229
|
},
|
|
220
230
|
{
|
|
221
231
|
"path": "harness-sync/reference.md",
|
|
@@ -223,7 +233,7 @@
|
|
|
223
233
|
},
|
|
224
234
|
{
|
|
225
235
|
"path": "harness-sync/SKILL.md",
|
|
226
|
-
"sha256": "
|
|
236
|
+
"sha256": "5ddc2fde6bcdbba585794bf11c7a1e9d2b1f46ab15b7122082303f7586153853"
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-test/checklist.md",
|
|
@@ -247,7 +257,7 @@
|
|
|
247
257
|
},
|
|
248
258
|
{
|
|
249
259
|
"path": "harness-test/SKILL.md",
|
|
250
|
-
"sha256": "
|
|
260
|
+
"sha256": "614169df1f4f3e21d2a28483ab6c4bdf81ed5e1cdf65049c005e99f1086d7369"
|
|
251
261
|
},
|
|
252
262
|
{
|
|
253
263
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -347,7 +357,7 @@
|
|
|
347
357
|
},
|
|
348
358
|
{
|
|
349
359
|
"path": "scripts/harness_events_sync.py",
|
|
350
|
-
"sha256": "
|
|
360
|
+
"sha256": "4d003e3d918ec6b18cf186a96def4cba10b0d4f756a0881451635e8e7cf968ec"
|
|
351
361
|
},
|
|
352
362
|
{
|
|
353
363
|
"path": "scripts/harness_events.py",
|
|
@@ -399,7 +409,7 @@
|
|
|
399
409
|
},
|
|
400
410
|
{
|
|
401
411
|
"path": "scripts/harness_plan_finalize.py",
|
|
402
|
-
"sha256": "
|
|
412
|
+
"sha256": "ef5845bac94a90f548d071457eb6a42e1c8516508302c4d49d95f6c325a40856"
|
|
403
413
|
},
|
|
404
414
|
{
|
|
405
415
|
"path": "scripts/harness_preflight.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.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": "6d28c8bfcc072ff9fad4f15639382f3858d394f7a21a38ed8ecf3976eb748e62"
|
|
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-archive/checklist.md",
|
|
@@ -83,7 +85,7 @@
|
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-archive/SKILL.md",
|
|
86
|
-
"sha256": "
|
|
88
|
+
"sha256": "bdc7d51e33f10a3b29eb65815467bf936cc7339d5059242e1c25d16bd7536fc9"
|
|
87
89
|
},
|
|
88
90
|
{
|
|
89
91
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -99,7 +101,7 @@
|
|
|
99
101
|
},
|
|
100
102
|
{
|
|
101
103
|
"path": "harness-codebase-map/SKILL.md",
|
|
102
|
-
"sha256": "
|
|
104
|
+
"sha256": "1db2af2b924f20b25c53e7b91c0b9f72d61c78651b595f4ef5d4d234cd469d4c"
|
|
103
105
|
},
|
|
104
106
|
{
|
|
105
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,11 +141,11 @@
|
|
|
139
141
|
},
|
|
140
142
|
{
|
|
141
143
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
144
|
+
"sha256": "71134b9b7024163c66062734fbdf153e6154f289009fa6e8ae16adabb9d2e228"
|
|
143
145
|
},
|
|
144
146
|
{
|
|
145
147
|
"path": "harness-knowledge-query/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
148
|
+
"sha256": "5c74a922a7322eba8f70f6e37c5b3d619f11db995775252c628013590c1bed9d"
|
|
147
149
|
},
|
|
148
150
|
{
|
|
149
151
|
"path": "harness-plan/checklist.md",
|
|
@@ -155,11 +157,19 @@
|
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-plan/reference.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "84192463a96527bacde66c6e9dd2fa93ddc93e33d428a860d0154ef8bd97d894"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-plan/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
164
|
+
"sha256": "a850b3109ec42cb30ea3f70597c26b29be2c7ac9abf388b2dd77f106a36a0b67"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"path": "harness-pull/SKILL.md",
|
|
168
|
+
"sha256": "cd9b2598cc1d9eeca7ced2493e3318e23c14005d9326646aeec3e9ef0c85705d"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"path": "harness-push/SKILL.md",
|
|
172
|
+
"sha256": "ab3d9b570918300f99458d715223a8d79847ba0ae160737224f3491b8a0d0d6f"
|
|
163
173
|
},
|
|
164
174
|
{
|
|
165
175
|
"path": "harness-review/checklist.md",
|
|
@@ -175,7 +185,7 @@
|
|
|
175
185
|
},
|
|
176
186
|
{
|
|
177
187
|
"path": "harness-review/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
188
|
+
"sha256": "d91ef66c3169edfe5b3dab910659adc63e1f6b54f2bbabf50ba3c02baf2aa6f7"
|
|
179
189
|
},
|
|
180
190
|
{
|
|
181
191
|
"path": "harness-run/checklist.md",
|
|
@@ -191,7 +201,7 @@
|
|
|
191
201
|
},
|
|
192
202
|
{
|
|
193
203
|
"path": "harness-run/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
204
|
+
"sha256": "6972b3223e6dcf32abcf2c05db6a036867d3be7aebac697da758dbe676193e9a"
|
|
195
205
|
},
|
|
196
206
|
{
|
|
197
207
|
"path": "harness-submit/checklist.md",
|
|
@@ -203,7 +213,7 @@
|
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-submit/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
216
|
+
"sha256": "3c2d5b095a0330bd9dbb3dc3df01a48ac6457a2f98ab948735320ce930cacbe1"
|
|
207
217
|
},
|
|
208
218
|
{
|
|
209
219
|
"path": "harness-sync/reference.md",
|
|
@@ -211,7 +221,7 @@
|
|
|
211
221
|
},
|
|
212
222
|
{
|
|
213
223
|
"path": "harness-sync/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
224
|
+
"sha256": "5cdb9504ff652cc2bf497f6264f95cf1d184b853c8a083013bb0d724d908df02"
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-test/checklist.md",
|
|
@@ -235,7 +245,7 @@
|
|
|
235
245
|
},
|
|
236
246
|
{
|
|
237
247
|
"path": "harness-test/SKILL.md",
|
|
238
|
-
"sha256": "
|
|
248
|
+
"sha256": "a9ae79ef1f6ced4e258afb171e0187c2fa567c6f5713ff17109b7a206a7e7e23"
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -335,7 +345,7 @@
|
|
|
335
345
|
},
|
|
336
346
|
{
|
|
337
347
|
"path": "scripts/harness_events_sync.py",
|
|
338
|
-
"sha256": "
|
|
348
|
+
"sha256": "4d003e3d918ec6b18cf186a96def4cba10b0d4f756a0881451635e8e7cf968ec"
|
|
339
349
|
},
|
|
340
350
|
{
|
|
341
351
|
"path": "scripts/harness_events.py",
|
|
@@ -387,7 +397,7 @@
|
|
|
387
397
|
},
|
|
388
398
|
{
|
|
389
399
|
"path": "scripts/harness_plan_finalize.py",
|
|
390
|
-
"sha256": "
|
|
400
|
+
"sha256": "ef5845bac94a90f548d071457eb6a42e1c8516508302c4d49d95f6c325a40856"
|
|
391
401
|
},
|
|
392
402
|
{
|
|
393
403
|
"path": "scripts/harness_preflight.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
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": "8a0cfba143abdfc1866da7a3e0912d42a469723da3868c975478dd3355815003"
|
|
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-archive/checklist.md",
|
|
@@ -83,7 +85,7 @@
|
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-archive/SKILL.md",
|
|
86
|
-
"sha256": "
|
|
88
|
+
"sha256": "4f678c1abe411b305fa6fc528a7dcb930e19e351f5015fab444f237c496ed66b"
|
|
87
89
|
},
|
|
88
90
|
{
|
|
89
91
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -99,7 +101,7 @@
|
|
|
99
101
|
},
|
|
100
102
|
{
|
|
101
103
|
"path": "harness-codebase-map/SKILL.md",
|
|
102
|
-
"sha256": "
|
|
104
|
+
"sha256": "ce8c294ab0dd20dbc53a959f39c0ad3ddc03750694c6d0f6a54815d08a2bfda5"
|
|
103
105
|
},
|
|
104
106
|
{
|
|
105
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,11 +141,11 @@
|
|
|
139
141
|
},
|
|
140
142
|
{
|
|
141
143
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
144
|
+
"sha256": "46555fca9a69c002af3ddf7b7b756e29f4ad2c7b20c25d30a367cb098507d6cc"
|
|
143
145
|
},
|
|
144
146
|
{
|
|
145
147
|
"path": "harness-knowledge-query/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
148
|
+
"sha256": "3d5c1b8c4b32ab15bded225ae029f151706352e3bbab7b54613fdf94af6411c6"
|
|
147
149
|
},
|
|
148
150
|
{
|
|
149
151
|
"path": "harness-plan/checklist.md",
|
|
@@ -155,11 +157,19 @@
|
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-plan/reference.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "84192463a96527bacde66c6e9dd2fa93ddc93e33d428a860d0154ef8bd97d894"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-plan/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
164
|
+
"sha256": "7b3092313812d7e9b5ff9ec45ead3de5b861a1ff0f65dfdd2ae1c2876da2e2b4"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"path": "harness-pull/SKILL.md",
|
|
168
|
+
"sha256": "5013fb3c6db8bc590c45377d3608f1ae700fccfec9a29af0495bc96210554ac7"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"path": "harness-push/SKILL.md",
|
|
172
|
+
"sha256": "9264d6851b309ef5398a88a5ab0235f1a4b417214c37cee47877127e2468a674"
|
|
163
173
|
},
|
|
164
174
|
{
|
|
165
175
|
"path": "harness-review/checklist.md",
|
|
@@ -175,7 +185,7 @@
|
|
|
175
185
|
},
|
|
176
186
|
{
|
|
177
187
|
"path": "harness-review/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
188
|
+
"sha256": "0274ad59201dea0fe0a10b139cf2cd8d52596b75c7d35c1f7861f2ff3db48542"
|
|
179
189
|
},
|
|
180
190
|
{
|
|
181
191
|
"path": "harness-run/checklist.md",
|
|
@@ -191,7 +201,7 @@
|
|
|
191
201
|
},
|
|
192
202
|
{
|
|
193
203
|
"path": "harness-run/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
204
|
+
"sha256": "13000718c45aea7bf6bb6763a35f17217c9ba96ae9634301b16c4dc5ba981054"
|
|
195
205
|
},
|
|
196
206
|
{
|
|
197
207
|
"path": "harness-submit/checklist.md",
|
|
@@ -203,7 +213,7 @@
|
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-submit/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
216
|
+
"sha256": "ae5f5f81f2934b0c46f0539b34a1daf9ae2e4b43695baf5ef460e8d368e1a543"
|
|
207
217
|
},
|
|
208
218
|
{
|
|
209
219
|
"path": "harness-sync/reference.md",
|
|
@@ -211,7 +221,7 @@
|
|
|
211
221
|
},
|
|
212
222
|
{
|
|
213
223
|
"path": "harness-sync/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
224
|
+
"sha256": "8a838419354af5a9224e8fe21b209df6451dce0a6faa85b7dd9aa8cb2919945d"
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-test/checklist.md",
|
|
@@ -235,7 +245,7 @@
|
|
|
235
245
|
},
|
|
236
246
|
{
|
|
237
247
|
"path": "harness-test/SKILL.md",
|
|
238
|
-
"sha256": "
|
|
248
|
+
"sha256": "ea5e4401349d55c20b9520e00f165966d7850fd5dee2018b72d9f3626b87534b"
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -335,7 +345,7 @@
|
|
|
335
345
|
},
|
|
336
346
|
{
|
|
337
347
|
"path": "scripts/harness_events_sync.py",
|
|
338
|
-
"sha256": "
|
|
348
|
+
"sha256": "4d003e3d918ec6b18cf186a96def4cba10b0d4f756a0881451635e8e7cf968ec"
|
|
339
349
|
},
|
|
340
350
|
{
|
|
341
351
|
"path": "scripts/harness_events.py",
|
|
@@ -387,7 +397,7 @@
|
|
|
387
397
|
},
|
|
388
398
|
{
|
|
389
399
|
"path": "scripts/harness_plan_finalize.py",
|
|
390
|
-
"sha256": "
|
|
400
|
+
"sha256": "ef5845bac94a90f548d071457eb6a42e1c8516508302c4d49d95f6c325a40856"
|
|
391
401
|
},
|
|
392
402
|
{
|
|
393
403
|
"path": "scripts/harness_preflight.py",
|