@hunter-harness/workflow-harness 0.2.77 → 0.2.79
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 +17 -2
- 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-pull/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-push/SKILL.md +16 -6
- 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/protocols/powershell-protocol.md +20 -0
- package/harness/bundles/general/claude-code/protocols/sensitive-info-protocol.md +5 -0
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +459 -46
- package/harness/bundles/general/claude-code/scripts/harness_check_gate.py +2 -0
- package/harness/bundles/general/claude-code/scripts/harness_context.py +4 -0
- package/harness/bundles/general/claude-code/scripts/harness_fixback.py +102 -3
- package/harness/bundles/general/claude-code/scripts/harness_knowledge_candidates.py +262 -0
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +4 -0
- package/harness/bundles/general/claude-code/scripts/harness_runtime.py +82 -4
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +17 -2
- 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-pull/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-push/SKILL.md +15 -5
- 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/protocols/powershell-protocol.md +20 -0
- package/harness/bundles/general/codebuddy/protocols/sensitive-info-protocol.md +5 -0
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +459 -46
- package/harness/bundles/general/codebuddy/scripts/harness_check_gate.py +2 -0
- package/harness/bundles/general/codebuddy/scripts/harness_context.py +4 -0
- package/harness/bundles/general/codebuddy/scripts/harness_fixback.py +102 -3
- package/harness/bundles/general/codebuddy/scripts/harness_knowledge_candidates.py +262 -0
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +4 -0
- package/harness/bundles/general/codebuddy/scripts/harness_runtime.py +82 -4
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/harness-archive/SKILL.md +17 -2
- 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-pull/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-push/SKILL.md +15 -5
- 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/protocols/powershell-protocol.md +20 -0
- package/harness/bundles/general/codex/protocols/sensitive-info-protocol.md +5 -0
- package/harness/bundles/general/codex/scripts/harness_archive.py +459 -46
- package/harness/bundles/general/codex/scripts/harness_check_gate.py +2 -0
- package/harness/bundles/general/codex/scripts/harness_context.py +4 -0
- package/harness/bundles/general/codex/scripts/harness_fixback.py +102 -3
- package/harness/bundles/general/codex/scripts/harness_knowledge_candidates.py +262 -0
- package/harness/bundles/general/codex/scripts/harness_ledger.py +4 -0
- package/harness/bundles/general/codex/scripts/harness_runtime.py +82 -4
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +17 -2
- 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-pull/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-push/SKILL.md +15 -5
- 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/protocols/powershell-protocol.md +20 -0
- package/harness/bundles/general/cursor/protocols/sensitive-info-protocol.md +5 -0
- package/harness/bundles/general/cursor/scripts/harness_archive.py +459 -46
- package/harness/bundles/general/cursor/scripts/harness_check_gate.py +2 -0
- package/harness/bundles/general/cursor/scripts/harness_context.py +4 -0
- package/harness/bundles/general/cursor/scripts/harness_fixback.py +102 -3
- package/harness/bundles/general/cursor/scripts/harness_knowledge_candidates.py +262 -0
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +4 -0
- package/harness/bundles/general/cursor/scripts/harness_runtime.py +82 -4
- 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 +17 -2
- 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-pull/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-push/SKILL.md +16 -6
- 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/protocols/powershell-protocol.md +20 -0
- package/harness/bundles/java/claude-code/protocols/sensitive-info-protocol.md +5 -0
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +459 -46
- package/harness/bundles/java/claude-code/scripts/harness_check_gate.py +2 -0
- package/harness/bundles/java/claude-code/scripts/harness_context.py +4 -0
- package/harness/bundles/java/claude-code/scripts/harness_fixback.py +102 -3
- package/harness/bundles/java/claude-code/scripts/harness_knowledge_candidates.py +262 -0
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +4 -0
- package/harness/bundles/java/claude-code/scripts/harness_runtime.py +82 -4
- 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 +17 -2
- 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-pull/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-push/SKILL.md +15 -5
- 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/protocols/powershell-protocol.md +20 -0
- package/harness/bundles/java/codebuddy/protocols/sensitive-info-protocol.md +5 -0
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +459 -46
- package/harness/bundles/java/codebuddy/scripts/harness_check_gate.py +2 -0
- package/harness/bundles/java/codebuddy/scripts/harness_context.py +4 -0
- package/harness/bundles/java/codebuddy/scripts/harness_fixback.py +102 -3
- package/harness/bundles/java/codebuddy/scripts/harness_knowledge_candidates.py +262 -0
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +4 -0
- package/harness/bundles/java/codebuddy/scripts/harness_runtime.py +82 -4
- 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 +17 -2
- 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-pull/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-push/SKILL.md +15 -5
- 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/protocols/powershell-protocol.md +20 -0
- package/harness/bundles/java/codex/protocols/sensitive-info-protocol.md +5 -0
- package/harness/bundles/java/codex/scripts/harness_archive.py +459 -46
- package/harness/bundles/java/codex/scripts/harness_check_gate.py +2 -0
- package/harness/bundles/java/codex/scripts/harness_context.py +4 -0
- package/harness/bundles/java/codex/scripts/harness_fixback.py +102 -3
- package/harness/bundles/java/codex/scripts/harness_knowledge_candidates.py +262 -0
- package/harness/bundles/java/codex/scripts/harness_ledger.py +4 -0
- package/harness/bundles/java/codex/scripts/harness_runtime.py +82 -4
- 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 +17 -2
- 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-pull/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-push/SKILL.md +15 -5
- 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/protocols/powershell-protocol.md +20 -0
- package/harness/bundles/java/cursor/protocols/sensitive-info-protocol.md +5 -0
- package/harness/bundles/java/cursor/scripts/harness_archive.py +459 -46
- package/harness/bundles/java/cursor/scripts/harness_check_gate.py +2 -0
- package/harness/bundles/java/cursor/scripts/harness_context.py +4 -0
- package/harness/bundles/java/cursor/scripts/harness_fixback.py +102 -3
- package/harness/bundles/java/cursor/scripts/harness_knowledge_candidates.py +262 -0
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +4 -0
- package/harness/bundles/java/cursor/scripts/harness_runtime.py +82 -4
- package/harness/manifests/general/claude-code.json +27 -23
- package/harness/manifests/general/codebuddy.json +27 -23
- package/harness/manifests/general/codex.json +27 -23
- package/harness/manifests/general/cursor.json +27 -23
- package/harness/manifests/java/claude-code.json +29 -25
- package/harness/manifests/java/codebuddy.json +29 -25
- package/harness/manifests/java/codex.json +29 -25
- package/harness/manifests/java/cursor.json +29 -25
- package/hunter-workflow-family.json +5 -5
- 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.68",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.87",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "04e875fa1c183406959428e1e19e40a0ac1d0a862ee5a49c431b698af01219b1"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/SKILL.md",
|
|
88
|
-
"sha256": "
|
|
88
|
+
"sha256": "83de1768a6d9fd2615b050975b4828f05a62986e25e7df5a93d3bec319662fa0"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-codebase-map/SKILL.md",
|
|
104
|
-
"sha256": "
|
|
104
|
+
"sha256": "dfb52f3658f54532d8c5d557574c3d273cc89812ca49ee7a55765e36850e93d0"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -141,11 +141,11 @@
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
144
|
-
"sha256": "
|
|
144
|
+
"sha256": "c3af1e29f82d7c243070811ddfea29482931bb37b234d5842a626745de3de25a"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"path": "harness-knowledge-query/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
148
|
+
"sha256": "6a0aac55949989853bb405c6c7ee0e07fbb0e33da54e127b96386542f0caa60c"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"path": "harness-plan/checklist.md",
|
|
@@ -161,15 +161,15 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-plan/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "10c58f5d5a242fb463c55ada938f6056514be8d933754f5d7ee881495177aabb"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-pull/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "c78afb5acef858ee783e1138ee0aeee20d0e12c53f8188cd72f55e9dc4f893e2"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-push/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "1c05597fa9e8cf2b53782f2cabe1c3b47e0c6844f1f127a93167cbd9f8047c52"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-review/checklist.md",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-review/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "c38874813e292c2a1dc46d69e9bda20a443311fc4ba2084284daed09d074c562"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-run/checklist.md",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-run/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "1590782ce494eabba62eae234a7e1e8ca341315b909dc27cc912a3082023604e"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-submit/checklist.md",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-submit/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "27e6e0af4b3b1c17e90c60c8a09cd8f161c494ec767e333ec496d53dc39e268f"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-sync/reference.md",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-sync/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "313703175e0712c0ee2a82867ad72086e560839e31105fba2348d5e94bc2353c"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-test/checklist.md",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-test/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
248
|
+
"sha256": "cec6d12280171c00a856fb60ff23f42e584f94bd350d543faaf0357090c4eb65"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
"path": "protocols/powershell-protocol.md",
|
|
284
|
-
"sha256": "
|
|
284
|
+
"sha256": "6812ea19e75474a2ab668854c4d08f693e0cc2a577c3ec0542f0d3811883f4fa"
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
287
|
"path": "protocols/registry-governance-protocol.md",
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
295
|
"path": "protocols/sensitive-info-protocol.md",
|
|
296
|
-
"sha256": "
|
|
296
|
+
"sha256": "12bb3bb6d51030340835cfc3b7483ff81c8a65dab427309cc9a6ccba9b52d2b3"
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
"path": "protocols/state-layout-protocol.md",
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
"path": "scripts/harness_archive.py",
|
|
320
|
-
"sha256": "
|
|
320
|
+
"sha256": "0c3b8d9e14aedfd569bf38ce4f6d0ff9a168b3015f2b5fe685a58cb3e40f030b"
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"path": "scripts/harness_change.py",
|
|
@@ -325,11 +325,11 @@
|
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
327
|
"path": "scripts/harness_check_gate.py",
|
|
328
|
-
"sha256": "
|
|
328
|
+
"sha256": "a4965d22d27bc4105db24a55e1fb6d1f94f7c1e970c75b809e470130df53814c"
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"path": "scripts/harness_context.py",
|
|
332
|
-
"sha256": "
|
|
332
|
+
"sha256": "e61bbeb3073d77a34ac9aefb13421c187a8d16c8f95597d1ca50d91b0c6af1d2"
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
"path": "scripts/harness_deploy.py",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_fixback.py",
|
|
360
|
-
"sha256": "
|
|
360
|
+
"sha256": "287bac38427c7fe60de5384d2b867df9d4cf7be2fd03fbffa307f3ac63b55bfd"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_gate.py",
|
|
@@ -371,9 +371,13 @@
|
|
|
371
371
|
"path": "scripts/harness_integration.py",
|
|
372
372
|
"sha256": "cded86ca9fb6b87301945b4d81919e5d0301730c0bb75c925e0d4c8246851d30"
|
|
373
373
|
},
|
|
374
|
+
{
|
|
375
|
+
"path": "scripts/harness_knowledge_candidates.py",
|
|
376
|
+
"sha256": "efbc52faa1f01053e033c3a609ab99a0a3df153567a7fb89558f6b3a87e041f7"
|
|
377
|
+
},
|
|
374
378
|
{
|
|
375
379
|
"path": "scripts/harness_ledger.py",
|
|
376
|
-
"sha256": "
|
|
380
|
+
"sha256": "476832333a63089fe312d9fb288b9e8a51d081a44b30548e1dac9a2b8298e0fb"
|
|
377
381
|
},
|
|
378
382
|
{
|
|
379
383
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -425,7 +429,7 @@
|
|
|
425
429
|
},
|
|
426
430
|
{
|
|
427
431
|
"path": "scripts/harness_runtime.py",
|
|
428
|
-
"sha256": "
|
|
432
|
+
"sha256": "0df0c1ae4a361876149fca45926d08c84e1fe587b0a52c8ee578d94b5abacb4b"
|
|
429
433
|
},
|
|
430
434
|
{
|
|
431
435
|
"path": "scripts/harness_service.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.68",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.87",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "e39c2b96aee0fd5783c3907d39ea2efbdc7d489c1b229036958440d8d6f9251b"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"path": "harness-apidoc/SKILL.md",
|
|
96
|
-
"sha256": "
|
|
96
|
+
"sha256": "3fdd74bac7fb24e25b2117d44ac0863baf3c250dbd9f2a0a933e2577082dd388"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "harness-archive/SKILL.md",
|
|
112
|
-
"sha256": "
|
|
112
|
+
"sha256": "9e39c7b73cdfceef49f480d395eb7cf28f43e75e74c3398375dcb47a76805a5e"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
128
|
-
"sha256": "
|
|
128
|
+
"sha256": "3ee60db2e2ee117749e862b6746e7915365bac38de9998a1147aeeebecb9565c"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -165,11 +165,11 @@
|
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "444c708f9d3345ab5404fa9389fb35a54afbc9fea6d31971ca949bc70d295ca9"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-knowledge-query/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "8ca7830cc12ea95633731ba14e94eb8ed5f080070e39830d35aafbb0b690a297"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-package/checklist.md",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-package/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "b0b1c68a642deb12abb5f34a701ee2355cdb01106a8df62fee2dfd5ca05db0c0"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/checklist.md",
|
|
@@ -197,15 +197,15 @@
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-plan/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "171fcaf1432aa5afaee7ce58901d9451820ffa59c3b1544bf8623a5a4c664466"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-pull/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "9c3017f99269499cd7a4ddb73fc1bd1751604b574a0fe461d378a90a0af3e110"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-push/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "4b0be293eb68fba0bfb6abe72df4e70c8cdfd1a93e72a15d16be5fb0232174c5"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-review/checklist.md",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-review/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "ae42eb40dd70007024ff76d5ea023846c13afd2a8e10bf62302b3c08167e417e"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-run/checklist.md",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-run/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
240
|
+
"sha256": "52e22b559ca9abdde2c9d573c8b3ed4886d4f2effcab888c71c0e85035f1b197"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-submit/checklist.md",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-submit/SKILL.md",
|
|
252
|
-
"sha256": "
|
|
252
|
+
"sha256": "7d5bd1f7b0f39b4a7e489e488700904efd4d92756aca9af9de15db3d32e5fb82"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"path": "harness-sync/reference.md",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-sync/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
260
|
+
"sha256": "acd64fc9abd893e2fa12d90d0921200dc9750dd207d4f8aed78f25b8d24105f8"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-test/checklist.md",
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
"path": "harness-test/SKILL.md",
|
|
284
|
-
"sha256": "
|
|
284
|
+
"sha256": "38e656846e60097aabbca183f7b31d40a5ff07936e53346512cfbc2b1d3d6b19"
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
287
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
"path": "protocols/powershell-protocol.md",
|
|
320
|
-
"sha256": "
|
|
320
|
+
"sha256": "6812ea19e75474a2ab668854c4d08f693e0cc2a577c3ec0542f0d3811883f4fa"
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"path": "protocols/registry-governance-protocol.md",
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"path": "protocols/sensitive-info-protocol.md",
|
|
332
|
-
"sha256": "
|
|
332
|
+
"sha256": "12bb3bb6d51030340835cfc3b7483ff81c8a65dab427309cc9a6ccba9b52d2b3"
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
"path": "protocols/state-layout-protocol.md",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_archive.py",
|
|
356
|
-
"sha256": "
|
|
356
|
+
"sha256": "0c3b8d9e14aedfd569bf38ce4f6d0ff9a168b3015f2b5fe685a58cb3e40f030b"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_change.py",
|
|
@@ -361,11 +361,11 @@
|
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_check_gate.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "a4965d22d27bc4105db24a55e1fb6d1f94f7c1e970c75b809e470130df53814c"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_context.py",
|
|
368
|
-
"sha256": "
|
|
368
|
+
"sha256": "e61bbeb3073d77a34ac9aefb13421c187a8d16c8f95597d1ca50d91b0c6af1d2"
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_deploy.py",
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_fixback.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "287bac38427c7fe60de5384d2b867df9d4cf7be2fd03fbffa307f3ac63b55bfd"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_gate.py",
|
|
@@ -407,9 +407,13 @@
|
|
|
407
407
|
"path": "scripts/harness_integration.py",
|
|
408
408
|
"sha256": "cded86ca9fb6b87301945b4d81919e5d0301730c0bb75c925e0d4c8246851d30"
|
|
409
409
|
},
|
|
410
|
+
{
|
|
411
|
+
"path": "scripts/harness_knowledge_candidates.py",
|
|
412
|
+
"sha256": "efbc52faa1f01053e033c3a609ab99a0a3df153567a7fb89558f6b3a87e041f7"
|
|
413
|
+
},
|
|
410
414
|
{
|
|
411
415
|
"path": "scripts/harness_ledger.py",
|
|
412
|
-
"sha256": "
|
|
416
|
+
"sha256": "476832333a63089fe312d9fb288b9e8a51d081a44b30548e1dac9a2b8298e0fb"
|
|
413
417
|
},
|
|
414
418
|
{
|
|
415
419
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -461,7 +465,7 @@
|
|
|
461
465
|
},
|
|
462
466
|
{
|
|
463
467
|
"path": "scripts/harness_runtime.py",
|
|
464
|
-
"sha256": "
|
|
468
|
+
"sha256": "0df0c1ae4a361876149fca45926d08c84e1fe587b0a52c8ee578d94b5abacb4b"
|
|
465
469
|
},
|
|
466
470
|
{
|
|
467
471
|
"path": "scripts/harness_service.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.68",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.87",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "f7afc44b54793937f2937f7208bcd546573207ed7bf598cf5b9050e17aa4d0db"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"path": "harness-apidoc/SKILL.md",
|
|
96
|
-
"sha256": "
|
|
96
|
+
"sha256": "ef6c6ab7fab724e6569d3e4920ae22135a7197cef3385e5dde464f5ce93be682"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "harness-archive/SKILL.md",
|
|
112
|
-
"sha256": "
|
|
112
|
+
"sha256": "d331af06dc4b06c315e7f06b2f1ec7a09a304c66d93e5be1e880647d51376b6c"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
128
|
-
"sha256": "
|
|
128
|
+
"sha256": "56b22fc866ab030e13f361a31826b24d22f000f9b25b264437ae0f553d983466"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -165,11 +165,11 @@
|
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "a7f4e70a4c2472d135b215397a82deb766f872caf4ea8743282ba1836608cd71"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-knowledge-query/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "e4ce8c67f81d83cc968ca8fa4c2d686e3c06d1c0b3f571419fc654cf3ff142c3"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-package/checklist.md",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-package/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "799fe4dccb6e45f30275ba8b2312855b8a28eecbd74a05cdb3105402dea8cb6b"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/checklist.md",
|
|
@@ -197,15 +197,15 @@
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-plan/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "06fab4fd880c91f0c87e3949fabf0814d860db17374daf7b806e92f0a50dc6cf"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-pull/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "2a643ddbbcf21d1771a1b9cfa9c3d85c2346160d4355b9db3f994d5c02a8ee22"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-push/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "4127678555683ebac3091c05441ddd63c281af347e8f3615d4d109d9bc8f9bb1"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-review/checklist.md",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-review/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "aec51ea494c371d96d8b480b32bf46a652681971e4422634d5e2f0aec0e8903c"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-run/checklist.md",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-run/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
240
|
+
"sha256": "83d6a469bd63c2cff90d8c55c80877c9fc3497c9287c963e05cb34953164323f"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-submit/checklist.md",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-submit/SKILL.md",
|
|
252
|
-
"sha256": "
|
|
252
|
+
"sha256": "b571fed1b0da683fba84768603d0c1930faaa824e3e66161c04d429d9d2dfc32"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"path": "harness-sync/reference.md",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-sync/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
260
|
+
"sha256": "225e35395c4e6612e54faa01a291b9f38359c94db620c6813963785f3b7edf36"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-test/checklist.md",
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
"path": "harness-test/SKILL.md",
|
|
284
|
-
"sha256": "
|
|
284
|
+
"sha256": "23ddbe3f6676ea80c2bcc63c95476b056f7c15a84cba2064d8c2ba549f113ee4"
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
287
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
"path": "protocols/powershell-protocol.md",
|
|
320
|
-
"sha256": "
|
|
320
|
+
"sha256": "6812ea19e75474a2ab668854c4d08f693e0cc2a577c3ec0542f0d3811883f4fa"
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"path": "protocols/registry-governance-protocol.md",
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"path": "protocols/sensitive-info-protocol.md",
|
|
332
|
-
"sha256": "
|
|
332
|
+
"sha256": "12bb3bb6d51030340835cfc3b7483ff81c8a65dab427309cc9a6ccba9b52d2b3"
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
"path": "protocols/state-layout-protocol.md",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_archive.py",
|
|
356
|
-
"sha256": "
|
|
356
|
+
"sha256": "0c3b8d9e14aedfd569bf38ce4f6d0ff9a168b3015f2b5fe685a58cb3e40f030b"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_change.py",
|
|
@@ -361,11 +361,11 @@
|
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_check_gate.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "a4965d22d27bc4105db24a55e1fb6d1f94f7c1e970c75b809e470130df53814c"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_context.py",
|
|
368
|
-
"sha256": "
|
|
368
|
+
"sha256": "e61bbeb3073d77a34ac9aefb13421c187a8d16c8f95597d1ca50d91b0c6af1d2"
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_deploy.py",
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_fixback.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "287bac38427c7fe60de5384d2b867df9d4cf7be2fd03fbffa307f3ac63b55bfd"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_gate.py",
|
|
@@ -407,9 +407,13 @@
|
|
|
407
407
|
"path": "scripts/harness_integration.py",
|
|
408
408
|
"sha256": "cded86ca9fb6b87301945b4d81919e5d0301730c0bb75c925e0d4c8246851d30"
|
|
409
409
|
},
|
|
410
|
+
{
|
|
411
|
+
"path": "scripts/harness_knowledge_candidates.py",
|
|
412
|
+
"sha256": "efbc52faa1f01053e033c3a609ab99a0a3df153567a7fb89558f6b3a87e041f7"
|
|
413
|
+
},
|
|
410
414
|
{
|
|
411
415
|
"path": "scripts/harness_ledger.py",
|
|
412
|
-
"sha256": "
|
|
416
|
+
"sha256": "476832333a63089fe312d9fb288b9e8a51d081a44b30548e1dac9a2b8298e0fb"
|
|
413
417
|
},
|
|
414
418
|
{
|
|
415
419
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -461,7 +465,7 @@
|
|
|
461
465
|
},
|
|
462
466
|
{
|
|
463
467
|
"path": "scripts/harness_runtime.py",
|
|
464
|
-
"sha256": "
|
|
468
|
+
"sha256": "0df0c1ae4a361876149fca45926d08c84e1fe587b0a52c8ee578d94b5abacb4b"
|
|
465
469
|
},
|
|
466
470
|
{
|
|
467
471
|
"path": "scripts/harness_service.py",
|