@hunter-harness/workflow-harness 0.2.67 → 0.2.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/harness/bundles/general/claude-code/.harness-build.json +1 -1
- package/harness/bundles/general/claude-code/contracts/workflow-policy.json +401 -88
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +4 -2
- package/harness/bundles/general/claude-code/harness-plan/reference.md +32 -2
- package/harness/bundles/general/claude-code/harness-pull/SKILL.md +73 -0
- package/harness/bundles/general/claude-code/harness-push/SKILL.md +73 -0
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +3 -1
- package/harness/bundles/general/claude-code/harness-run/reference.md +20 -0
- 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 +3 -1
- package/harness/bundles/general/claude-code/harness-test/pitfalls.md +34 -3
- package/harness/bundles/general/claude-code/harness-test/reference.md +9 -0
- package/harness/bundles/general/claude-code/scripts/harness_context.py +27 -7
- package/harness/bundles/general/claude-code/scripts/harness_events.py +12 -3
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +127 -11
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +244 -5
- package/harness/bundles/general/claude-code/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/general/claude-code/scripts/harness_service.py +69 -15
- package/harness/bundles/general/claude-code/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/contracts/workflow-policy.json +401 -88
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +4 -2
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +32 -2
- package/harness/bundles/general/codebuddy/harness-pull/SKILL.md +55 -0
- package/harness/bundles/general/codebuddy/harness-push/SKILL.md +55 -0
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +3 -1
- package/harness/bundles/general/codebuddy/harness-run/reference.md +20 -0
- 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 +3 -1
- package/harness/bundles/general/codebuddy/harness-test/pitfalls.md +34 -3
- package/harness/bundles/general/codebuddy/harness-test/reference.md +9 -0
- package/harness/bundles/general/codebuddy/scripts/harness_context.py +27 -7
- package/harness/bundles/general/codebuddy/scripts/harness_events.py +12 -3
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +127 -11
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +244 -5
- package/harness/bundles/general/codebuddy/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/general/codebuddy/scripts/harness_service.py +69 -15
- package/harness/bundles/general/codebuddy/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/contracts/workflow-policy.json +401 -88
- package/harness/bundles/general/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/SKILL.md +4 -2
- package/harness/bundles/general/codex/harness-plan/reference.md +32 -2
- package/harness/bundles/general/codex/harness-pull/SKILL.md +55 -0
- package/harness/bundles/general/codex/harness-push/SKILL.md +55 -0
- package/harness/bundles/general/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +3 -1
- package/harness/bundles/general/codex/harness-run/reference.md +20 -0
- 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 +3 -1
- package/harness/bundles/general/codex/harness-test/pitfalls.md +34 -3
- package/harness/bundles/general/codex/harness-test/reference.md +9 -0
- package/harness/bundles/general/codex/scripts/harness_context.py +27 -7
- package/harness/bundles/general/codex/scripts/harness_events.py +12 -3
- package/harness/bundles/general/codex/scripts/harness_gate.py +127 -11
- package/harness/bundles/general/codex/scripts/harness_ledger.py +244 -5
- package/harness/bundles/general/codex/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/general/codex/scripts/harness_service.py +69 -15
- package/harness/bundles/general/codex/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/contracts/workflow-policy.json +401 -88
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +4 -2
- package/harness/bundles/general/cursor/harness-plan/reference.md +32 -2
- package/harness/bundles/general/cursor/harness-pull/SKILL.md +55 -0
- package/harness/bundles/general/cursor/harness-push/SKILL.md +55 -0
- package/harness/bundles/general/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +3 -1
- package/harness/bundles/general/cursor/harness-run/reference.md +20 -0
- 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 +3 -1
- package/harness/bundles/general/cursor/harness-test/pitfalls.md +34 -3
- package/harness/bundles/general/cursor/harness-test/reference.md +9 -0
- package/harness/bundles/general/cursor/scripts/harness_context.py +27 -7
- package/harness/bundles/general/cursor/scripts/harness_events.py +12 -3
- package/harness/bundles/general/cursor/scripts/harness_gate.py +127 -11
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +244 -5
- package/harness/bundles/general/cursor/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/general/cursor/scripts/harness_service.py +69 -15
- package/harness/bundles/general/cursor/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/contracts/workflow-policy.json +401 -88
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +4 -2
- package/harness/bundles/java/claude-code/harness-plan/reference.md +32 -2
- package/harness/bundles/java/claude-code/harness-pull/SKILL.md +73 -0
- package/harness/bundles/java/claude-code/harness-push/SKILL.md +73 -0
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +3 -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 +3 -1
- package/harness/bundles/java/claude-code/harness-test/pitfalls.md +34 -3
- package/harness/bundles/java/claude-code/scripts/harness_context.py +27 -7
- package/harness/bundles/java/claude-code/scripts/harness_events.py +12 -3
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +127 -11
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +244 -5
- package/harness/bundles/java/claude-code/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/java/claude-code/scripts/harness_service.py +69 -15
- package/harness/bundles/java/claude-code/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/contracts/workflow-policy.json +401 -88
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +4 -2
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +32 -2
- package/harness/bundles/java/codebuddy/harness-pull/SKILL.md +55 -0
- package/harness/bundles/java/codebuddy/harness-push/SKILL.md +55 -0
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +3 -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 +3 -1
- package/harness/bundles/java/codebuddy/harness-test/pitfalls.md +34 -3
- package/harness/bundles/java/codebuddy/scripts/harness_context.py +27 -7
- package/harness/bundles/java/codebuddy/scripts/harness_events.py +12 -3
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +127 -11
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +244 -5
- package/harness/bundles/java/codebuddy/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/java/codebuddy/scripts/harness_service.py +69 -15
- package/harness/bundles/java/codebuddy/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/contracts/workflow-policy.json +401 -88
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-plan/SKILL.md +4 -2
- package/harness/bundles/java/codex/harness-plan/reference.md +32 -2
- package/harness/bundles/java/codex/harness-pull/SKILL.md +55 -0
- package/harness/bundles/java/codex/harness-push/SKILL.md +55 -0
- package/harness/bundles/java/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +3 -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 +3 -1
- package/harness/bundles/java/codex/harness-test/pitfalls.md +34 -3
- package/harness/bundles/java/codex/scripts/harness_context.py +27 -7
- package/harness/bundles/java/codex/scripts/harness_events.py +12 -3
- package/harness/bundles/java/codex/scripts/harness_gate.py +127 -11
- package/harness/bundles/java/codex/scripts/harness_ledger.py +244 -5
- package/harness/bundles/java/codex/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/java/codex/scripts/harness_service.py +69 -15
- package/harness/bundles/java/codex/scripts/harness_test_guard.py +48 -1
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/contracts/workflow-policy.json +401 -88
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +4 -2
- package/harness/bundles/java/cursor/harness-plan/reference.md +32 -2
- package/harness/bundles/java/cursor/harness-pull/SKILL.md +55 -0
- package/harness/bundles/java/cursor/harness-push/SKILL.md +55 -0
- package/harness/bundles/java/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +3 -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 +3 -1
- package/harness/bundles/java/cursor/harness-test/pitfalls.md +34 -3
- package/harness/bundles/java/cursor/scripts/harness_context.py +27 -7
- package/harness/bundles/java/cursor/scripts/harness_events.py +12 -3
- package/harness/bundles/java/cursor/scripts/harness_gate.py +127 -11
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +244 -5
- package/harness/bundles/java/cursor/scripts/harness_plan_finalize.py +373 -19
- package/harness/bundles/java/cursor/scripts/harness_service.py +69 -15
- package/harness/bundles/java/cursor/scripts/harness_test_guard.py +48 -1
- package/harness/manifests/general/claude-code.json +36 -26
- package/harness/manifests/general/codebuddy.json +36 -26
- package/harness/manifests/general/codex.json +36 -26
- package/harness/manifests/general/cursor.json +36 -26
- package/harness/manifests/java/claude-code.json +36 -26
- package/harness/manifests/java/codebuddy.json +36 -26
- package/harness/manifests/java/codex.json +36 -26
- package/harness/manifests/java/cursor.json +36 -26
- package/hunter-workflow-family.json +11 -7
- 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.59",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.79",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -16,14 +16,16 @@
|
|
|
16
16
|
"external-convergence@1",
|
|
17
17
|
"codegraph-status@2",
|
|
18
18
|
"doctor-capability@1",
|
|
19
|
-
"registry-governance@1"
|
|
19
|
+
"registry-governance@1",
|
|
20
|
+
"remote-sync-push@1",
|
|
21
|
+
"remote-sync-pull@1"
|
|
20
22
|
]
|
|
21
23
|
},
|
|
22
24
|
"generator": "harness_deploy.py",
|
|
23
25
|
"files": [
|
|
24
26
|
{
|
|
25
27
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
28
|
+
"sha256": "156aaafb86b37e3f38d8532ef59f2b46bbd8ac7de1fa2ae32d8f0f11c49aa942"
|
|
27
29
|
},
|
|
28
30
|
{
|
|
29
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
},
|
|
80
82
|
{
|
|
81
83
|
"path": "contracts/workflow-policy.json",
|
|
82
|
-
"sha256": "
|
|
84
|
+
"sha256": "65a308f68b43b7c43b7566d77336b15152a391d26abc7f9fec18290994c85a82"
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -91,7 +93,7 @@
|
|
|
91
93
|
},
|
|
92
94
|
{
|
|
93
95
|
"path": "harness-apidoc/SKILL.md",
|
|
94
|
-
"sha256": "
|
|
96
|
+
"sha256": "45cdc62585abf7a0044046e8537b089f8b46c29428c8294fad0fa964e4b99a9d"
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -107,7 +109,7 @@
|
|
|
107
109
|
},
|
|
108
110
|
{
|
|
109
111
|
"path": "harness-archive/SKILL.md",
|
|
110
|
-
"sha256": "
|
|
112
|
+
"sha256": "959a8b289ec2859662d36c909c93bb8922b9e5e4c3568a3134d9555c22b180df"
|
|
111
113
|
},
|
|
112
114
|
{
|
|
113
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -123,7 +125,7 @@
|
|
|
123
125
|
},
|
|
124
126
|
{
|
|
125
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
126
|
-
"sha256": "
|
|
128
|
+
"sha256": "1b5b252e4fae9d35f4de0b623cc5541cff0b0514b7cebfdd8066a91c25c9a72e"
|
|
127
129
|
},
|
|
128
130
|
{
|
|
129
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -163,11 +165,11 @@
|
|
|
163
165
|
},
|
|
164
166
|
{
|
|
165
167
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
168
|
+
"sha256": "6ceb8aef03db436bc16462e771a0f16937ba316ba190f68ec099c19e3b8c421c"
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-knowledge-query/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "635df1f6942da8e65475f5ef3c2adcca57c92b0ba1aad57e2bfcc218ed01de61"
|
|
171
173
|
},
|
|
172
174
|
{
|
|
173
175
|
"path": "harness-package/checklist.md",
|
|
@@ -179,7 +181,7 @@
|
|
|
179
181
|
},
|
|
180
182
|
{
|
|
181
183
|
"path": "harness-package/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
184
|
+
"sha256": "b0ee084b0b433e4f90bcf08df09cbdf9e214c2fd97ca8d2a39269ad84d3a5d27"
|
|
183
185
|
},
|
|
184
186
|
{
|
|
185
187
|
"path": "harness-plan/checklist.md",
|
|
@@ -191,11 +193,19 @@
|
|
|
191
193
|
},
|
|
192
194
|
{
|
|
193
195
|
"path": "harness-plan/reference.md",
|
|
194
|
-
"sha256": "
|
|
196
|
+
"sha256": "e06263459603bba4be15f66455154836dc693c5d3f943abeb6774b30dbe304c7"
|
|
195
197
|
},
|
|
196
198
|
{
|
|
197
199
|
"path": "harness-plan/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
200
|
+
"sha256": "80482cec16f1ba61c78ddf6625ff1463a499af14e01c6627fa8f0785ed465fd2"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"path": "harness-pull/SKILL.md",
|
|
204
|
+
"sha256": "cd94dec915a7d52a7caeb6a7552b6c825f2bd606298df044b6939e4b6732c90d"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"path": "harness-push/SKILL.md",
|
|
208
|
+
"sha256": "8217c86802755906b045426648b9bfba628f07af179f3846720cd6b12e714963"
|
|
199
209
|
},
|
|
200
210
|
{
|
|
201
211
|
"path": "harness-review/checklist.md",
|
|
@@ -211,7 +221,7 @@
|
|
|
211
221
|
},
|
|
212
222
|
{
|
|
213
223
|
"path": "harness-review/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
224
|
+
"sha256": "6afbc215e4b17cf0ffe0f003b596b633fb1a6729c2fa1be640cb77a150d0a85c"
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-run/checklist.md",
|
|
@@ -227,7 +237,7 @@
|
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-run/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
240
|
+
"sha256": "cb3a7aa7e52b76cd56d8afe432808da50439e78abf6e29b9deb8497987393936"
|
|
231
241
|
},
|
|
232
242
|
{
|
|
233
243
|
"path": "harness-submit/checklist.md",
|
|
@@ -239,7 +249,7 @@
|
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "harness-submit/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
252
|
+
"sha256": "2968b1843c9652fcda1505784f6597f760803bf3096655265e7a11e8795648ef"
|
|
243
253
|
},
|
|
244
254
|
{
|
|
245
255
|
"path": "harness-sync/reference.md",
|
|
@@ -247,7 +257,7 @@
|
|
|
247
257
|
},
|
|
248
258
|
{
|
|
249
259
|
"path": "harness-sync/SKILL.md",
|
|
250
|
-
"sha256": "
|
|
260
|
+
"sha256": "ef59729c320275c630b80fb2eb9adcfeb5dca95a76feced87230a97312ac6b5c"
|
|
251
261
|
},
|
|
252
262
|
{
|
|
253
263
|
"path": "harness-test/checklist.md",
|
|
@@ -259,7 +269,7 @@
|
|
|
259
269
|
},
|
|
260
270
|
{
|
|
261
271
|
"path": "harness-test/pitfalls.md",
|
|
262
|
-
"sha256": "
|
|
272
|
+
"sha256": "93ba0f76c4b182e0fbabd25d883dd2970c87040b97ff8c69f835ad6f2759f21d"
|
|
263
273
|
},
|
|
264
274
|
{
|
|
265
275
|
"path": "harness-test/reference.md",
|
|
@@ -271,7 +281,7 @@
|
|
|
271
281
|
},
|
|
272
282
|
{
|
|
273
283
|
"path": "harness-test/SKILL.md",
|
|
274
|
-
"sha256": "
|
|
284
|
+
"sha256": "b0a79fb1f835a7dd1fd39f0d99610f754772d99f7a68dee9f549d4b99214e9f2"
|
|
275
285
|
},
|
|
276
286
|
{
|
|
277
287
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -355,7 +365,7 @@
|
|
|
355
365
|
},
|
|
356
366
|
{
|
|
357
367
|
"path": "scripts/harness_context.py",
|
|
358
|
-
"sha256": "
|
|
368
|
+
"sha256": "c3b4be68cf0034e30199e1cffb8a03c74e5d95267095b737a55bf6d96c1c1df3"
|
|
359
369
|
},
|
|
360
370
|
{
|
|
361
371
|
"path": "scripts/harness_deploy.py",
|
|
@@ -375,7 +385,7 @@
|
|
|
375
385
|
},
|
|
376
386
|
{
|
|
377
387
|
"path": "scripts/harness_events.py",
|
|
378
|
-
"sha256": "
|
|
388
|
+
"sha256": "3116137be32bd696adce47c79f2af99a8f1517a7555bd1bbaffe27e17fd12fbc"
|
|
379
389
|
},
|
|
380
390
|
{
|
|
381
391
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -387,7 +397,7 @@
|
|
|
387
397
|
},
|
|
388
398
|
{
|
|
389
399
|
"path": "scripts/harness_gate.py",
|
|
390
|
-
"sha256": "
|
|
400
|
+
"sha256": "0a226076091d9c1d715a48164dfc0ca123e1839a47753f826729bfca4e327c7f"
|
|
391
401
|
},
|
|
392
402
|
{
|
|
393
403
|
"path": "scripts/harness_headless.py",
|
|
@@ -399,7 +409,7 @@
|
|
|
399
409
|
},
|
|
400
410
|
{
|
|
401
411
|
"path": "scripts/harness_ledger.py",
|
|
402
|
-
"sha256": "
|
|
412
|
+
"sha256": "5e5787ee891f9e41e815f487422946fc78b2242b78a01e232e0132782f887c6b"
|
|
403
413
|
},
|
|
404
414
|
{
|
|
405
415
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -423,7 +433,7 @@
|
|
|
423
433
|
},
|
|
424
434
|
{
|
|
425
435
|
"path": "scripts/harness_plan_finalize.py",
|
|
426
|
-
"sha256": "
|
|
436
|
+
"sha256": "af12b53ab5503eb5c0ead5bd58e8da9d5389c649958ac678bf448e4c8a286d5b"
|
|
427
437
|
},
|
|
428
438
|
{
|
|
429
439
|
"path": "scripts/harness_preflight.py",
|
|
@@ -455,7 +465,7 @@
|
|
|
455
465
|
},
|
|
456
466
|
{
|
|
457
467
|
"path": "scripts/harness_service.py",
|
|
458
|
-
"sha256": "
|
|
468
|
+
"sha256": "ea56f9e6d8454255c1206c1239ef5d4e04aa31cd21f6edd62ba04dba89a795f1"
|
|
459
469
|
},
|
|
460
470
|
{
|
|
461
471
|
"path": "scripts/harness_state.py",
|
|
@@ -471,7 +481,7 @@
|
|
|
471
481
|
},
|
|
472
482
|
{
|
|
473
483
|
"path": "scripts/harness_test_guard.py",
|
|
474
|
-
"sha256": "
|
|
484
|
+
"sha256": "1b4420875a4dc2cfa14dd75b5a8bd4bf4da230bf916651262ae61f7ab5386a08"
|
|
475
485
|
},
|
|
476
486
|
{
|
|
477
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.59",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.79",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -16,14 +16,16 @@
|
|
|
16
16
|
"external-convergence@1",
|
|
17
17
|
"codegraph-status@2",
|
|
18
18
|
"doctor-capability@1",
|
|
19
|
-
"registry-governance@1"
|
|
19
|
+
"registry-governance@1",
|
|
20
|
+
"remote-sync-push@1",
|
|
21
|
+
"remote-sync-pull@1"
|
|
20
22
|
]
|
|
21
23
|
},
|
|
22
24
|
"generator": "harness_deploy.py",
|
|
23
25
|
"files": [
|
|
24
26
|
{
|
|
25
27
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
28
|
+
"sha256": "901cf228a8a6c82597c389855ec959d128570a9c522f832f1bb4ba15a324af65"
|
|
27
29
|
},
|
|
28
30
|
{
|
|
29
31
|
"path": "CONTEXT.md",
|
|
@@ -67,7 +69,7 @@
|
|
|
67
69
|
},
|
|
68
70
|
{
|
|
69
71
|
"path": "contracts/workflow-policy.json",
|
|
70
|
-
"sha256": "
|
|
72
|
+
"sha256": "65a308f68b43b7c43b7566d77336b15152a391d26abc7f9fec18290994c85a82"
|
|
71
73
|
},
|
|
72
74
|
{
|
|
73
75
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
},
|
|
80
82
|
{
|
|
81
83
|
"path": "harness-apidoc/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
84
|
+
"sha256": "8f5f6314849041054d6fe6925f43c2d085699469b07ff2cd573cc6ce9ae9fc85"
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
100
|
+
"sha256": "6ce014f6d6a09a30f27593af0e73227af7e9b211c3f79dbdc93535541f191f85"
|
|
99
101
|
},
|
|
100
102
|
{
|
|
101
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -111,7 +113,7 @@
|
|
|
111
113
|
},
|
|
112
114
|
{
|
|
113
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
114
|
-
"sha256": "
|
|
116
|
+
"sha256": "87ae4bae141dc5e8ece79da25c68b3db23c1c5a21f677e97c8f561efc8d3bbc7"
|
|
115
117
|
},
|
|
116
118
|
{
|
|
117
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -151,11 +153,11 @@
|
|
|
151
153
|
},
|
|
152
154
|
{
|
|
153
155
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
156
|
+
"sha256": "dce13c13b32006cf2ecc9c5da733f80ddfdb9e43cff3070c9f2df27c61b8abe6"
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "eb79bdd0dda6acc685a523e01faacaa04c26902b9b12822921bac751ba141ea7"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-package/checklist.md",
|
|
@@ -167,7 +169,7 @@
|
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-package/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "e0a3e5ccc3d041bcfac5ab643d9863594fdb1873569483a4bc8aae2ea05bff4b"
|
|
171
173
|
},
|
|
172
174
|
{
|
|
173
175
|
"path": "harness-plan/checklist.md",
|
|
@@ -179,11 +181,19 @@
|
|
|
179
181
|
},
|
|
180
182
|
{
|
|
181
183
|
"path": "harness-plan/reference.md",
|
|
182
|
-
"sha256": "
|
|
184
|
+
"sha256": "e06263459603bba4be15f66455154836dc693c5d3f943abeb6774b30dbe304c7"
|
|
183
185
|
},
|
|
184
186
|
{
|
|
185
187
|
"path": "harness-plan/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
188
|
+
"sha256": "7a77f2ca28fa9760c13acd3348914115a4c072c84e79aa158fe54f9106c5e7c7"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"path": "harness-pull/SKILL.md",
|
|
192
|
+
"sha256": "213c970f413fb6e3dbd5618e0a276ba2668f8f2e47e7b3da885688559639649c"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"path": "harness-push/SKILL.md",
|
|
196
|
+
"sha256": "72203a1628cedd40ae447acb195a42da01f612670e5c51d980bc30b8dece62dd"
|
|
187
197
|
},
|
|
188
198
|
{
|
|
189
199
|
"path": "harness-review/checklist.md",
|
|
@@ -199,7 +209,7 @@
|
|
|
199
209
|
},
|
|
200
210
|
{
|
|
201
211
|
"path": "harness-review/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
212
|
+
"sha256": "fb25dce097c4ce8a9840c79a44239d9485850aec3f3588f87db098c4db9ab63e"
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-run/checklist.md",
|
|
@@ -215,7 +225,7 @@
|
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-run/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
228
|
+
"sha256": "a1fb7b5880f087dc8275ee3002fcee6d0065b03b747f0a5c3b72926ce98c8a22"
|
|
219
229
|
},
|
|
220
230
|
{
|
|
221
231
|
"path": "harness-submit/checklist.md",
|
|
@@ -227,7 +237,7 @@
|
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-submit/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
240
|
+
"sha256": "750c3ae021ed23f4f15df83cb9e8efec251fa02a89ca8ab768cd1441dd3a5caf"
|
|
231
241
|
},
|
|
232
242
|
{
|
|
233
243
|
"path": "harness-sync/reference.md",
|
|
@@ -235,7 +245,7 @@
|
|
|
235
245
|
},
|
|
236
246
|
{
|
|
237
247
|
"path": "harness-sync/SKILL.md",
|
|
238
|
-
"sha256": "
|
|
248
|
+
"sha256": "87d09a6eaadef88e42d3aec51ef144824aa275238605ead71d2dd760f104c4f6"
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "harness-test/checklist.md",
|
|
@@ -247,7 +257,7 @@
|
|
|
247
257
|
},
|
|
248
258
|
{
|
|
249
259
|
"path": "harness-test/pitfalls.md",
|
|
250
|
-
"sha256": "
|
|
260
|
+
"sha256": "93ba0f76c4b182e0fbabd25d883dd2970c87040b97ff8c69f835ad6f2759f21d"
|
|
251
261
|
},
|
|
252
262
|
{
|
|
253
263
|
"path": "harness-test/reference.md",
|
|
@@ -259,7 +269,7 @@
|
|
|
259
269
|
},
|
|
260
270
|
{
|
|
261
271
|
"path": "harness-test/SKILL.md",
|
|
262
|
-
"sha256": "
|
|
272
|
+
"sha256": "57c214510ec00f69cf1e234011bfbbbcb420148757eee69171435d433a7124f9"
|
|
263
273
|
},
|
|
264
274
|
{
|
|
265
275
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -343,7 +353,7 @@
|
|
|
343
353
|
},
|
|
344
354
|
{
|
|
345
355
|
"path": "scripts/harness_context.py",
|
|
346
|
-
"sha256": "
|
|
356
|
+
"sha256": "c3b4be68cf0034e30199e1cffb8a03c74e5d95267095b737a55bf6d96c1c1df3"
|
|
347
357
|
},
|
|
348
358
|
{
|
|
349
359
|
"path": "scripts/harness_deploy.py",
|
|
@@ -363,7 +373,7 @@
|
|
|
363
373
|
},
|
|
364
374
|
{
|
|
365
375
|
"path": "scripts/harness_events.py",
|
|
366
|
-
"sha256": "
|
|
376
|
+
"sha256": "3116137be32bd696adce47c79f2af99a8f1517a7555bd1bbaffe27e17fd12fbc"
|
|
367
377
|
},
|
|
368
378
|
{
|
|
369
379
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -375,7 +385,7 @@
|
|
|
375
385
|
},
|
|
376
386
|
{
|
|
377
387
|
"path": "scripts/harness_gate.py",
|
|
378
|
-
"sha256": "
|
|
388
|
+
"sha256": "0a226076091d9c1d715a48164dfc0ca123e1839a47753f826729bfca4e327c7f"
|
|
379
389
|
},
|
|
380
390
|
{
|
|
381
391
|
"path": "scripts/harness_headless.py",
|
|
@@ -387,7 +397,7 @@
|
|
|
387
397
|
},
|
|
388
398
|
{
|
|
389
399
|
"path": "scripts/harness_ledger.py",
|
|
390
|
-
"sha256": "
|
|
400
|
+
"sha256": "5e5787ee891f9e41e815f487422946fc78b2242b78a01e232e0132782f887c6b"
|
|
391
401
|
},
|
|
392
402
|
{
|
|
393
403
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -411,7 +421,7 @@
|
|
|
411
421
|
},
|
|
412
422
|
{
|
|
413
423
|
"path": "scripts/harness_plan_finalize.py",
|
|
414
|
-
"sha256": "
|
|
424
|
+
"sha256": "af12b53ab5503eb5c0ead5bd58e8da9d5389c649958ac678bf448e4c8a286d5b"
|
|
415
425
|
},
|
|
416
426
|
{
|
|
417
427
|
"path": "scripts/harness_preflight.py",
|
|
@@ -443,7 +453,7 @@
|
|
|
443
453
|
},
|
|
444
454
|
{
|
|
445
455
|
"path": "scripts/harness_service.py",
|
|
446
|
-
"sha256": "
|
|
456
|
+
"sha256": "ea56f9e6d8454255c1206c1239ef5d4e04aa31cd21f6edd62ba04dba89a795f1"
|
|
447
457
|
},
|
|
448
458
|
{
|
|
449
459
|
"path": "scripts/harness_state.py",
|
|
@@ -459,7 +469,7 @@
|
|
|
459
469
|
},
|
|
460
470
|
{
|
|
461
471
|
"path": "scripts/harness_test_guard.py",
|
|
462
|
-
"sha256": "
|
|
472
|
+
"sha256": "1b4420875a4dc2cfa14dd75b5a8bd4bf4da230bf916651262ae61f7ab5386a08"
|
|
463
473
|
},
|
|
464
474
|
{
|
|
465
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.59",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.79",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -16,14 +16,16 @@
|
|
|
16
16
|
"external-convergence@1",
|
|
17
17
|
"codegraph-status@2",
|
|
18
18
|
"doctor-capability@1",
|
|
19
|
-
"registry-governance@1"
|
|
19
|
+
"registry-governance@1",
|
|
20
|
+
"remote-sync-push@1",
|
|
21
|
+
"remote-sync-pull@1"
|
|
20
22
|
]
|
|
21
23
|
},
|
|
22
24
|
"generator": "harness_deploy.py",
|
|
23
25
|
"files": [
|
|
24
26
|
{
|
|
25
27
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
28
|
+
"sha256": "0ab0573d4af0b534238fa5a0c7e83b2848a21d7647f2259b7ac46cf3081660ea"
|
|
27
29
|
},
|
|
28
30
|
{
|
|
29
31
|
"path": "CONTEXT.md",
|
|
@@ -67,7 +69,7 @@
|
|
|
67
69
|
},
|
|
68
70
|
{
|
|
69
71
|
"path": "contracts/workflow-policy.json",
|
|
70
|
-
"sha256": "
|
|
72
|
+
"sha256": "65a308f68b43b7c43b7566d77336b15152a391d26abc7f9fec18290994c85a82"
|
|
71
73
|
},
|
|
72
74
|
{
|
|
73
75
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
},
|
|
80
82
|
{
|
|
81
83
|
"path": "harness-apidoc/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
84
|
+
"sha256": "ae23084cdd0f1a84fbe43245b7d94ef86bd24b74c778866b615ff2e15ebe09a6"
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
100
|
+
"sha256": "60ca11689580418fe5f01035aaefd4c940070c42a547936313d28b948e0fbf43"
|
|
99
101
|
},
|
|
100
102
|
{
|
|
101
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -111,7 +113,7 @@
|
|
|
111
113
|
},
|
|
112
114
|
{
|
|
113
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
114
|
-
"sha256": "
|
|
116
|
+
"sha256": "912e742f70590f15cf405d6b8e16e3ffe457c40a5e845f5eef54d30ffa8862c2"
|
|
115
117
|
},
|
|
116
118
|
{
|
|
117
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -151,11 +153,11 @@
|
|
|
151
153
|
},
|
|
152
154
|
{
|
|
153
155
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
156
|
+
"sha256": "cab2180537127f4832587891d2e0c25af3fcaf4a5b4169dcfe07a68c5f562350"
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "e0f9098eaad2242210e5fa2d8328575779366827a4bfe9b75b05b79981d1ee58"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-package/checklist.md",
|
|
@@ -167,7 +169,7 @@
|
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-package/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "bc91654abd36643f55662b66e789adf37935b47794ce9998fe4caba8c19d343b"
|
|
171
173
|
},
|
|
172
174
|
{
|
|
173
175
|
"path": "harness-plan/checklist.md",
|
|
@@ -179,11 +181,19 @@
|
|
|
179
181
|
},
|
|
180
182
|
{
|
|
181
183
|
"path": "harness-plan/reference.md",
|
|
182
|
-
"sha256": "
|
|
184
|
+
"sha256": "e06263459603bba4be15f66455154836dc693c5d3f943abeb6774b30dbe304c7"
|
|
183
185
|
},
|
|
184
186
|
{
|
|
185
187
|
"path": "harness-plan/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
188
|
+
"sha256": "8acc1647a6e08f02645e11ef391e644dff0b4ad01c161bb2df02f2ff2c251e2e"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"path": "harness-pull/SKILL.md",
|
|
192
|
+
"sha256": "9f9f732d523d22c59d259c0cf1cf10cf0de38b19b63843909f03f0c1ee223741"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"path": "harness-push/SKILL.md",
|
|
196
|
+
"sha256": "b25ec3e7143f30e0993970328dcec9cc43aa34b425e7571659ed6f13341b7f8c"
|
|
187
197
|
},
|
|
188
198
|
{
|
|
189
199
|
"path": "harness-review/checklist.md",
|
|
@@ -199,7 +209,7 @@
|
|
|
199
209
|
},
|
|
200
210
|
{
|
|
201
211
|
"path": "harness-review/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
212
|
+
"sha256": "97c94696071813ab2ca8a918861bd6c76f592ff2a8f25068b29e645f7a9c2def"
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-run/checklist.md",
|
|
@@ -215,7 +225,7 @@
|
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-run/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
228
|
+
"sha256": "dcae1af9ceaa6e03b5fc9d6f84d254be7e252a2247f3bfe0e0a6b20cbbb0fee5"
|
|
219
229
|
},
|
|
220
230
|
{
|
|
221
231
|
"path": "harness-submit/checklist.md",
|
|
@@ -227,7 +237,7 @@
|
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-submit/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
240
|
+
"sha256": "d3563069494dad7b0018ef1d2483336297775c4908852909e3e5f0ed8e72ee3c"
|
|
231
241
|
},
|
|
232
242
|
{
|
|
233
243
|
"path": "harness-sync/reference.md",
|
|
@@ -235,7 +245,7 @@
|
|
|
235
245
|
},
|
|
236
246
|
{
|
|
237
247
|
"path": "harness-sync/SKILL.md",
|
|
238
|
-
"sha256": "
|
|
248
|
+
"sha256": "8eb0659fc5e9ee1388f4e2310e10f10191e8dc3a2b0bffd50113055465a3ab95"
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "harness-test/checklist.md",
|
|
@@ -247,7 +257,7 @@
|
|
|
247
257
|
},
|
|
248
258
|
{
|
|
249
259
|
"path": "harness-test/pitfalls.md",
|
|
250
|
-
"sha256": "
|
|
260
|
+
"sha256": "93ba0f76c4b182e0fbabd25d883dd2970c87040b97ff8c69f835ad6f2759f21d"
|
|
251
261
|
},
|
|
252
262
|
{
|
|
253
263
|
"path": "harness-test/reference.md",
|
|
@@ -259,7 +269,7 @@
|
|
|
259
269
|
},
|
|
260
270
|
{
|
|
261
271
|
"path": "harness-test/SKILL.md",
|
|
262
|
-
"sha256": "
|
|
272
|
+
"sha256": "a7a0a894fba36099469fb6884dda1f724f04cd9179c421db81e9fa4b5acd6549"
|
|
263
273
|
},
|
|
264
274
|
{
|
|
265
275
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -343,7 +353,7 @@
|
|
|
343
353
|
},
|
|
344
354
|
{
|
|
345
355
|
"path": "scripts/harness_context.py",
|
|
346
|
-
"sha256": "
|
|
356
|
+
"sha256": "c3b4be68cf0034e30199e1cffb8a03c74e5d95267095b737a55bf6d96c1c1df3"
|
|
347
357
|
},
|
|
348
358
|
{
|
|
349
359
|
"path": "scripts/harness_deploy.py",
|
|
@@ -363,7 +373,7 @@
|
|
|
363
373
|
},
|
|
364
374
|
{
|
|
365
375
|
"path": "scripts/harness_events.py",
|
|
366
|
-
"sha256": "
|
|
376
|
+
"sha256": "3116137be32bd696adce47c79f2af99a8f1517a7555bd1bbaffe27e17fd12fbc"
|
|
367
377
|
},
|
|
368
378
|
{
|
|
369
379
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -375,7 +385,7 @@
|
|
|
375
385
|
},
|
|
376
386
|
{
|
|
377
387
|
"path": "scripts/harness_gate.py",
|
|
378
|
-
"sha256": "
|
|
388
|
+
"sha256": "0a226076091d9c1d715a48164dfc0ca123e1839a47753f826729bfca4e327c7f"
|
|
379
389
|
},
|
|
380
390
|
{
|
|
381
391
|
"path": "scripts/harness_headless.py",
|
|
@@ -387,7 +397,7 @@
|
|
|
387
397
|
},
|
|
388
398
|
{
|
|
389
399
|
"path": "scripts/harness_ledger.py",
|
|
390
|
-
"sha256": "
|
|
400
|
+
"sha256": "5e5787ee891f9e41e815f487422946fc78b2242b78a01e232e0132782f887c6b"
|
|
391
401
|
},
|
|
392
402
|
{
|
|
393
403
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -411,7 +421,7 @@
|
|
|
411
421
|
},
|
|
412
422
|
{
|
|
413
423
|
"path": "scripts/harness_plan_finalize.py",
|
|
414
|
-
"sha256": "
|
|
424
|
+
"sha256": "af12b53ab5503eb5c0ead5bd58e8da9d5389c649958ac678bf448e4c8a286d5b"
|
|
415
425
|
},
|
|
416
426
|
{
|
|
417
427
|
"path": "scripts/harness_preflight.py",
|
|
@@ -443,7 +453,7 @@
|
|
|
443
453
|
},
|
|
444
454
|
{
|
|
445
455
|
"path": "scripts/harness_service.py",
|
|
446
|
-
"sha256": "
|
|
456
|
+
"sha256": "ea56f9e6d8454255c1206c1239ef5d4e04aa31cd21f6edd62ba04dba89a795f1"
|
|
447
457
|
},
|
|
448
458
|
{
|
|
449
459
|
"path": "scripts/harness_state.py",
|
|
@@ -459,7 +469,7 @@
|
|
|
459
469
|
},
|
|
460
470
|
{
|
|
461
471
|
"path": "scripts/harness_test_guard.py",
|
|
462
|
-
"sha256": "
|
|
472
|
+
"sha256": "1b4420875a4dc2cfa14dd75b5a8bd4bf4da230bf916651262ae61f7ab5386a08"
|
|
463
473
|
},
|
|
464
474
|
{
|
|
465
475
|
"path": "scripts/harness_test_runner.py",
|