@hunter-harness/workflow-harness 0.2.4 → 0.2.5
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 +1 -1
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +15 -3
- package/harness/bundles/general/claude-code/harness-run/checklist.md +7 -3
- package/harness/bundles/general/claude-code/harness-run/reference.md +3 -9
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +5 -3
- package/harness/bundles/general/claude-code/harness-submit/checklist.md +10 -1
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +14 -2
- package/harness/bundles/general/claude-code/harness-test/checklist.md +4 -0
- package/harness/bundles/general/claude-code/harness-test/reference.md +4 -4
- package/harness/bundles/general/claude-code/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/general/claude-code/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +111 -5
- package/harness/bundles/general/claude-code/scripts/harness_profile.py +29 -1
- package/harness/bundles/general/claude-code/scripts/harness_test_guard.py +502 -0
- 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 +1 -1
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +15 -3
- package/harness/bundles/general/codebuddy/harness-run/checklist.md +7 -3
- package/harness/bundles/general/codebuddy/harness-run/reference.md +3 -9
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +5 -3
- package/harness/bundles/general/codebuddy/harness-submit/checklist.md +10 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +14 -2
- package/harness/bundles/general/codebuddy/harness-test/checklist.md +4 -0
- package/harness/bundles/general/codebuddy/harness-test/reference.md +4 -4
- package/harness/bundles/general/codebuddy/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/general/codebuddy/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +111 -5
- package/harness/bundles/general/codebuddy/scripts/harness_profile.py +29 -1
- package/harness/bundles/general/codebuddy/scripts/harness_test_guard.py +502 -0
- 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 +1 -1
- package/harness/bundles/general/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +15 -3
- package/harness/bundles/general/codex/harness-run/checklist.md +7 -3
- package/harness/bundles/general/codex/harness-run/reference.md +3 -9
- package/harness/bundles/general/codex/harness-submit/SKILL.md +5 -3
- package/harness/bundles/general/codex/harness-submit/checklist.md +10 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-test/SKILL.md +14 -2
- package/harness/bundles/general/codex/harness-test/checklist.md +4 -0
- package/harness/bundles/general/codex/harness-test/reference.md +4 -4
- package/harness/bundles/general/codex/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/general/codex/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/general/codex/scripts/harness_ledger.py +111 -5
- package/harness/bundles/general/codex/scripts/harness_profile.py +29 -1
- package/harness/bundles/general/codex/scripts/harness_test_guard.py +502 -0
- 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 +1 -1
- package/harness/bundles/general/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +15 -3
- package/harness/bundles/general/cursor/harness-run/checklist.md +7 -3
- package/harness/bundles/general/cursor/harness-run/reference.md +3 -9
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +5 -3
- package/harness/bundles/general/cursor/harness-submit/checklist.md +10 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-test/SKILL.md +14 -2
- package/harness/bundles/general/cursor/harness-test/checklist.md +4 -0
- package/harness/bundles/general/cursor/harness-test/reference.md +4 -4
- package/harness/bundles/general/cursor/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/general/cursor/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +111 -5
- package/harness/bundles/general/cursor/scripts/harness_profile.py +29 -1
- package/harness/bundles/general/cursor/scripts/harness_test_guard.py +502 -0
- 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 +1 -1
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +18 -4
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +5 -3
- package/harness/bundles/java/claude-code/harness-submit/checklist.md +10 -1
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +16 -2
- package/harness/bundles/java/claude-code/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/java/claude-code/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +111 -5
- package/harness/bundles/java/claude-code/scripts/harness_profile.py +29 -1
- package/harness/bundles/java/claude-code/scripts/harness_test_guard.py +502 -0
- 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 +1 -1
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +18 -4
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +5 -3
- package/harness/bundles/java/codebuddy/harness-submit/checklist.md +10 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +16 -2
- package/harness/bundles/java/codebuddy/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/java/codebuddy/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +111 -5
- package/harness/bundles/java/codebuddy/scripts/harness_profile.py +29 -1
- package/harness/bundles/java/codebuddy/scripts/harness_test_guard.py +502 -0
- 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 +1 -1
- package/harness/bundles/java/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +18 -4
- package/harness/bundles/java/codex/harness-submit/SKILL.md +5 -3
- package/harness/bundles/java/codex/harness-submit/checklist.md +10 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-test/SKILL.md +16 -2
- package/harness/bundles/java/codex/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/java/codex/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/java/codex/scripts/harness_ledger.py +111 -5
- package/harness/bundles/java/codex/scripts/harness_profile.py +29 -1
- package/harness/bundles/java/codex/scripts/harness_test_guard.py +502 -0
- 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 +1 -1
- package/harness/bundles/java/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +18 -4
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +5 -3
- package/harness/bundles/java/cursor/harness-submit/checklist.md +10 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-test/SKILL.md +16 -2
- package/harness/bundles/java/cursor/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/java/cursor/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +111 -5
- package/harness/bundles/java/cursor/scripts/harness_profile.py +29 -1
- package/harness/bundles/java/cursor/scripts/harness_test_guard.py +502 -0
- package/harness/manifests/general/claude-code.json +25 -21
- package/harness/manifests/general/codebuddy.json +25 -21
- package/harness/manifests/general/codex.json +25 -21
- package/harness/manifests/general/cursor.json +25 -21
- package/harness/manifests/java/claude-code.json +23 -19
- package/harness/manifests/java/codebuddy.json +23 -19
- package/harness/manifests/java/codex.json +23 -19
- package/harness/manifests/java/cursor.json +23 -19
- package/hunter-workflow-family.json +2 -2
- package/package.json +1 -1
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.5",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "6a6a5395241e47bd3966d7944ad115739d620ac1d1af0b4cae3a0cec5f315cc5"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "agents/harness-evaluator.md",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"path": "harness-apidoc/SKILL.md",
|
|
38
|
-
"sha256": "
|
|
38
|
+
"sha256": "8b2bd19093f45d1ba8658b19c3a3eaa90282f1fd16b3a7a7dfbbde7993f79fa2"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-archive/checklist.md",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"path": "harness-archive/SKILL.md",
|
|
54
|
-
"sha256": "
|
|
54
|
+
"sha256": "61679dae559a642ebe682dc359e982a7a3ddf53a2fcce1c3589abbc415f5bc0d"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"path": "harness-codebase-map/SKILL.md",
|
|
74
|
-
"sha256": "
|
|
74
|
+
"sha256": "335bbece09d217010cf06503f83bdcd8d59101dfa7d7700fd99ca2b05417f43f"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -135,11 +135,11 @@
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
138
|
-
"sha256": "
|
|
138
|
+
"sha256": "91403bc6c46d18d72e7282a3c5fa0f06430e584f3dc0253e05639539e3c538a3"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-knowledge-query/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "18e8548a08740ec306678cfc639ad3413446cc01f99ed3cccb9e93bd235039c7"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-package/checklist.md",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-package/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
154
|
+
"sha256": "6ba066586554e9701fdab7d9310ba8f14caedf8da8b4346f2eb910148c277f25"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-plan/checklist.md",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-plan/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "262213a4e078418426882b699fd7d72eb74a86168b9a91a729d67d7206434f15"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-review/checklist.md",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-review/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "e75ce962f88d8cda340ae03999bad005128f96da84587f8eca1c53aa608ee502"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-run/checklist.md",
|
|
@@ -199,11 +199,11 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-run/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "1c77ab32e21814cbfab5fccef81a0fbb87e4bdaad6b380d1df065226192f1572"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-submit/checklist.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "6b2343c6e8fdfc32b92b7dcd404487b9d25c404790a6e232a2292e5b996f90a2"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-submit/reference.md",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-submit/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
214
|
+
"sha256": "1bd5ffffa9cc0aa630f4074e7cbf6127f879b81871fa7fc7671c42db7bc5ae51"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-sync/reference.md",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-sync/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
222
|
+
"sha256": "902c2710195a25158a07ec64898f7605617f4c0dbec5ba4d8309e449c84fd928"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-test/checklist.md",
|
|
@@ -243,11 +243,11 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-test/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "012c68f3448894ca38eb869001c1623a2ff683d98fc1724bb65cd810b553a7cd"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "protocols/archive-report-protocol.md",
|
|
250
|
-
"sha256": "
|
|
250
|
+
"sha256": "587047dfb6f308079d2bd9074f6b396570dfb11aecc401b0c63ae8edb5e806e4"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "protocols/ledger-protocol.md",
|
|
258
|
-
"sha256": "
|
|
258
|
+
"sha256": "2621749f0a1193015b185e3ebd5bd66e738db25fa091e4e27b3eaae06c950736"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "protocols/powershell-protocol.md",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "scripts/harness_ledger.py",
|
|
302
|
-
"sha256": "
|
|
302
|
+
"sha256": "36a9921ff70e17b3c8946db1846bf447607822ad90e17351b88efab189d15b41"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
"path": "scripts/harness_preflight.py",
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"path": "scripts/harness_profile.py",
|
|
310
|
-
"sha256": "
|
|
310
|
+
"sha256": "718e2f3a9e754850935e37c803bc16addb855061371b3351ec22fdc4b376c339"
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"path": "scripts/harness_service.py",
|
|
@@ -316,6 +316,10 @@
|
|
|
316
316
|
{
|
|
317
317
|
"path": "scripts/harness_state.py",
|
|
318
318
|
"sha256": "b33efacf9aba471f9f542f738c653acf274ed3ce57c4326520036e6df0f18966"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"path": "scripts/harness_test_guard.py",
|
|
322
|
+
"sha256": "a6ad6f3619babb9ffc2bab16b3184ec916cc34f52b977dc4a5446e3e76fc894e"
|
|
319
323
|
}
|
|
320
324
|
]
|
|
321
325
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.5",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "bcafb8ea3b0be6cd542adf5c935853038338ebc5b45d4c2cc6956154dcd16047"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "CONTEXT.md",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"path": "harness-apidoc/SKILL.md",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "15e2a6618262c9e99f88ff267e8003a637b0bcda2f861f404d22aacc240fb2c4"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "harness-archive/checklist.md",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-archive/SKILL.md",
|
|
42
|
-
"sha256": "
|
|
42
|
+
"sha256": "3fa396b98758e66428a963629d9c26c25aff401a55c2674c4cbbe980bf523fc9"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "harness-codebase-map/SKILL.md",
|
|
62
|
-
"sha256": "
|
|
62
|
+
"sha256": "42c02f71175236d25af50ee35503adcf0555bd7b326043c00f438c586fdead9e"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
126
|
-
"sha256": "
|
|
126
|
+
"sha256": "0cb0ccd87c06802807df6f97e5e5476dd37d16814567301f509b9df65c74e106"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-knowledge-query/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "788ffb4822789136e8e59736ab13313feeca9ea94f158ef43290ab0003d540f3"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-package/checklist.md",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-package/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "e1ca8f3b632022e4d23d32216272957ef4488df4aed88220d2d8ca14cec6376f"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-plan/checklist.md",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-plan/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "67bab1507e5846cddb38b174fe029c53a01aeafed0788ca743509576fd115461"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-review/checklist.md",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-review/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "996afca369ff78e3da4f877e988efcc0f3604250a2b2896f51e1479453310fb7"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-run/checklist.md",
|
|
@@ -187,11 +187,11 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-run/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "62dddb51b0562ec88c0265d805f2dc09479dd61431592fcc4a10ee6e614c473a"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-submit/checklist.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "6b2343c6e8fdfc32b92b7dcd404487b9d25c404790a6e232a2292e5b996f90a2"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-submit/reference.md",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-submit/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "147bacb0869507f1e959c85d66df6af99d6226abf9492258ab413208d9a53a46"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-sync/reference.md",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-sync/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "9ea46f736b9f4d11742769d128a9e5d6e94fd442e0f0ecd104d5df9adf8ada92"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-test/checklist.md",
|
|
@@ -231,11 +231,11 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-test/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
234
|
+
"sha256": "de0ba406eacfcd81c3b5d9ab3271c61f84c7b680430c1645e0fc85b7351e84a5"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "protocols/archive-report-protocol.md",
|
|
238
|
-
"sha256": "
|
|
238
|
+
"sha256": "587047dfb6f308079d2bd9074f6b396570dfb11aecc401b0c63ae8edb5e806e4"
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "protocols/ledger-protocol.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "2621749f0a1193015b185e3ebd5bd66e738db25fa091e4e27b3eaae06c950736"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "protocols/powershell-protocol.md",
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
"path": "scripts/harness_ledger.py",
|
|
290
|
-
"sha256": "
|
|
290
|
+
"sha256": "36a9921ff70e17b3c8946db1846bf447607822ad90e17351b88efab189d15b41"
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "scripts/harness_preflight.py",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"path": "scripts/harness_profile.py",
|
|
298
|
-
"sha256": "
|
|
298
|
+
"sha256": "718e2f3a9e754850935e37c803bc16addb855061371b3351ec22fdc4b376c339"
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "scripts/harness_service.py",
|
|
@@ -304,6 +304,10 @@
|
|
|
304
304
|
{
|
|
305
305
|
"path": "scripts/harness_state.py",
|
|
306
306
|
"sha256": "b33efacf9aba471f9f542f738c653acf274ed3ce57c4326520036e6df0f18966"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"path": "scripts/harness_test_guard.py",
|
|
310
|
+
"sha256": "a6ad6f3619babb9ffc2bab16b3184ec916cc34f52b977dc4a5446e3e76fc894e"
|
|
307
311
|
}
|
|
308
312
|
]
|
|
309
313
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "cursor",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.5",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "07802ab490b66e1c155ad7f81f03f07f32c799ec17f305dd1a1f27ae2c291033"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "CONTEXT.md",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"path": "harness-apidoc/SKILL.md",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "adfdc8c2dbd560cd6140bb62d7e4b497c4df27d6cde72b5390e5eb38a9e8b239"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "harness-archive/checklist.md",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-archive/SKILL.md",
|
|
42
|
-
"sha256": "
|
|
42
|
+
"sha256": "9cfd8cbc4bfa4b83268e0dc90301faf1410aeb6ae14cd73da217d2d1b3d38d4c"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "harness-codebase-map/SKILL.md",
|
|
62
|
-
"sha256": "
|
|
62
|
+
"sha256": "af974dee3fa0eac2825a9598ba3e99993370f7b0293208e75e26b84342575086"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
126
|
-
"sha256": "
|
|
126
|
+
"sha256": "ec15a5aaabb70e0a4f60e429edd5a5811f726244729aa1434591616d8dd72340"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-knowledge-query/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "4722c0cee3ddcb29e8fbcc6350d4a19b5625da527e69bda529230da71cb5fba7"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-package/checklist.md",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-package/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "e61788d3829aa025e09b1ce9076ad62c0717bdc544f2f081ef66a0ee9ff31c59"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-plan/checklist.md",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-plan/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "401496f798a348f78cdfc60ae18cca35da86554033432a81903b9abc546a71ba"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-review/checklist.md",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-review/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "259bb78be88e29cf73bc72d6d4099b3b705ac6f83049deab0c25e4aa281ea875"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-run/checklist.md",
|
|
@@ -187,11 +187,11 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-run/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "03e5012fdca1ad915f4ee9befca8919c182d6b7a3f0df2365b49f6b80ca75d4d"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-submit/checklist.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "6b2343c6e8fdfc32b92b7dcd404487b9d25c404790a6e232a2292e5b996f90a2"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-submit/reference.md",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-submit/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "2082fb9a644223c8c115eb1b1f6673418a403c7dbf8d6d85c0970f2a9dcb50bb"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-sync/reference.md",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-sync/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "cdacd439e0d73e11b8e4ddb185f232592690131cf9a1b612b53d67a0050a98ad"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-test/checklist.md",
|
|
@@ -231,11 +231,11 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-test/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
234
|
+
"sha256": "94ef1edfa064ee0aa13fee14390100f4819b2ad38b587255568860b94de1973d"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"path": "protocols/archive-report-protocol.md",
|
|
238
|
-
"sha256": "
|
|
238
|
+
"sha256": "587047dfb6f308079d2bd9074f6b396570dfb11aecc401b0c63ae8edb5e806e4"
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "protocols/ledger-protocol.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "2621749f0a1193015b185e3ebd5bd66e738db25fa091e4e27b3eaae06c950736"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "protocols/powershell-protocol.md",
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
"path": "scripts/harness_ledger.py",
|
|
290
|
-
"sha256": "
|
|
290
|
+
"sha256": "36a9921ff70e17b3c8946db1846bf447607822ad90e17351b88efab189d15b41"
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "scripts/harness_preflight.py",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"path": "scripts/harness_profile.py",
|
|
298
|
-
"sha256": "
|
|
298
|
+
"sha256": "718e2f3a9e754850935e37c803bc16addb855061371b3351ec22fdc4b376c339"
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "scripts/harness_service.py",
|
|
@@ -304,6 +304,10 @@
|
|
|
304
304
|
{
|
|
305
305
|
"path": "scripts/harness_state.py",
|
|
306
306
|
"sha256": "b33efacf9aba471f9f542f738c653acf274ed3ce57c4326520036e6df0f18966"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"path": "scripts/harness_test_guard.py",
|
|
310
|
+
"sha256": "a6ad6f3619babb9ffc2bab16b3184ec916cc34f52b977dc4a5446e3e76fc894e"
|
|
307
311
|
}
|
|
308
312
|
]
|
|
309
313
|
}
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
"general",
|
|
7
7
|
"java"
|
|
8
8
|
],
|
|
9
|
-
"bundle_version": "0.2.
|
|
10
|
-
"content_sha256": "sha256:
|
|
9
|
+
"bundle_version": "0.2.5",
|
|
10
|
+
"content_sha256": "sha256:3be66319a6fcf8866bad60b5d48e2d8ed6be881246111823823ccef60ccd8de2"
|
|
11
11
|
}
|