@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": "general",
|
|
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": "db590c4b3cf251bfe7c4564cd18689b53d71010fcee69394af979234660397cf"
|
|
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-archive/checklist.md",
|
|
@@ -83,7 +85,7 @@
|
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-archive/SKILL.md",
|
|
86
|
-
"sha256": "
|
|
88
|
+
"sha256": "3a28422cd3548e5dd11a5edbc8e7e880de6f5555b7e882dddac705c1b3ecdfcf"
|
|
87
89
|
},
|
|
88
90
|
{
|
|
89
91
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -99,7 +101,7 @@
|
|
|
99
101
|
},
|
|
100
102
|
{
|
|
101
103
|
"path": "harness-codebase-map/SKILL.md",
|
|
102
|
-
"sha256": "
|
|
104
|
+
"sha256": "6713e1b53f229c7fb143a7dc77654e9d2be4e3b0d711255ae4d156347de1ebb8"
|
|
103
105
|
},
|
|
104
106
|
{
|
|
105
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,11 +141,11 @@
|
|
|
139
141
|
},
|
|
140
142
|
{
|
|
141
143
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
144
|
+
"sha256": "77f3115b7c79c718d8abe8c796b35b40de64982c1ef70f45983dfb952b99d479"
|
|
143
145
|
},
|
|
144
146
|
{
|
|
145
147
|
"path": "harness-knowledge-query/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
148
|
+
"sha256": "dd423028e768b505948bb1db5fd62dc6f32082b3d36f3ebd8f8c3defb4db7ad9"
|
|
147
149
|
},
|
|
148
150
|
{
|
|
149
151
|
"path": "harness-plan/checklist.md",
|
|
@@ -155,11 +157,19 @@
|
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-plan/reference.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "e06263459603bba4be15f66455154836dc693c5d3f943abeb6774b30dbe304c7"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-plan/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
164
|
+
"sha256": "84bae7ce1d2792f679af62b3ceab534c956a5cd44efe89838c13a294f4a59f57"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"path": "harness-pull/SKILL.md",
|
|
168
|
+
"sha256": "76546d8bde18b2764e9be6e1b188c03fa59a646ab6f74a5696dd652477e89ecb"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"path": "harness-push/SKILL.md",
|
|
172
|
+
"sha256": "c605420fefa3f7e88456943edf66cb5a763101a77eb806fc1db4171fe24a70e6"
|
|
163
173
|
},
|
|
164
174
|
{
|
|
165
175
|
"path": "harness-review/checklist.md",
|
|
@@ -175,7 +185,7 @@
|
|
|
175
185
|
},
|
|
176
186
|
{
|
|
177
187
|
"path": "harness-review/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
188
|
+
"sha256": "6e2d4eb8784c2d7c212a3bef7e1158c51680ee9d4ee6d77b81c9aaa336e90721"
|
|
179
189
|
},
|
|
180
190
|
{
|
|
181
191
|
"path": "harness-run/checklist.md",
|
|
@@ -187,11 +197,11 @@
|
|
|
187
197
|
},
|
|
188
198
|
{
|
|
189
199
|
"path": "harness-run/reference.md",
|
|
190
|
-
"sha256": "
|
|
200
|
+
"sha256": "a11250b12193017d716358c64338685218d4dc1c7022969eb3b52c48d9a2ff00"
|
|
191
201
|
},
|
|
192
202
|
{
|
|
193
203
|
"path": "harness-run/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
204
|
+
"sha256": "c34001e6f00d15daf8f875f7bab4fecce6edb140289db62c9990d654ae2c2846"
|
|
195
205
|
},
|
|
196
206
|
{
|
|
197
207
|
"path": "harness-submit/checklist.md",
|
|
@@ -203,7 +213,7 @@
|
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-submit/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
216
|
+
"sha256": "c78f0346ac1eecc205df49c0e2fb98052a6daa0e81a2cddd5c1e5ba5751388b1"
|
|
207
217
|
},
|
|
208
218
|
{
|
|
209
219
|
"path": "harness-sync/reference.md",
|
|
@@ -211,7 +221,7 @@
|
|
|
211
221
|
},
|
|
212
222
|
{
|
|
213
223
|
"path": "harness-sync/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
224
|
+
"sha256": "d648d0b3f0d1620fc5c1dda5d3460ba101b62d8bf3e087ff25dff2137cd56ab0"
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-test/checklist.md",
|
|
@@ -223,11 +233,11 @@
|
|
|
223
233
|
},
|
|
224
234
|
{
|
|
225
235
|
"path": "harness-test/pitfalls.md",
|
|
226
|
-
"sha256": "
|
|
236
|
+
"sha256": "93ba0f76c4b182e0fbabd25d883dd2970c87040b97ff8c69f835ad6f2759f21d"
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-test/reference.md",
|
|
230
|
-
"sha256": "
|
|
240
|
+
"sha256": "b2445487ee14d96466641763870b44f01a29ab8d3cae1ec70d2a7c045e882b1e"
|
|
231
241
|
},
|
|
232
242
|
{
|
|
233
243
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -235,7 +245,7 @@
|
|
|
235
245
|
},
|
|
236
246
|
{
|
|
237
247
|
"path": "harness-test/SKILL.md",
|
|
238
|
-
"sha256": "
|
|
248
|
+
"sha256": "c60a7c809a6af66a7db7647600559d7718dce686360e57637b99f36a81d33761"
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -319,7 +329,7 @@
|
|
|
319
329
|
},
|
|
320
330
|
{
|
|
321
331
|
"path": "scripts/harness_context.py",
|
|
322
|
-
"sha256": "
|
|
332
|
+
"sha256": "c3b4be68cf0034e30199e1cffb8a03c74e5d95267095b737a55bf6d96c1c1df3"
|
|
323
333
|
},
|
|
324
334
|
{
|
|
325
335
|
"path": "scripts/harness_deploy.py",
|
|
@@ -339,7 +349,7 @@
|
|
|
339
349
|
},
|
|
340
350
|
{
|
|
341
351
|
"path": "scripts/harness_events.py",
|
|
342
|
-
"sha256": "
|
|
352
|
+
"sha256": "3116137be32bd696adce47c79f2af99a8f1517a7555bd1bbaffe27e17fd12fbc"
|
|
343
353
|
},
|
|
344
354
|
{
|
|
345
355
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -351,7 +361,7 @@
|
|
|
351
361
|
},
|
|
352
362
|
{
|
|
353
363
|
"path": "scripts/harness_gate.py",
|
|
354
|
-
"sha256": "
|
|
364
|
+
"sha256": "0a226076091d9c1d715a48164dfc0ca123e1839a47753f826729bfca4e327c7f"
|
|
355
365
|
},
|
|
356
366
|
{
|
|
357
367
|
"path": "scripts/harness_headless.py",
|
|
@@ -363,7 +373,7 @@
|
|
|
363
373
|
},
|
|
364
374
|
{
|
|
365
375
|
"path": "scripts/harness_ledger.py",
|
|
366
|
-
"sha256": "
|
|
376
|
+
"sha256": "5e5787ee891f9e41e815f487422946fc78b2242b78a01e232e0132782f887c6b"
|
|
367
377
|
},
|
|
368
378
|
{
|
|
369
379
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -387,7 +397,7 @@
|
|
|
387
397
|
},
|
|
388
398
|
{
|
|
389
399
|
"path": "scripts/harness_plan_finalize.py",
|
|
390
|
-
"sha256": "
|
|
400
|
+
"sha256": "af12b53ab5503eb5c0ead5bd58e8da9d5389c649958ac678bf448e4c8a286d5b"
|
|
391
401
|
},
|
|
392
402
|
{
|
|
393
403
|
"path": "scripts/harness_preflight.py",
|
|
@@ -419,7 +429,7 @@
|
|
|
419
429
|
},
|
|
420
430
|
{
|
|
421
431
|
"path": "scripts/harness_service.py",
|
|
422
|
-
"sha256": "
|
|
432
|
+
"sha256": "ea56f9e6d8454255c1206c1239ef5d4e04aa31cd21f6edd62ba04dba89a795f1"
|
|
423
433
|
},
|
|
424
434
|
{
|
|
425
435
|
"path": "scripts/harness_state.py",
|
|
@@ -435,7 +445,7 @@
|
|
|
435
445
|
},
|
|
436
446
|
{
|
|
437
447
|
"path": "scripts/harness_test_guard.py",
|
|
438
|
-
"sha256": "
|
|
448
|
+
"sha256": "1b4420875a4dc2cfa14dd75b5a8bd4bf4da230bf916651262ae61f7ab5386a08"
|
|
439
449
|
},
|
|
440
450
|
{
|
|
441
451
|
"path": "scripts/harness_test_runner.py",
|
|
@@ -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.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": "53ac41e34270bdcee21dc8330dcb214a874f32ef68bd481972a1f06cae256a56"
|
|
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-archive/checklist.md",
|
|
@@ -83,7 +85,7 @@
|
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"path": "harness-archive/SKILL.md",
|
|
86
|
-
"sha256": "
|
|
88
|
+
"sha256": "7f6ea3ed0fa0abe1a9d37ac4bbd02da04547f827ceebb15b102f2a10de5e399b"
|
|
87
89
|
},
|
|
88
90
|
{
|
|
89
91
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -99,7 +101,7 @@
|
|
|
99
101
|
},
|
|
100
102
|
{
|
|
101
103
|
"path": "harness-codebase-map/SKILL.md",
|
|
102
|
-
"sha256": "
|
|
104
|
+
"sha256": "9212f59812e5f92ac3e1afe924ee07c8022765f1c072436d53a50e819c303bb5"
|
|
103
105
|
},
|
|
104
106
|
{
|
|
105
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,11 +141,11 @@
|
|
|
139
141
|
},
|
|
140
142
|
{
|
|
141
143
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
144
|
+
"sha256": "8df4c26a8b731448ab4e85dd30c9a013cac56287d7b857385fb1ee52a28c1afb"
|
|
143
145
|
},
|
|
144
146
|
{
|
|
145
147
|
"path": "harness-knowledge-query/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
148
|
+
"sha256": "cd1137fd77123f254e53180bfdabcfbb5047f625e2013fb8aa606261a489a778"
|
|
147
149
|
},
|
|
148
150
|
{
|
|
149
151
|
"path": "harness-plan/checklist.md",
|
|
@@ -155,11 +157,19 @@
|
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"path": "harness-plan/reference.md",
|
|
158
|
-
"sha256": "
|
|
160
|
+
"sha256": "e06263459603bba4be15f66455154836dc693c5d3f943abeb6774b30dbe304c7"
|
|
159
161
|
},
|
|
160
162
|
{
|
|
161
163
|
"path": "harness-plan/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
164
|
+
"sha256": "7e8d0c0f61781f2ebf0caecfb854554df449dd8d3c46ab8a2f07b185dd40ddac"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"path": "harness-pull/SKILL.md",
|
|
168
|
+
"sha256": "18e68cf861135e3391da016fa53db7403671a3b64f407db8a0a7a545ac64746e"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"path": "harness-push/SKILL.md",
|
|
172
|
+
"sha256": "c61cb6e0013994fb294df378103be114671b778d025fdff5d59f7063d1a5172a"
|
|
163
173
|
},
|
|
164
174
|
{
|
|
165
175
|
"path": "harness-review/checklist.md",
|
|
@@ -175,7 +185,7 @@
|
|
|
175
185
|
},
|
|
176
186
|
{
|
|
177
187
|
"path": "harness-review/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
188
|
+
"sha256": "b0b28dbc99c9f939f4856aca517b3b8315d5474e54082eb83fe9249a27d3950b"
|
|
179
189
|
},
|
|
180
190
|
{
|
|
181
191
|
"path": "harness-run/checklist.md",
|
|
@@ -187,11 +197,11 @@
|
|
|
187
197
|
},
|
|
188
198
|
{
|
|
189
199
|
"path": "harness-run/reference.md",
|
|
190
|
-
"sha256": "
|
|
200
|
+
"sha256": "a11250b12193017d716358c64338685218d4dc1c7022969eb3b52c48d9a2ff00"
|
|
191
201
|
},
|
|
192
202
|
{
|
|
193
203
|
"path": "harness-run/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
204
|
+
"sha256": "addae503abe353659e491fbec2a2e08045daaa8ba0c21e9dbbcdb8003fd4f681"
|
|
195
205
|
},
|
|
196
206
|
{
|
|
197
207
|
"path": "harness-submit/checklist.md",
|
|
@@ -203,7 +213,7 @@
|
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
"path": "harness-submit/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
216
|
+
"sha256": "7934265e138248050b32f0deccb66cbb19ef194502c017937c8e515531e70ba7"
|
|
207
217
|
},
|
|
208
218
|
{
|
|
209
219
|
"path": "harness-sync/reference.md",
|
|
@@ -211,7 +221,7 @@
|
|
|
211
221
|
},
|
|
212
222
|
{
|
|
213
223
|
"path": "harness-sync/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
224
|
+
"sha256": "5d1099f2066a1da3e461943e3dfd4ee86b649871092a7b376f3e735e280ca6f1"
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"path": "harness-test/checklist.md",
|
|
@@ -223,11 +233,11 @@
|
|
|
223
233
|
},
|
|
224
234
|
{
|
|
225
235
|
"path": "harness-test/pitfalls.md",
|
|
226
|
-
"sha256": "
|
|
236
|
+
"sha256": "93ba0f76c4b182e0fbabd25d883dd2970c87040b97ff8c69f835ad6f2759f21d"
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"path": "harness-test/reference.md",
|
|
230
|
-
"sha256": "
|
|
240
|
+
"sha256": "b2445487ee14d96466641763870b44f01a29ab8d3cae1ec70d2a7c045e882b1e"
|
|
231
241
|
},
|
|
232
242
|
{
|
|
233
243
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -235,7 +245,7 @@
|
|
|
235
245
|
},
|
|
236
246
|
{
|
|
237
247
|
"path": "harness-test/SKILL.md",
|
|
238
|
-
"sha256": "
|
|
248
|
+
"sha256": "18c9c442268af61cfd6f39b440a4f584892cb9256f6e07f405c6b58a96e5bf93"
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -319,7 +329,7 @@
|
|
|
319
329
|
},
|
|
320
330
|
{
|
|
321
331
|
"path": "scripts/harness_context.py",
|
|
322
|
-
"sha256": "
|
|
332
|
+
"sha256": "c3b4be68cf0034e30199e1cffb8a03c74e5d95267095b737a55bf6d96c1c1df3"
|
|
323
333
|
},
|
|
324
334
|
{
|
|
325
335
|
"path": "scripts/harness_deploy.py",
|
|
@@ -339,7 +349,7 @@
|
|
|
339
349
|
},
|
|
340
350
|
{
|
|
341
351
|
"path": "scripts/harness_events.py",
|
|
342
|
-
"sha256": "
|
|
352
|
+
"sha256": "3116137be32bd696adce47c79f2af99a8f1517a7555bd1bbaffe27e17fd12fbc"
|
|
343
353
|
},
|
|
344
354
|
{
|
|
345
355
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -351,7 +361,7 @@
|
|
|
351
361
|
},
|
|
352
362
|
{
|
|
353
363
|
"path": "scripts/harness_gate.py",
|
|
354
|
-
"sha256": "
|
|
364
|
+
"sha256": "0a226076091d9c1d715a48164dfc0ca123e1839a47753f826729bfca4e327c7f"
|
|
355
365
|
},
|
|
356
366
|
{
|
|
357
367
|
"path": "scripts/harness_headless.py",
|
|
@@ -363,7 +373,7 @@
|
|
|
363
373
|
},
|
|
364
374
|
{
|
|
365
375
|
"path": "scripts/harness_ledger.py",
|
|
366
|
-
"sha256": "
|
|
376
|
+
"sha256": "5e5787ee891f9e41e815f487422946fc78b2242b78a01e232e0132782f887c6b"
|
|
367
377
|
},
|
|
368
378
|
{
|
|
369
379
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -387,7 +397,7 @@
|
|
|
387
397
|
},
|
|
388
398
|
{
|
|
389
399
|
"path": "scripts/harness_plan_finalize.py",
|
|
390
|
-
"sha256": "
|
|
400
|
+
"sha256": "af12b53ab5503eb5c0ead5bd58e8da9d5389c649958ac678bf448e4c8a286d5b"
|
|
391
401
|
},
|
|
392
402
|
{
|
|
393
403
|
"path": "scripts/harness_preflight.py",
|
|
@@ -419,7 +429,7 @@
|
|
|
419
429
|
},
|
|
420
430
|
{
|
|
421
431
|
"path": "scripts/harness_service.py",
|
|
422
|
-
"sha256": "
|
|
432
|
+
"sha256": "ea56f9e6d8454255c1206c1239ef5d4e04aa31cd21f6edd62ba04dba89a795f1"
|
|
423
433
|
},
|
|
424
434
|
{
|
|
425
435
|
"path": "scripts/harness_state.py",
|
|
@@ -435,7 +445,7 @@
|
|
|
435
445
|
},
|
|
436
446
|
{
|
|
437
447
|
"path": "scripts/harness_test_guard.py",
|
|
438
|
-
"sha256": "
|
|
448
|
+
"sha256": "1b4420875a4dc2cfa14dd75b5a8bd4bf4da230bf916651262ae61f7ab5386a08"
|
|
439
449
|
},
|
|
440
450
|
{
|
|
441
451
|
"path": "scripts/harness_test_runner.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.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": "e4f244ee4124783f859edf0cddd9fdec64e5579675640b5bc40b33986601a82c"
|
|
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": "f1423adc2c6c4071c9837ef90cf989eccbacf744dfa5f03eebde0779495eeedf"
|
|
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": "e2fe1e3b3eb9a5bee3c7dc8692261a3dfc2eef5e5d4b95e9ab82b1cab8073a19"
|
|
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": "485d104e6b8ce1c8eb5e5c67c8cea1f7ef60fba475ddf5cfce9f2b0ffae8f606"
|
|
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": "285e2a43c5aa8a8ceaada34845ccabcd53ca8755f65026c6bcd09ec1e4a3bc79"
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"path": "harness-knowledge-query/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
172
|
+
"sha256": "7e89e8d0ac42357f20c5fb9cac64e35b730620316192e33e4af41afcf3459bc2"
|
|
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": "c390b9406c701febf7631dab875ad799ba82f342b776cdd2cd640cb1bd20910d"
|
|
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": "f59db1a40005a25ed547f30a65c74c89789e4ed391f38580f47e29bc64db30cc"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"path": "harness-pull/SKILL.md",
|
|
204
|
+
"sha256": "088b8f20746a75a0f34826a3b765c7b4ad1ffa820a4ffdcadb9e1afe6596536a"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"path": "harness-push/SKILL.md",
|
|
208
|
+
"sha256": "7cc6f457fb225230c419dcf05df6b8b8f8beb2d9fc61fe7b159503428e1c109a"
|
|
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": "526ee18e8180f9e00227eba89aca87782a363b1d3c8299344ed04bf7053e270e"
|
|
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": "e1d1d0ad6ce3ceacb73831f8590c303175ad063bae5c19e00f03d22d6dee290a"
|
|
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": "11c233bacd6d2dc5056e1d2a34d27af9560fb41a4b2a9f88f06b87429e28c7ee"
|
|
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": "6b1db17d164ed15c482c52dc59f9643f5c8641da6c53c46cb8e38ab44d0520ad"
|
|
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": "0feb4069fe75e49611a6837b866f588171fc129cf1c0691a913d68b23cc66bf1"
|
|
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",
|