@hunter-harness/workflow-harness 0.2.53 → 0.2.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/harness/bundles/general/claude-code/.harness-build.json +1 -1
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +4 -3
- package/harness/bundles/general/claude-code/harness-plan/checklist.md +2 -1
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +6 -4
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +4 -4
- package/harness/bundles/general/claude-code/harness-run/reference.md +2 -2
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +5 -3
- package/harness/bundles/general/claude-code/harness-test/reference.md +1 -1
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +46 -7
- package/harness/bundles/general/claude-code/scripts/harness_context.py +123 -22
- package/harness/bundles/general/claude-code/scripts/harness_events.py +40 -1
- package/harness/bundles/general/claude-code/scripts/harness_events_sync.py +236 -10
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +165 -1
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +2 -0
- package/harness/bundles/general/claude-code/scripts/harness_plan_finalize.py +2 -0
- package/harness/bundles/general/claude-code/scripts/harness_test_guard.py +37 -44
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +4 -3
- package/harness/bundles/general/codebuddy/harness-plan/checklist.md +2 -1
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +6 -4
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +4 -4
- package/harness/bundles/general/codebuddy/harness-run/reference.md +2 -2
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +5 -3
- package/harness/bundles/general/codebuddy/harness-test/reference.md +1 -1
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +46 -7
- package/harness/bundles/general/codebuddy/scripts/harness_context.py +123 -22
- package/harness/bundles/general/codebuddy/scripts/harness_events.py +40 -1
- package/harness/bundles/general/codebuddy/scripts/harness_events_sync.py +236 -10
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +165 -1
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +2 -0
- package/harness/bundles/general/codebuddy/scripts/harness_plan_finalize.py +2 -0
- package/harness/bundles/general/codebuddy/scripts/harness_test_guard.py +37 -44
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/SKILL.md +4 -3
- package/harness/bundles/general/codex/harness-plan/checklist.md +2 -1
- 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/reference.md +2 -2
- package/harness/bundles/general/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-test/SKILL.md +5 -3
- package/harness/bundles/general/codex/harness-test/reference.md +1 -1
- package/harness/bundles/general/codex/scripts/harness_archive.py +46 -7
- package/harness/bundles/general/codex/scripts/harness_context.py +123 -22
- package/harness/bundles/general/codex/scripts/harness_events.py +40 -1
- package/harness/bundles/general/codex/scripts/harness_events_sync.py +236 -10
- package/harness/bundles/general/codex/scripts/harness_gate.py +165 -1
- package/harness/bundles/general/codex/scripts/harness_ledger.py +2 -0
- package/harness/bundles/general/codex/scripts/harness_plan_finalize.py +2 -0
- package/harness/bundles/general/codex/scripts/harness_test_guard.py +37 -44
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +4 -3
- package/harness/bundles/general/cursor/harness-plan/checklist.md +2 -1
- 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/reference.md +2 -2
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-test/SKILL.md +5 -3
- package/harness/bundles/general/cursor/harness-test/reference.md +1 -1
- package/harness/bundles/general/cursor/scripts/harness_archive.py +46 -7
- package/harness/bundles/general/cursor/scripts/harness_context.py +123 -22
- package/harness/bundles/general/cursor/scripts/harness_events.py +40 -1
- package/harness/bundles/general/cursor/scripts/harness_events_sync.py +236 -10
- package/harness/bundles/general/cursor/scripts/harness_gate.py +165 -1
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +2 -0
- package/harness/bundles/general/cursor/scripts/harness_plan_finalize.py +2 -0
- package/harness/bundles/general/cursor/scripts/harness_test_guard.py +37 -44
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +4 -3
- package/harness/bundles/java/claude-code/harness-plan/checklist.md +2 -1
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +6 -4
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +4 -4
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +5 -3
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +46 -7
- package/harness/bundles/java/claude-code/scripts/harness_context.py +123 -22
- package/harness/bundles/java/claude-code/scripts/harness_events.py +40 -1
- package/harness/bundles/java/claude-code/scripts/harness_events_sync.py +236 -10
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +165 -1
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +2 -0
- package/harness/bundles/java/claude-code/scripts/harness_plan_finalize.py +2 -0
- package/harness/bundles/java/claude-code/scripts/harness_test_guard.py +37 -44
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +4 -3
- package/harness/bundles/java/codebuddy/harness-plan/checklist.md +2 -1
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +6 -4
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +4 -4
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +5 -3
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +46 -7
- package/harness/bundles/java/codebuddy/scripts/harness_context.py +123 -22
- package/harness/bundles/java/codebuddy/scripts/harness_events.py +40 -1
- package/harness/bundles/java/codebuddy/scripts/harness_events_sync.py +236 -10
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +165 -1
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +2 -0
- package/harness/bundles/java/codebuddy/scripts/harness_plan_finalize.py +2 -0
- package/harness/bundles/java/codebuddy/scripts/harness_test_guard.py +37 -44
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-plan/SKILL.md +4 -3
- package/harness/bundles/java/codex/harness-plan/checklist.md +2 -1
- 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 +1 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-test/SKILL.md +5 -3
- package/harness/bundles/java/codex/scripts/harness_archive.py +46 -7
- package/harness/bundles/java/codex/scripts/harness_context.py +123 -22
- package/harness/bundles/java/codex/scripts/harness_events.py +40 -1
- package/harness/bundles/java/codex/scripts/harness_events_sync.py +236 -10
- package/harness/bundles/java/codex/scripts/harness_gate.py +165 -1
- package/harness/bundles/java/codex/scripts/harness_ledger.py +2 -0
- package/harness/bundles/java/codex/scripts/harness_plan_finalize.py +2 -0
- package/harness/bundles/java/codex/scripts/harness_test_guard.py +37 -44
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +4 -3
- package/harness/bundles/java/cursor/harness-plan/checklist.md +2 -1
- 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 +1 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-test/SKILL.md +5 -3
- package/harness/bundles/java/cursor/scripts/harness_archive.py +46 -7
- package/harness/bundles/java/cursor/scripts/harness_context.py +123 -22
- package/harness/bundles/java/cursor/scripts/harness_events.py +40 -1
- package/harness/bundles/java/cursor/scripts/harness_events_sync.py +236 -10
- package/harness/bundles/java/cursor/scripts/harness_gate.py +165 -1
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +2 -0
- package/harness/bundles/java/cursor/scripts/harness_plan_finalize.py +2 -0
- package/harness/bundles/java/cursor/scripts/harness_test_guard.py +37 -44
- package/harness/manifests/general/claude-code.json +24 -24
- package/harness/manifests/general/codebuddy.json +24 -24
- package/harness/manifests/general/codex.json +24 -24
- package/harness/manifests/general/cursor.json +24 -24
- package/harness/manifests/java/claude-code.json +24 -24
- package/harness/manifests/java/codebuddy.json +24 -24
- package/harness/manifests/java/codex.json +24 -24
- package/harness/manifests/java/cursor.json +24 -24
- package/hunter-workflow-family.json +5 -4
- package/package.json +1 -1
|
@@ -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.44",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.60",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
{
|
|
25
25
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "e332b9292ffcc81a254e78d7c5022f12fe43224f11f6aea3d8818d79c42f87e1"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/SKILL.md",
|
|
86
|
-
"sha256": "
|
|
86
|
+
"sha256": "2910c35bf7b914f133f7b1640b929372d6881ea1bb0590ca20ed27acab9a2ce0"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"path": "harness-codebase-map/SKILL.md",
|
|
106
|
-
"sha256": "
|
|
106
|
+
"sha256": "7fe5c48b736c0d887b5bb3b46785326b24db44c7dcb40122711542920c5fa42c"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -143,15 +143,15 @@
|
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
146
|
+
"sha256": "64179f6353b33abdfdd63e1d483f58e08d02264e7857f212ed005b98cd0b7de6"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-knowledge-query/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
150
|
+
"sha256": "edc8fcc7b7731666754d1e9368678ae388c7fa2e770e0cd05b91938645da6c33"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-plan/checklist.md",
|
|
154
|
-
"sha256": "
|
|
154
|
+
"sha256": "03584061a5d51b9c4349f13cbe66e757dd29bfc64ed6a4510f0bd731afd76568"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-plan/protocols.md",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-plan/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "00f6312a99063a8d84ec4dfa0401f974e0a3504623cbc21ed9bb1bb4e181fbea"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-review/checklist.md",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-review/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "a9f300b1c0678eee35337a9b0414f24657e7b9bb78d979d57876abbaf972fbbd"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-run/checklist.md",
|
|
@@ -191,11 +191,11 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-run/reference.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "b034bab5f5f8b9a39cebc705bd8e0d3f5d7065dc0a0070f64499dc81f9d7fd67"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-run/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
198
|
+
"sha256": "3ea7739ea2710f9b73cc6910da8193bc12e1e1e191f242aea123b22ff66b90fb"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-submit/checklist.md",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-submit/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "b59e521626d172c5c0fe9219003337e58439daf2a2d532c2ef1538ada05906f8"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-sync/reference.md",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-sync/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "94622833758b8fb769b7fe407ed96edf890a6aa9060eaf7234aa9c493b49291c"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-test/checklist.md",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-test/reference.md",
|
|
234
|
-
"sha256": "
|
|
234
|
+
"sha256": "72ca942018df10857c03f0ee23df45633a8aa4f3f2e635a44e731219a9985c2f"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "harness-test/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
242
|
+
"sha256": "07765bc51194c4d3db4ad0c6d32895ffecf69be9accb3de939db120be8813feb"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"path": "scripts/harness_archive.py",
|
|
314
|
-
"sha256": "
|
|
314
|
+
"sha256": "97a4207a24177761af57e308c7b684c0664f866e8b0d618800916d97c580f8e5"
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"path": "scripts/harness_change.py",
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"path": "scripts/harness_context.py",
|
|
326
|
-
"sha256": "
|
|
326
|
+
"sha256": "fa9557ffffba3866582054305aa74894dd3516eab9c6d088b705146b8e7e8729"
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
329
|
"path": "scripts/harness_deploy.py",
|
|
@@ -339,11 +339,11 @@
|
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
"path": "scripts/harness_events_sync.py",
|
|
342
|
-
"sha256": "
|
|
342
|
+
"sha256": "b5b6438cec03524b2837319d5889ffe5e94de88c98f52baa83fefebbd170e88b"
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
345
|
"path": "scripts/harness_events.py",
|
|
346
|
-
"sha256": "
|
|
346
|
+
"sha256": "59cccc6ddc24597c15f0542894b2d3a860ba581a5e6ecf277083bac2de94d589"
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"path": "scripts/harness_gate.py",
|
|
358
|
-
"sha256": "
|
|
358
|
+
"sha256": "e6bbb9d177e8261d8c77ef55fdf87e9daf164ae9361ce09bb4e294c1c7f091ac"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "scripts/harness_headless.py",
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"path": "scripts/harness_ledger.py",
|
|
370
|
-
"sha256": "
|
|
370
|
+
"sha256": "eea0c064f1430e1c98df1401eec5c11f12ac3e2be9476fe94b78b84d85d17fac"
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"path": "scripts/harness_plan_finalize.py",
|
|
394
|
-
"sha256": "
|
|
394
|
+
"sha256": "d415186905d314e9d768b9527b5564063060e524b359ffa5ba459ff1ad2b8fa1"
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"path": "scripts/harness_preflight.py",
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
},
|
|
440
440
|
{
|
|
441
441
|
"path": "scripts/harness_test_guard.py",
|
|
442
|
-
"sha256": "
|
|
442
|
+
"sha256": "a6ef4107e6ee32038753262623d2ff01c86cc640b42183c7117ed0da943c5742"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
445
|
"path": "scripts/harness_test_runner.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.44",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.60",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
{
|
|
25
25
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "117d834239149e77fdcf8585a45b57e0a8453bbf632cecad929d7bb5b2013e30"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"path": "harness-apidoc/SKILL.md",
|
|
94
|
-
"sha256": "
|
|
94
|
+
"sha256": "cc8a19e4986579a58fbd69ae10ef0b33e429bf8418bb6cc66d9dd9e491776214"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/checklist.md",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"path": "harness-archive/SKILL.md",
|
|
110
|
-
"sha256": "
|
|
110
|
+
"sha256": "82ad650fdcbc58b8dc4825ff70b9e01093c6bb2cb4a37904b7f39bd951893882"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-codebase-map/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "bdf94b38a80add3104ea3b9700b9a7fd2cd7dd0c9f8409c3831401a98343df6c"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -167,11 +167,11 @@
|
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "160ff4c2b0df75346a2719822d070f16f8fbe1bc9b94425fe826fae660a5fd34"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-knowledge-query/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "27d56b1e82e8ceb589ce89e29ff1ef8fcfb5fb54afb8f7e499ffb12ebf2819b4"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-package/checklist.md",
|
|
@@ -183,11 +183,11 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-package/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "fffec67d19d9e2e3931e3c66cb730d795a9ae2e457d9afee52060900dff570b7"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-plan/checklist.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "03584061a5d51b9c4349f13cbe66e757dd29bfc64ed6a4510f0bd731afd76568"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-plan/protocols.md",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-plan/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "73d512ebdf72e9f5dad8ba4f76c59eac80d0cfc7713529dc0a53be61a4bd692c"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-review/checklist.md",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-review/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "0956bf9453884e574f23a891fb5a645c7290c280bdbd8f7d7de8dec4958e946e"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-run/checklist.md",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-run/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
234
|
+
"sha256": "b6b05f9e64dbc80646632dea8dcf569f7aa9b3895e2d5f1b28b9bb2667bb117a"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "harness-submit/checklist.md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-submit/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "bc13d8c375b4a1c91d38685c71d7e76b9ac8c66ce3d16ce7b86f0cc71495e1d0"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-sync/reference.md",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "harness-sync/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "9d7eb11cd0e51f09dc52e2e499894ea54887e33bbde7d3640ab0472208dbcfac"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "harness-test/checklist.md",
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"path": "harness-test/SKILL.md",
|
|
278
|
-
"sha256": "
|
|
278
|
+
"sha256": "8d03b92728f039a9c2b83c8a93468955067f4f3c7e2f79599850901d4696429e"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"path": "scripts/harness_archive.py",
|
|
350
|
-
"sha256": "
|
|
350
|
+
"sha256": "97a4207a24177761af57e308c7b684c0664f866e8b0d618800916d97c580f8e5"
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"path": "scripts/harness_change.py",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "scripts/harness_context.py",
|
|
362
|
-
"sha256": "
|
|
362
|
+
"sha256": "fa9557ffffba3866582054305aa74894dd3516eab9c6d088b705146b8e7e8729"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_deploy.py",
|
|
@@ -375,11 +375,11 @@
|
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"path": "scripts/harness_events_sync.py",
|
|
378
|
-
"sha256": "
|
|
378
|
+
"sha256": "b5b6438cec03524b2837319d5889ffe5e94de88c98f52baa83fefebbd170e88b"
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"path": "scripts/harness_events.py",
|
|
382
|
-
"sha256": "
|
|
382
|
+
"sha256": "59cccc6ddc24597c15f0542894b2d3a860ba581a5e6ecf277083bac2de94d589"
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"path": "scripts/harness_gate.py",
|
|
394
|
-
"sha256": "
|
|
394
|
+
"sha256": "e6bbb9d177e8261d8c77ef55fdf87e9daf164ae9361ce09bb4e294c1c7f091ac"
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"path": "scripts/harness_headless.py",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"path": "scripts/harness_ledger.py",
|
|
406
|
-
"sha256": "
|
|
406
|
+
"sha256": "eea0c064f1430e1c98df1401eec5c11f12ac3e2be9476fe94b78b84d85d17fac"
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
409
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"path": "scripts/harness_plan_finalize.py",
|
|
430
|
-
"sha256": "
|
|
430
|
+
"sha256": "d415186905d314e9d768b9527b5564063060e524b359ffa5ba459ff1ad2b8fa1"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"path": "scripts/harness_preflight.py",
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
477
|
"path": "scripts/harness_test_guard.py",
|
|
478
|
-
"sha256": "
|
|
478
|
+
"sha256": "a6ef4107e6ee32038753262623d2ff01c86cc640b42183c7117ed0da943c5742"
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
481
|
"path": "scripts/harness_test_runner.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.44",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.60",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
{
|
|
25
25
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "0fd5b7f268d72a55e026d0ebd27e7b3ab07cd4c06950724540be396bc64ea26e"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"path": "harness-apidoc/SKILL.md",
|
|
94
|
-
"sha256": "
|
|
94
|
+
"sha256": "41c6deb30e902ed0c23a4ddad743cabf497401f2c836a87452e139a8e27f9d37"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/checklist.md",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"path": "harness-archive/SKILL.md",
|
|
110
|
-
"sha256": "
|
|
110
|
+
"sha256": "0d7036de68a2ba6dd17eeef47b6db54389a3215163fd165b2402e8b21981da2d"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-codebase-map/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "318060cefb8845030dd00b30e503a16d09ff2ae4734da9cfbc681f8b95fdf9e4"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -167,11 +167,11 @@
|
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "f9f3a587a5e7b09ce8cf6fb5b32349601ece2d5ddc2a0e7e78b5a33f1c19b3bb"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-knowledge-query/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "a1f202cab1d82d25f8e589d5326e1c0367f0d60c32a1caede456f23ed7cbb40f"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-package/checklist.md",
|
|
@@ -183,11 +183,11 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-package/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "9f79632c264e651ca51258e0ebdd44140a3771660a7ba4a2243090f4d72c0797"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-plan/checklist.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "03584061a5d51b9c4349f13cbe66e757dd29bfc64ed6a4510f0bd731afd76568"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-plan/protocols.md",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-plan/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "b1fa679d4f499a55db90e2e0be0c2e4e88e38f2b60b3842dc7d743386a05e6a7"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-review/checklist.md",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-review/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "4c498d72e547cde84cbbb3a38f4c33cb152717cb7defbac53c69a014d8fcf577"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-run/checklist.md",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-run/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
234
|
+
"sha256": "559ef19bbc81f41d82835a64a05331f7a4a053d166a4fe61b10a7e817b0edc27"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "harness-submit/checklist.md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-submit/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "ca892561b3ebf69c3045c85cf41293efa7b0c8a67f144e8d2ef978d0c6ef619d"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-sync/reference.md",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "harness-sync/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "f0b0fd38b081cbd0d9eca2b109ea99bf7bcf4776dccd3b0c2bc0f1472a2e31fb"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "harness-test/checklist.md",
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"path": "harness-test/SKILL.md",
|
|
278
|
-
"sha256": "
|
|
278
|
+
"sha256": "6de8856b40e9ede627041b465b90c87c5adef2fb9cf66bf05827e20ccaaee737"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"path": "scripts/harness_archive.py",
|
|
350
|
-
"sha256": "
|
|
350
|
+
"sha256": "97a4207a24177761af57e308c7b684c0664f866e8b0d618800916d97c580f8e5"
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"path": "scripts/harness_change.py",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "scripts/harness_context.py",
|
|
362
|
-
"sha256": "
|
|
362
|
+
"sha256": "fa9557ffffba3866582054305aa74894dd3516eab9c6d088b705146b8e7e8729"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"path": "scripts/harness_deploy.py",
|
|
@@ -375,11 +375,11 @@
|
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"path": "scripts/harness_events_sync.py",
|
|
378
|
-
"sha256": "
|
|
378
|
+
"sha256": "b5b6438cec03524b2837319d5889ffe5e94de88c98f52baa83fefebbd170e88b"
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"path": "scripts/harness_events.py",
|
|
382
|
-
"sha256": "
|
|
382
|
+
"sha256": "59cccc6ddc24597c15f0542894b2d3a860ba581a5e6ecf277083bac2de94d589"
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"path": "scripts/harness_gate.py",
|
|
394
|
-
"sha256": "
|
|
394
|
+
"sha256": "e6bbb9d177e8261d8c77ef55fdf87e9daf164ae9361ce09bb4e294c1c7f091ac"
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"path": "scripts/harness_headless.py",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"path": "scripts/harness_ledger.py",
|
|
406
|
-
"sha256": "
|
|
406
|
+
"sha256": "eea0c064f1430e1c98df1401eec5c11f12ac3e2be9476fe94b78b84d85d17fac"
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
409
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"path": "scripts/harness_plan_finalize.py",
|
|
430
|
-
"sha256": "
|
|
430
|
+
"sha256": "d415186905d314e9d768b9527b5564063060e524b359ffa5ba459ff1ad2b8fa1"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"path": "scripts/harness_preflight.py",
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
477
|
"path": "scripts/harness_test_guard.py",
|
|
478
|
-
"sha256": "
|
|
478
|
+
"sha256": "a6ef4107e6ee32038753262623d2ff01c86cc640b42183c7117ed0da943c5742"
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
481
|
"path": "scripts/harness_test_runner.py",
|