@hunter-harness/workflow-harness 0.2.69 → 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/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 +3 -1
- package/harness/bundles/general/claude-code/harness-plan/reference.md +31 -1
- 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 +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 +254 -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/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 +3 -1
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +31 -1
- 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 +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 +254 -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/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 +3 -1
- package/harness/bundles/general/codex/harness-plan/reference.md +31 -1
- 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 +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 +254 -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/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 +3 -1
- package/harness/bundles/general/cursor/harness-plan/reference.md +31 -1
- 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 +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 +254 -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/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 +3 -1
- package/harness/bundles/java/claude-code/harness-plan/reference.md +31 -1
- 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 +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 +254 -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/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 +3 -1
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +31 -1
- 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 +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 +254 -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/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 +3 -1
- package/harness/bundles/java/codex/harness-plan/reference.md +31 -1
- 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 +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 +254 -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/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 +3 -1
- package/harness/bundles/java/cursor/harness-plan/reference.md +31 -1
- 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 +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 +254 -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 +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 +26 -26
- package/harness/manifests/java/codebuddy.json +26 -26
- package/harness/manifests/java/codex.json +26 -26
- package/harness/manifests/java/cursor.json +26 -26
- 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": "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",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "901cf228a8a6c82597c389855ec959d128570a9c522f832f1bb4ba15a324af65"
|
|
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": "8f5f6314849041054d6fe6925f43c2d085699469b07ff2cd573cc6ce9ae9fc85"
|
|
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": "6ce014f6d6a09a30f27593af0e73227af7e9b211c3f79dbdc93535541f191f85"
|
|
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": "87ae4bae141dc5e8ece79da25c68b3db23c1c5a21f677e97c8f561efc8d3bbc7"
|
|
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": "dce13c13b32006cf2ecc9c5da733f80ddfdb9e43cff3070c9f2df27c61b8abe6"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "eb79bdd0dda6acc685a523e01faacaa04c26902b9b12822921bac751ba141ea7"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-package/checklist.md",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-package/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "e0a3e5ccc3d041bcfac5ab643d9863594fdb1873569483a4bc8aae2ea05bff4b"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-plan/checklist.md",
|
|
@@ -181,19 +181,19 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-plan/reference.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "e06263459603bba4be15f66455154836dc693c5d3f943abeb6774b30dbe304c7"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "7a77f2ca28fa9760c13acd3348914115a4c072c84e79aa158fe54f9106c5e7c7"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-pull/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "213c970f413fb6e3dbd5618e0a276ba2668f8f2e47e7b3da885688559639649c"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-push/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "72203a1628cedd40ae447acb195a42da01f612670e5c51d980bc30b8dece62dd"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-review/checklist.md",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-review/SKILL.md",
|
|
212
|
-
"sha256": "
|
|
212
|
+
"sha256": "fb25dce097c4ce8a9840c79a44239d9485850aec3f3588f87db098c4db9ab63e"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-run/checklist.md",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-run/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "a1fb7b5880f087dc8275ee3002fcee6d0065b03b747f0a5c3b72926ce98c8a22"
|
|
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": "750c3ae021ed23f4f15df83cb9e8efec251fa02a89ca8ab768cd1441dd3a5caf"
|
|
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": "87d09a6eaadef88e42d3aec51ef144824aa275238605ead71d2dd760f104c4f6"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-test/checklist.md",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-test/pitfalls.md",
|
|
260
|
-
"sha256": "
|
|
260
|
+
"sha256": "93ba0f76c4b182e0fbabd25d883dd2970c87040b97ff8c69f835ad6f2759f21d"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-test/reference.md",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"path": "harness-test/SKILL.md",
|
|
272
|
-
"sha256": "
|
|
272
|
+
"sha256": "57c214510ec00f69cf1e234011bfbbbcb420148757eee69171435d433a7124f9"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_context.py",
|
|
356
|
-
"sha256": "
|
|
356
|
+
"sha256": "c3b4be68cf0034e30199e1cffb8a03c74e5d95267095b737a55bf6d96c1c1df3"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_deploy.py",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_events.py",
|
|
376
|
-
"sha256": "
|
|
376
|
+
"sha256": "3116137be32bd696adce47c79f2af99a8f1517a7555bd1bbaffe27e17fd12fbc"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_gate.py",
|
|
388
|
-
"sha256": "
|
|
388
|
+
"sha256": "0a226076091d9c1d715a48164dfc0ca123e1839a47753f826729bfca4e327c7f"
|
|
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": "5e5787ee891f9e41e815f487422946fc78b2242b78a01e232e0132782f887c6b"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"path": "scripts/harness_plan_finalize.py",
|
|
424
|
-
"sha256": "
|
|
424
|
+
"sha256": "af12b53ab5503eb5c0ead5bd58e8da9d5389c649958ac678bf448e4c8a286d5b"
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"path": "scripts/harness_preflight.py",
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
455
|
"path": "scripts/harness_service.py",
|
|
456
|
-
"sha256": "
|
|
456
|
+
"sha256": "ea56f9e6d8454255c1206c1239ef5d4e04aa31cd21f6edd62ba04dba89a795f1"
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
459
|
"path": "scripts/harness_state.py",
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"path": "scripts/harness_test_guard.py",
|
|
472
|
-
"sha256": "
|
|
472
|
+
"sha256": "1b4420875a4dc2cfa14dd75b5a8bd4bf4da230bf916651262ae61f7ab5386a08"
|
|
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.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",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "0ab0573d4af0b534238fa5a0c7e83b2848a21d7647f2259b7ac46cf3081660ea"
|
|
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": "ae23084cdd0f1a84fbe43245b7d94ef86bd24b74c778866b615ff2e15ebe09a6"
|
|
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": "60ca11689580418fe5f01035aaefd4c940070c42a547936313d28b948e0fbf43"
|
|
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": "912e742f70590f15cf405d6b8e16e3ffe457c40a5e845f5eef54d30ffa8862c2"
|
|
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": "cab2180537127f4832587891d2e0c25af3fcaf4a5b4169dcfe07a68c5f562350"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-knowledge-query/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "e0f9098eaad2242210e5fa2d8328575779366827a4bfe9b75b05b79981d1ee58"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-package/checklist.md",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-package/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "bc91654abd36643f55662b66e789adf37935b47794ce9998fe4caba8c19d343b"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-plan/checklist.md",
|
|
@@ -181,19 +181,19 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-plan/reference.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "e06263459603bba4be15f66455154836dc693c5d3f943abeb6774b30dbe304c7"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "8acc1647a6e08f02645e11ef391e644dff0b4ad01c161bb2df02f2ff2c251e2e"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-pull/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "9f9f732d523d22c59d259c0cf1cf10cf0de38b19b63843909f03f0c1ee223741"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-push/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "b25ec3e7143f30e0993970328dcec9cc43aa34b425e7571659ed6f13341b7f8c"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-review/checklist.md",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-review/SKILL.md",
|
|
212
|
-
"sha256": "
|
|
212
|
+
"sha256": "97c94696071813ab2ca8a918861bd6c76f592ff2a8f25068b29e645f7a9c2def"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-run/checklist.md",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-run/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "dcae1af9ceaa6e03b5fc9d6f84d254be7e252a2247f3bfe0e0a6b20cbbb0fee5"
|
|
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": "d3563069494dad7b0018ef1d2483336297775c4908852909e3e5f0ed8e72ee3c"
|
|
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": "8eb0659fc5e9ee1388f4e2310e10f10191e8dc3a2b0bffd50113055465a3ab95"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-test/checklist.md",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-test/pitfalls.md",
|
|
260
|
-
"sha256": "
|
|
260
|
+
"sha256": "93ba0f76c4b182e0fbabd25d883dd2970c87040b97ff8c69f835ad6f2759f21d"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-test/reference.md",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"path": "harness-test/SKILL.md",
|
|
272
|
-
"sha256": "
|
|
272
|
+
"sha256": "a7a0a894fba36099469fb6884dda1f724f04cd9179c421db81e9fa4b5acd6549"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_context.py",
|
|
356
|
-
"sha256": "
|
|
356
|
+
"sha256": "c3b4be68cf0034e30199e1cffb8a03c74e5d95267095b737a55bf6d96c1c1df3"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_deploy.py",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_events.py",
|
|
376
|
-
"sha256": "
|
|
376
|
+
"sha256": "3116137be32bd696adce47c79f2af99a8f1517a7555bd1bbaffe27e17fd12fbc"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_gate.py",
|
|
388
|
-
"sha256": "
|
|
388
|
+
"sha256": "0a226076091d9c1d715a48164dfc0ca123e1839a47753f826729bfca4e327c7f"
|
|
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": "5e5787ee891f9e41e815f487422946fc78b2242b78a01e232e0132782f887c6b"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"path": "scripts/harness_plan_finalize.py",
|
|
424
|
-
"sha256": "
|
|
424
|
+
"sha256": "af12b53ab5503eb5c0ead5bd58e8da9d5389c649958ac678bf448e4c8a286d5b"
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"path": "scripts/harness_preflight.py",
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
455
|
"path": "scripts/harness_service.py",
|
|
456
|
-
"sha256": "
|
|
456
|
+
"sha256": "ea56f9e6d8454255c1206c1239ef5d4e04aa31cd21f6edd62ba04dba89a795f1"
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
459
|
"path": "scripts/harness_state.py",
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"path": "scripts/harness_test_guard.py",
|
|
472
|
-
"sha256": "
|
|
472
|
+
"sha256": "1b4420875a4dc2cfa14dd75b5a8bd4bf4da230bf916651262ae61f7ab5386a08"
|
|
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.59",
|
|
10
|
+
"content_sha256": "sha256:581316812ca13dcf911fecee5213b8e4cde232ca7403cf0f90e29dd89a633497",
|
|
11
|
+
"minimumCliVersion": "0.2.79",
|
|
12
|
+
"workflowPackageVersion": "0.2.70",
|
|
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.79",
|
|
30
30
|
"capabilities": [
|
|
31
31
|
"sync@2",
|
|
32
32
|
"rules-sync@1",
|