@hunter-harness/workflow-harness 0.2.72 → 0.2.74
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 +3 -3
- 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 +14 -10
- package/harness/bundles/general/claude-code/harness-plan/checklist.md +49 -9
- package/harness/bundles/general/claude-code/harness-plan/reference.md +83 -33
- package/harness/bundles/general/claude-code/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +6 -6
- package/harness/bundles/general/claude-code/harness-run/checklist.md +4 -1
- package/harness/bundles/general/claude-code/harness-run/reference.md +3 -3
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +5 -4
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +4 -4
- package/harness/bundles/general/claude-code/harness-test/checklist.md +2 -0
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +82 -1
- package/harness/bundles/general/claude-code/scripts/harness_context.py +270 -0
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +71 -2
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +25 -4
- package/harness/bundles/general/claude-code/scripts/harness_profile.py +45 -0
- package/harness/bundles/general/claude-code/scripts/harness_test_guard.py +8 -5
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +3 -3
- 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 +14 -10
- package/harness/bundles/general/codebuddy/harness-plan/checklist.md +49 -9
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +83 -33
- package/harness/bundles/general/codebuddy/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +6 -6
- package/harness/bundles/general/codebuddy/harness-run/checklist.md +4 -1
- package/harness/bundles/general/codebuddy/harness-run/reference.md +3 -3
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +5 -4
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +4 -4
- package/harness/bundles/general/codebuddy/harness-test/checklist.md +2 -0
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +82 -1
- package/harness/bundles/general/codebuddy/scripts/harness_context.py +270 -0
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +71 -2
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +25 -4
- package/harness/bundles/general/codebuddy/scripts/harness_profile.py +45 -0
- package/harness/bundles/general/codebuddy/scripts/harness_test_guard.py +8 -5
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/harness-archive/SKILL.md +3 -3
- 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 +14 -10
- package/harness/bundles/general/codex/harness-plan/checklist.md +49 -9
- package/harness/bundles/general/codex/harness-plan/reference.md +83 -33
- package/harness/bundles/general/codex/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/codex/harness-run/SKILL.md +6 -6
- package/harness/bundles/general/codex/harness-run/checklist.md +4 -1
- package/harness/bundles/general/codex/harness-run/reference.md +3 -3
- package/harness/bundles/general/codex/harness-submit/SKILL.md +5 -4
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-test/SKILL.md +4 -4
- package/harness/bundles/general/codex/harness-test/checklist.md +2 -0
- package/harness/bundles/general/codex/scripts/harness_archive.py +82 -1
- package/harness/bundles/general/codex/scripts/harness_context.py +270 -0
- package/harness/bundles/general/codex/scripts/harness_gate.py +71 -2
- package/harness/bundles/general/codex/scripts/harness_ledger.py +25 -4
- package/harness/bundles/general/codex/scripts/harness_profile.py +45 -0
- package/harness/bundles/general/codex/scripts/harness_test_guard.py +8 -5
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +3 -3
- 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 +14 -10
- package/harness/bundles/general/cursor/harness-plan/checklist.md +49 -9
- package/harness/bundles/general/cursor/harness-plan/reference.md +83 -33
- package/harness/bundles/general/cursor/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/cursor/harness-run/SKILL.md +6 -6
- package/harness/bundles/general/cursor/harness-run/checklist.md +4 -1
- package/harness/bundles/general/cursor/harness-run/reference.md +3 -3
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +5 -4
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-test/SKILL.md +4 -4
- package/harness/bundles/general/cursor/harness-test/checklist.md +2 -0
- package/harness/bundles/general/cursor/scripts/harness_archive.py +82 -1
- package/harness/bundles/general/cursor/scripts/harness_context.py +270 -0
- package/harness/bundles/general/cursor/scripts/harness_gate.py +71 -2
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +25 -4
- package/harness/bundles/general/cursor/scripts/harness_profile.py +45 -0
- package/harness/bundles/general/cursor/scripts/harness_test_guard.py +8 -5
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +3 -3
- 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 +3 -3
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +14 -10
- package/harness/bundles/java/claude-code/harness-plan/checklist.md +49 -9
- package/harness/bundles/java/claude-code/harness-plan/reference.md +83 -33
- package/harness/bundles/java/claude-code/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +6 -6
- package/harness/bundles/java/claude-code/harness-run/checklist.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/reference.md +348 -348
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +5 -4
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +4 -4
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +82 -1
- package/harness/bundles/java/claude-code/scripts/harness_context.py +270 -0
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +71 -2
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +25 -4
- package/harness/bundles/java/claude-code/scripts/harness_profile.py +45 -0
- package/harness/bundles/java/claude-code/scripts/harness_test_guard.py +8 -5
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +3 -3
- 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 +3 -3
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +14 -10
- package/harness/bundles/java/codebuddy/harness-plan/checklist.md +49 -9
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +83 -33
- package/harness/bundles/java/codebuddy/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +6 -6
- package/harness/bundles/java/codebuddy/harness-run/checklist.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/reference.md +348 -348
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +5 -4
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +4 -4
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +82 -1
- package/harness/bundles/java/codebuddy/scripts/harness_context.py +270 -0
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +71 -2
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +25 -4
- package/harness/bundles/java/codebuddy/scripts/harness_profile.py +45 -0
- package/harness/bundles/java/codebuddy/scripts/harness_test_guard.py +8 -5
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-archive/SKILL.md +3 -3
- 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 +3 -3
- package/harness/bundles/java/codex/harness-plan/SKILL.md +14 -10
- package/harness/bundles/java/codex/harness-plan/checklist.md +49 -9
- package/harness/bundles/java/codex/harness-plan/reference.md +83 -33
- package/harness/bundles/java/codex/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-run/SKILL.md +6 -6
- package/harness/bundles/java/codex/harness-run/checklist.md +1 -1
- package/harness/bundles/java/codex/harness-run/reference.md +348 -348
- package/harness/bundles/java/codex/harness-submit/SKILL.md +5 -4
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-test/SKILL.md +4 -4
- package/harness/bundles/java/codex/scripts/harness_archive.py +82 -1
- package/harness/bundles/java/codex/scripts/harness_context.py +270 -0
- package/harness/bundles/java/codex/scripts/harness_gate.py +71 -2
- package/harness/bundles/java/codex/scripts/harness_ledger.py +25 -4
- package/harness/bundles/java/codex/scripts/harness_profile.py +45 -0
- package/harness/bundles/java/codex/scripts/harness_test_guard.py +8 -5
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +3 -3
- 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 +3 -3
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +14 -10
- package/harness/bundles/java/cursor/harness-plan/checklist.md +49 -9
- package/harness/bundles/java/cursor/harness-plan/reference.md +83 -33
- package/harness/bundles/java/cursor/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-run/SKILL.md +6 -6
- package/harness/bundles/java/cursor/harness-run/checklist.md +1 -1
- package/harness/bundles/java/cursor/harness-run/reference.md +348 -348
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +5 -4
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-test/SKILL.md +4 -4
- package/harness/bundles/java/cursor/scripts/harness_archive.py +82 -1
- package/harness/bundles/java/cursor/scripts/harness_context.py +270 -0
- package/harness/bundles/java/cursor/scripts/harness_gate.py +71 -2
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +25 -4
- package/harness/bundles/java/cursor/scripts/harness_profile.py +45 -0
- package/harness/bundles/java/cursor/scripts/harness_test_guard.py +8 -5
- package/harness/manifests/general/claude-code.json +26 -26
- package/harness/manifests/general/codebuddy.json +26 -26
- package/harness/manifests/general/codex.json +26 -26
- package/harness/manifests/general/cursor.json +26 -26
- package/harness/manifests/java/claude-code.json +27 -27
- package/harness/manifests/java/codebuddy.json +27 -27
- package/harness/manifests/java/codex.json +27 -27
- package/harness/manifests/java/cursor.json +27 -27
- package/hunter-workflow-family.json +5 -5
- package/package.json +1 -1
|
@@ -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.63",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.83",
|
|
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": "2100aee7207c54e55f2ffd02a6fa8bd5a1164905416fc82c044038b74c26b010"
|
|
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": "ede7dc8a6186cac9158f9567d3e04f6bb494d76ebeffc84f1344dbb93845ba69"
|
|
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": "6877e17d0a7f1105a840eb7020bccd5c739fccaa017154cabb888811facd7b3c"
|
|
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": "7941fa73af6af57401708c6368b7c484ad3cf540b21c26719e49260b44400ced"
|
|
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": "93f0f1110395c2cb1948843c75647d558155815074744a290a43cd1ab921018c"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-knowledge-query/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "59531e727d82731a0cb7469cf05b4b0f0efadb1a790daf959811421c942ef0cf"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-package/checklist.md",
|
|
@@ -181,11 +181,11 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-package/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "14f26af3d30b6a6e3b5bc45b52e1d3d129c1fb6f3c60ec9b979ca886c9ccca6a"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/checklist.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "31c66e6e08595d6d97e5f57fcd6d99ced5b721b82c122fbb26bb8fba34c23d90"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-plan/protocols.md",
|
|
@@ -193,19 +193,19 @@
|
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-plan/reference.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "197f5b764d1054ef401f61f95055b468ab2a0c66ad482efc50a014ab7ea89711"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-plan/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "5ec4926c00a558622871172c05dc3af73f0fdd9ea905fe8777d51182cb664771"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-pull/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "c79313c1529067ada0ec7279979f62c5ab29df2c64c4a624d78caed2a5111b67"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-push/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "5d9da482c8a8ca029becd60e46ed24219fe06ef651d58c8cb05324beeefc387f"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-review/checklist.md",
|
|
@@ -221,11 +221,11 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-review/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "0219c9c8468f49af13c5eaa61114cbf160ac940c0e9f15c46d95dcbd085d0c91"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-run/checklist.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "dac3671bff5b5b1ad1e041902b2c7071af27c1bdd47ec3c1c60bece7346d1342"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-run/protocols.md",
|
|
@@ -233,11 +233,11 @@
|
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-run/reference.md",
|
|
236
|
-
"sha256": "
|
|
236
|
+
"sha256": "93c166ecfeaf6b3c948eab75238bd616fb22f5674739461bb666ed6eb0bccdc5"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-run/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
240
|
+
"sha256": "81beb8862d9427c066cf091510286d899c86f947c109337b7896b2a63b80af4f"
|
|
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": "822eef2b4a6144969899cd29045ba4ca1e5e55ea8a127caf29caa5e20de171eb"
|
|
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": "dacef8d0f22b2add6ae3858f288c61a0acfc9562dde832c967ebd4825e2221f4"
|
|
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": "fefdc6b2ec01fd85fc8eb5de3d4d56de6b51873a1042e6008a5e274f1d73fdf8"
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
287
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_archive.py",
|
|
356
|
-
"sha256": "
|
|
356
|
+
"sha256": "c3d565456f7bc441dbd7d58541e49b698381c594b874ff186e8ff62ac1efc67e"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_change.py",
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_context.py",
|
|
368
|
-
"sha256": "
|
|
368
|
+
"sha256": "352ab9104dd4821930311411c353fe0b98e02ef0833f4f4ccf4f4190a5cb4eeb"
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_deploy.py",
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_gate.py",
|
|
400
|
-
"sha256": "
|
|
400
|
+
"sha256": "390d03d088df4c164e03bf78b36515a71b41ff7b429e55a571d40b06b456c2b6"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"path": "scripts/harness_headless.py",
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
"path": "scripts/harness_ledger.py",
|
|
412
|
-
"sha256": "
|
|
412
|
+
"sha256": "239d80d9d2c448e5bc8e456df517ad2b2f70281f9de10cf167d53085c6cecaf2"
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
447
|
"path": "scripts/harness_profile.py",
|
|
448
|
-
"sha256": "
|
|
448
|
+
"sha256": "ca279d53b63c5e589833106b82ce0d3f2b0659e8c218b0fa3bf2d0933d4f9af0"
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"path": "scripts/harness_report_model.py",
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
},
|
|
482
482
|
{
|
|
483
483
|
"path": "scripts/harness_test_guard.py",
|
|
484
|
-
"sha256": "
|
|
484
|
+
"sha256": "a78392a115ba761581870aae54b2426e8e1d43a0e4749feb1e851786de2ddad6"
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
487
|
"path": "scripts/harness_test_runner.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.63",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.83",
|
|
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": "bbae43390eceb977ce1373fd2d12cfb1e802ecde41850b12610620098f714706"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "harness-apidoc/SKILL.md",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "ad6f135a30b94ad55539c70581f495e021b290aac3b6300ea7df213290ec5729"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "f0f8379ca462e3e526d9bb12af5b04f9671d619a16569fa89d32609080a307e2"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
116
|
-
"sha256": "
|
|
116
|
+
"sha256": "2e46ca9a4a4f32eb76a3888e7e922f80be75c1c9602edd8a1805c889d4ea14c9"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -153,11 +153,11 @@
|
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
156
|
-
"sha256": "
|
|
156
|
+
"sha256": "ec6e519f73fef67126b0528a7d47d122ee2b3eefd9e20deced74f2d357bc2832"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "681d2629f5fa0332df0605e5f7ac09aefeaed8858006bb1f151ea7792a8954ee"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-package/checklist.md",
|
|
@@ -169,11 +169,11 @@
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-package/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "40cd073d35fc68791a2597d8fe889df24c5c7b044a82ef8dcd7200a7b4ad30e6"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-plan/checklist.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "31c66e6e08595d6d97e5f57fcd6d99ced5b721b82c122fbb26bb8fba34c23d90"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-plan/protocols.md",
|
|
@@ -181,19 +181,19 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-plan/reference.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "197f5b764d1054ef401f61f95055b468ab2a0c66ad482efc50a014ab7ea89711"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "206dcd38802203f397c7414fb7d66290a13ca268f0705b0402eb94e0a65adc35"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-pull/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "ea49dd387e1e1e0e58f3e4cea1ff44aa9a58800028758667fa5af1831492000a"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-push/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "c2c5cc0a3e30ae27b7e9de42430cd4e5b1a88a4f265f714d37014967a0c7259b"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-review/checklist.md",
|
|
@@ -209,11 +209,11 @@
|
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-review/SKILL.md",
|
|
212
|
-
"sha256": "
|
|
212
|
+
"sha256": "bac6e3d63bc5514fcc8fcf841d7220c1d914de96ca93c42666d5b6d1662ce8e4"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-run/checklist.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "dac3671bff5b5b1ad1e041902b2c7071af27c1bdd47ec3c1c60bece7346d1342"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-run/protocols.md",
|
|
@@ -221,11 +221,11 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-run/reference.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "93c166ecfeaf6b3c948eab75238bd616fb22f5674739461bb666ed6eb0bccdc5"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-run/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "7e909740545a523c192b243737d2f55087e22f0145c60c8678367b648a55d0df"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-submit/checklist.md",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-submit/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
240
|
+
"sha256": "1cedd6256af4e605dd2ecdfe2f75333d6e2ac07388e00ad6bb95c19b93eb9eba"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-sync/reference.md",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-sync/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
248
|
+
"sha256": "690d73f77dc62cf08190f6ce3df3cbf10a4254bb7e18207c6e2a13ab6e74b99e"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-test/checklist.md",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"path": "harness-test/SKILL.md",
|
|
272
|
-
"sha256": "
|
|
272
|
+
"sha256": "c783c02d3131dd68f2dc8dd1a1408ceccc882ff3a4318faa0b21e865adb078bf"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
343
|
"path": "scripts/harness_archive.py",
|
|
344
|
-
"sha256": "
|
|
344
|
+
"sha256": "c3d565456f7bc441dbd7d58541e49b698381c594b874ff186e8ff62ac1efc67e"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
"path": "scripts/harness_change.py",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_context.py",
|
|
356
|
-
"sha256": "
|
|
356
|
+
"sha256": "352ab9104dd4821930311411c353fe0b98e02ef0833f4f4ccf4f4190a5cb4eeb"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_deploy.py",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_gate.py",
|
|
388
|
-
"sha256": "
|
|
388
|
+
"sha256": "390d03d088df4c164e03bf78b36515a71b41ff7b429e55a571d40b06b456c2b6"
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"path": "scripts/harness_headless.py",
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_ledger.py",
|
|
400
|
-
"sha256": "
|
|
400
|
+
"sha256": "239d80d9d2c448e5bc8e456df517ad2b2f70281f9de10cf167d53085c6cecaf2"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"path": "scripts/harness_profile.py",
|
|
436
|
-
"sha256": "
|
|
436
|
+
"sha256": "ca279d53b63c5e589833106b82ce0d3f2b0659e8c218b0fa3bf2d0933d4f9af0"
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
439
|
"path": "scripts/harness_report_model.py",
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"path": "scripts/harness_test_guard.py",
|
|
472
|
-
"sha256": "
|
|
472
|
+
"sha256": "a78392a115ba761581870aae54b2426e8e1d43a0e4749feb1e851786de2ddad6"
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
475
|
"path": "scripts/harness_test_runner.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "cursor",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.63",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.83",
|
|
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": "97511c64a79c7656d560ed3ac14532f29d11b3529e99fe890cb57c12f75af185"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "harness-apidoc/SKILL.md",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "6598ea4f94d8f04ea640e693c1c95f4ba173fbd060b865b20e07612d8d61f8c1"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "bc5169613a2d97b643800869c70a5b368d5b98fdaab379f588f5e47942e64411"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
116
|
-
"sha256": "
|
|
116
|
+
"sha256": "fd82a42111080858b3153056d33e6c1788f7adf3f11de8db53fa6fa60ae5e053"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -153,11 +153,11 @@
|
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
156
|
-
"sha256": "
|
|
156
|
+
"sha256": "7bc63ce3c4071b26ca0e40972fde39d425e384f9c54e18c6bbcdd8d951d43ebd"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "64009d10191dbb54d7de3a22d83871bf371736af7dac40482d67338f3b1fde52"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-package/checklist.md",
|
|
@@ -169,11 +169,11 @@
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-package/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "7357b70d6b23e1abadf4a7ca65bf20554f408971e692e8f65a8b2fd8e624677f"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-plan/checklist.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "31c66e6e08595d6d97e5f57fcd6d99ced5b721b82c122fbb26bb8fba34c23d90"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-plan/protocols.md",
|
|
@@ -181,19 +181,19 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-plan/reference.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "197f5b764d1054ef401f61f95055b468ab2a0c66ad482efc50a014ab7ea89711"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "ba67996e6ecf4c681854223e9f6fd8a6bb1e1292122c6da28377bc7b341ecf26"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-pull/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "618ce90a6d286c38306a79f5c052471ffd54eb2d35122c8f1e502929b588543c"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-push/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "a9bbcb0e33cd94eeedea4cac45e043a2714359fddf1f71773ee97a9c9d255f2f"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-review/checklist.md",
|
|
@@ -209,11 +209,11 @@
|
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-review/SKILL.md",
|
|
212
|
-
"sha256": "
|
|
212
|
+
"sha256": "ce776b1ec1baa8283e1b6621674773b7eb82c750c4054ebd01404d0115546ca4"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-run/checklist.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "dac3671bff5b5b1ad1e041902b2c7071af27c1bdd47ec3c1c60bece7346d1342"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-run/protocols.md",
|
|
@@ -221,11 +221,11 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-run/reference.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "93c166ecfeaf6b3c948eab75238bd616fb22f5674739461bb666ed6eb0bccdc5"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-run/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "73a37f29a44516ab84f7bc3957fe2290d0585bb15d613be1b6283d2b8389663e"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-submit/checklist.md",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-submit/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
240
|
+
"sha256": "4b75a7a115e10a22ed2028197f328565517c3d558b36ec4f328aa09ca54591a2"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-sync/reference.md",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-sync/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
248
|
+
"sha256": "a3cf0f45dda94e79b4fae7fd9acae69857615b5474e9b1e5b545284fd24b2467"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-test/checklist.md",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"path": "harness-test/SKILL.md",
|
|
272
|
-
"sha256": "
|
|
272
|
+
"sha256": "6b45587ba38a3c1d28be55594849078ce91f5e7233b48cbb23254a5a65cc2f8f"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
343
|
"path": "scripts/harness_archive.py",
|
|
344
|
-
"sha256": "
|
|
344
|
+
"sha256": "c3d565456f7bc441dbd7d58541e49b698381c594b874ff186e8ff62ac1efc67e"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
"path": "scripts/harness_change.py",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_context.py",
|
|
356
|
-
"sha256": "
|
|
356
|
+
"sha256": "352ab9104dd4821930311411c353fe0b98e02ef0833f4f4ccf4f4190a5cb4eeb"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_deploy.py",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_gate.py",
|
|
388
|
-
"sha256": "
|
|
388
|
+
"sha256": "390d03d088df4c164e03bf78b36515a71b41ff7b429e55a571d40b06b456c2b6"
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"path": "scripts/harness_headless.py",
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_ledger.py",
|
|
400
|
-
"sha256": "
|
|
400
|
+
"sha256": "239d80d9d2c448e5bc8e456df517ad2b2f70281f9de10cf167d53085c6cecaf2"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"path": "scripts/harness_profile.py",
|
|
436
|
-
"sha256": "
|
|
436
|
+
"sha256": "ca279d53b63c5e589833106b82ce0d3f2b0659e8c218b0fa3bf2d0933d4f9af0"
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
439
|
"path": "scripts/harness_report_model.py",
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"path": "scripts/harness_test_guard.py",
|
|
472
|
-
"sha256": "
|
|
472
|
+
"sha256": "a78392a115ba761581870aae54b2426e8e1d43a0e4749feb1e851786de2ddad6"
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
475
|
"path": "scripts/harness_test_runner.py",
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"general",
|
|
7
7
|
"java"
|
|
8
8
|
],
|
|
9
|
-
"bundle_version": "0.2.
|
|
10
|
-
"content_sha256": "sha256:
|
|
11
|
-
"minimumCliVersion": "0.2.
|
|
12
|
-
"workflowPackageVersion": "0.2.
|
|
9
|
+
"bundle_version": "0.2.63",
|
|
10
|
+
"content_sha256": "sha256:9e750821caee5c21ce3f9fd86de2728080d350bcf8ddddfae654827bd243458a",
|
|
11
|
+
"minimumCliVersion": "0.2.83",
|
|
12
|
+
"workflowPackageVersion": "0.2.74",
|
|
13
13
|
"capabilities": [
|
|
14
14
|
"sync@2",
|
|
15
15
|
"rules-sync@1",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"remote-sync-pull@1"
|
|
27
27
|
],
|
|
28
28
|
"requires": {
|
|
29
|
-
"minimumCliVersion": "0.2.
|
|
29
|
+
"minimumCliVersion": "0.2.83",
|
|
30
30
|
"capabilities": [
|
|
31
31
|
"sync@2",
|
|
32
32
|
"rules-sync@1",
|