@hunter-harness/workflow-harness 0.2.82 → 0.2.84
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 +32 -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 +1 -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 +22 -2
- package/harness/bundles/general/claude-code/harness-run/protocols.md +60 -0
- package/harness/bundles/general/claude-code/harness-run/reference.md +1 -1
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +273 -3
- package/harness/bundles/general/claude-code/scripts/harness_fixback.py +451 -37
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +88 -3
- package/harness/bundles/general/claude-code/scripts/harness_integration.py +156 -39
- package/harness/bundles/general/claude-code/scripts/harness_review.py +43 -5
- package/harness/bundles/general/claude-code/scripts/harness_runtime.py +125 -10
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +32 -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 +1 -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 +22 -2
- package/harness/bundles/general/codebuddy/harness-run/protocols.md +60 -0
- package/harness/bundles/general/codebuddy/harness-run/reference.md +1 -1
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +273 -3
- package/harness/bundles/general/codebuddy/scripts/harness_fixback.py +451 -37
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +88 -3
- package/harness/bundles/general/codebuddy/scripts/harness_integration.py +156 -39
- package/harness/bundles/general/codebuddy/scripts/harness_review.py +43 -5
- package/harness/bundles/general/codebuddy/scripts/harness_runtime.py +125 -10
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/harness-archive/SKILL.md +32 -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 +1 -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 +22 -2
- package/harness/bundles/general/codex/harness-run/protocols.md +60 -0
- package/harness/bundles/general/codex/harness-run/reference.md +1 -1
- package/harness/bundles/general/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/codex/scripts/harness_archive.py +273 -3
- package/harness/bundles/general/codex/scripts/harness_fixback.py +451 -37
- package/harness/bundles/general/codex/scripts/harness_gate.py +88 -3
- package/harness/bundles/general/codex/scripts/harness_integration.py +156 -39
- package/harness/bundles/general/codex/scripts/harness_review.py +43 -5
- package/harness/bundles/general/codex/scripts/harness_runtime.py +125 -10
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +32 -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 +1 -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 +22 -2
- package/harness/bundles/general/cursor/harness-run/protocols.md +60 -0
- package/harness/bundles/general/cursor/harness-run/reference.md +1 -1
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/cursor/scripts/harness_archive.py +273 -3
- package/harness/bundles/general/cursor/scripts/harness_fixback.py +451 -37
- package/harness/bundles/general/cursor/scripts/harness_gate.py +88 -3
- package/harness/bundles/general/cursor/scripts/harness_integration.py +156 -39
- package/harness/bundles/general/cursor/scripts/harness_review.py +43 -5
- package/harness/bundles/general/cursor/scripts/harness_runtime.py +125 -10
- 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 +32 -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 +1 -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 +22 -2
- package/harness/bundles/java/claude-code/harness-run/protocols.md +60 -0
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +273 -3
- package/harness/bundles/java/claude-code/scripts/harness_fixback.py +451 -37
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +88 -3
- package/harness/bundles/java/claude-code/scripts/harness_integration.py +156 -39
- package/harness/bundles/java/claude-code/scripts/harness_review.py +43 -5
- package/harness/bundles/java/claude-code/scripts/harness_runtime.py +125 -10
- 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 +32 -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 +1 -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 +22 -2
- package/harness/bundles/java/codebuddy/harness-run/protocols.md +60 -0
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +273 -3
- package/harness/bundles/java/codebuddy/scripts/harness_fixback.py +451 -37
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +88 -3
- package/harness/bundles/java/codebuddy/scripts/harness_integration.py +156 -39
- package/harness/bundles/java/codebuddy/scripts/harness_review.py +43 -5
- package/harness/bundles/java/codebuddy/scripts/harness_runtime.py +125 -10
- 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 +32 -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 +1 -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 +22 -2
- package/harness/bundles/java/codex/harness-run/protocols.md +60 -0
- package/harness/bundles/java/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/codex/scripts/harness_archive.py +273 -3
- package/harness/bundles/java/codex/scripts/harness_fixback.py +451 -37
- package/harness/bundles/java/codex/scripts/harness_gate.py +88 -3
- package/harness/bundles/java/codex/scripts/harness_integration.py +156 -39
- package/harness/bundles/java/codex/scripts/harness_review.py +43 -5
- package/harness/bundles/java/codex/scripts/harness_runtime.py +125 -10
- 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 +32 -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 +1 -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 +22 -2
- package/harness/bundles/java/cursor/harness-run/protocols.md +60 -0
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/cursor/scripts/harness_archive.py +273 -3
- package/harness/bundles/java/cursor/scripts/harness_fixback.py +451 -37
- package/harness/bundles/java/cursor/scripts/harness_gate.py +88 -3
- package/harness/bundles/java/cursor/scripts/harness_integration.py +156 -39
- package/harness/bundles/java/cursor/scripts/harness_review.py +43 -5
- package/harness/bundles/java/cursor/scripts/harness_runtime.py +125 -10
- package/harness/manifests/general/claude-code.json +23 -23
- package/harness/manifests/general/codebuddy.json +23 -23
- package/harness/manifests/general/codex.json +23 -23
- package/harness/manifests/general/cursor.json +23 -23
- package/harness/manifests/java/claude-code.json +24 -24
- package/harness/manifests/java/codebuddy.json +24 -24
- package/harness/manifests/java/codex.json +24 -24
- package/harness/manifests/java/cursor.json +24 -24
- package/hunter-workflow-family.json +5 -5
- package/package.json +1 -1
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.73",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.90",
|
|
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": "a03d96b632d973104687dc4e72380614c4ef8fca026f6d75c156961f148e9a9d"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/SKILL.md",
|
|
88
|
-
"sha256": "
|
|
88
|
+
"sha256": "db00d582fae2ad7867fcfd3269bf9b1fa2fddc49affb2179317045e3c14a6234"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-codebase-map/SKILL.md",
|
|
104
|
-
"sha256": "
|
|
104
|
+
"sha256": "130530eace41f966712bd2d91bbe68b7868b3d3fcb760792728de4f8c59feba1"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -141,11 +141,11 @@
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
144
|
-
"sha256": "
|
|
144
|
+
"sha256": "f83a774f06e1ea6c2e53284ff678515ade0d07eb9c55e0c6d6cde83dcdabb6e2"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"path": "harness-knowledge-query/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
148
|
+
"sha256": "6ccea580bb6d23523eba7d2d036046439dc4196eabd43c8ad3a8d70374d2ad19"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"path": "harness-plan/checklist.md",
|
|
@@ -161,15 +161,15 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-plan/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "2091068ae460a336f9b85f2d90380ac7e0742d25e767c5cbb0d647da0458444e"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-pull/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "587cce4a68e7930b6134806a86b21194a01013e85a0850535c871a8989494395"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-push/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "123a84b2ebf47f87742cf2b37873f66a28bd70c66d1955527a045906a8570063"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-review/checklist.md",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-review/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "9e00af18339cc307f800df60e359706827b8adb2065d288bef6616c1479b14f0"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-run/checklist.md",
|
|
@@ -193,15 +193,15 @@
|
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-run/protocols.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "0f68e5cf0be33203d6c1399147e6a6e46c9b3f21493644778a30cd929dbf60ab"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-run/reference.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "0028be7ce9ccfe46c287cdaefa6545697f4012760d41b0e0d40a32c4b5cec9ac"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-run/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "c12e2c25e96c69335e720b23fd512ab67a8a16ad25e45de280e736932c28cfaf"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-submit/checklist.md",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-submit/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "cae5bd7308fe522fc1b20990b769c8036af41821f9c4e3a794b3afda78f08bb7"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-sync/reference.md",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-sync/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "305b0b2737237a02801a1c65a2fafa870064bfc935c52c165821ec18a9442a1a"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-test/checklist.md",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-test/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
248
|
+
"sha256": "7c4ccab2a93e0dd35890fb51656760b15b1fc75affc66f0b36637587c6f692a2"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
"path": "scripts/harness_archive.py",
|
|
320
|
-
"sha256": "
|
|
320
|
+
"sha256": "7af276128925b6bf10323dbe477e6f98b81e899221c923138ddd03ec8106cd8e"
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"path": "scripts/harness_change.py",
|
|
@@ -357,11 +357,11 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_fixback.py",
|
|
360
|
-
"sha256": "
|
|
360
|
+
"sha256": "56a961a8654dd78d31b5e6f875fd15651419266ea9cab7b81fe0106f2d8a2420"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_gate.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "aa8527c794ac974e2c2a6d55f72021c67e80f56e919b670f02c268d6048f5908"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_headless.py",
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_integration.py",
|
|
372
|
-
"sha256": "
|
|
372
|
+
"sha256": "6835fa1ae86d15c4777f1a0453f2ff18091530f34b142a8194d71127d308fd8e"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_knowledge_candidates.py",
|
|
@@ -425,11 +425,11 @@
|
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"path": "scripts/harness_review.py",
|
|
428
|
-
"sha256": "
|
|
428
|
+
"sha256": "3e14be966ffc0f2e0261f471390d1ed308f2272e1df7e0cb30d7c9ba5e33f858"
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"path": "scripts/harness_runtime.py",
|
|
432
|
-
"sha256": "
|
|
432
|
+
"sha256": "31ada912c61d73d4349781dd0ccd2d656be9bdb0d28cb95c35e76498836a7c02"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"path": "scripts/harness_service.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.73",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.90",
|
|
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": "8dcae52bb6735d48a0ce2fd13b5007390358f9231d272b15f131817f2143d3ea"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/SKILL.md",
|
|
88
|
-
"sha256": "
|
|
88
|
+
"sha256": "4c145224d21068a60b66ea8057a86ac35413bc0d07cb4f58af79b023385d39b1"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-codebase-map/SKILL.md",
|
|
104
|
-
"sha256": "
|
|
104
|
+
"sha256": "87de2d9bc7c4c42fdd19ebc27dc2bf594f75e79709dbdc40ff7e4e056cad7c2d"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -141,11 +141,11 @@
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
144
|
-
"sha256": "
|
|
144
|
+
"sha256": "7925650ad092020b61fa95383910533400f1eb115b9826b0d80855c6fde65682"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"path": "harness-knowledge-query/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
148
|
+
"sha256": "b2b280f86ba04a0953c3ac04d5f67fc7402efb956969cce536e2f3c7fd7b34d7"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"path": "harness-plan/checklist.md",
|
|
@@ -161,15 +161,15 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-plan/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "15c6692ac8d3ca6b983dd028cf1513d61c9e665017221ea674b099086c12179a"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-pull/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "6482de25752727e4763994909416ec97c68f38cf19e7029a60d8fdd0892fdfc2"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-push/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "a8ab62019a76e03e648b9f72468298083e64fb6e1419101694afde33883191f4"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-review/checklist.md",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-review/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "35f704ca891b7b9131941f2228726bc004235feca1fb96b27945abde26c0fa00"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-run/checklist.md",
|
|
@@ -193,15 +193,15 @@
|
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-run/protocols.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "0f68e5cf0be33203d6c1399147e6a6e46c9b3f21493644778a30cd929dbf60ab"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-run/reference.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "0028be7ce9ccfe46c287cdaefa6545697f4012760d41b0e0d40a32c4b5cec9ac"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-run/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "20d0a80e29948b0debda132be4ffbbe08c07f4a8f286c15e8c5a6612564a9c9c"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-submit/checklist.md",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-submit/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "058b2634f574961eb2369c99c26d019c8ac2de66c1dbdb0555dde750a3722080"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-sync/reference.md",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-sync/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "c8f847a6ec543f6c85cc966e4762b7a83ac0c4096987d5e2a84ac04708e951bf"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-test/checklist.md",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-test/SKILL.md",
|
|
248
|
-
"sha256": "
|
|
248
|
+
"sha256": "94a91787f1470875af1b8333999c2f3eb4d370655c1ff5b3379468979842eabb"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
"path": "scripts/harness_archive.py",
|
|
320
|
-
"sha256": "
|
|
320
|
+
"sha256": "7af276128925b6bf10323dbe477e6f98b81e899221c923138ddd03ec8106cd8e"
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"path": "scripts/harness_change.py",
|
|
@@ -357,11 +357,11 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_fixback.py",
|
|
360
|
-
"sha256": "
|
|
360
|
+
"sha256": "56a961a8654dd78d31b5e6f875fd15651419266ea9cab7b81fe0106f2d8a2420"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_gate.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "aa8527c794ac974e2c2a6d55f72021c67e80f56e919b670f02c268d6048f5908"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_headless.py",
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_integration.py",
|
|
372
|
-
"sha256": "
|
|
372
|
+
"sha256": "6835fa1ae86d15c4777f1a0453f2ff18091530f34b142a8194d71127d308fd8e"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_knowledge_candidates.py",
|
|
@@ -425,11 +425,11 @@
|
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"path": "scripts/harness_review.py",
|
|
428
|
-
"sha256": "
|
|
428
|
+
"sha256": "3e14be966ffc0f2e0261f471390d1ed308f2272e1df7e0cb30d7c9ba5e33f858"
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"path": "scripts/harness_runtime.py",
|
|
432
|
-
"sha256": "
|
|
432
|
+
"sha256": "31ada912c61d73d4349781dd0ccd2d656be9bdb0d28cb95c35e76498836a7c02"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"path": "scripts/harness_service.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.73",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.90",
|
|
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": "0f63057272534083c1486b1a054f603505fa74b5c78b4125522b8c1223841e0f"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"path": "harness-apidoc/SKILL.md",
|
|
96
|
-
"sha256": "
|
|
96
|
+
"sha256": "83ea22ddef1e15fe296bc69a8940bc9bc8ed8c309085795fce6aa1d5dfb545b1"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "harness-archive/SKILL.md",
|
|
112
|
-
"sha256": "
|
|
112
|
+
"sha256": "cb92615281803056ddca87b62dafa588318b235714d12f78add20a407b003032"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
128
|
-
"sha256": "
|
|
128
|
+
"sha256": "9b05c3dacec3b136807d9f1e081dc87de6f7eacbce158ffaf9e83bfcea069445"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -165,11 +165,11 @@
|
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "8aa18ebb2a207cbf3231d2b10f872e7359db000d92c40730fadcb94b081893e4"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-knowledge-query/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "f7adb7cb346dc7fb203e16d19b925e791f15b2a1569eff72ec5f06274be5ccee"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-package/checklist.md",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-package/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "e81ce457c54d4d2902e08ff5274593553efb117ac25f655a6bafc03b9e311364"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/checklist.md",
|
|
@@ -197,15 +197,15 @@
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-plan/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "5a83439e4b70030609eacc05bb5cd4ae4f806ee3c57d15c85d45a4c7cf143d35"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-pull/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "5ef52fa000325d7f66ec487a67df385f618aec4c69baccae6aef3926650f84fe"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-push/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "25113a8161c6825c8acb5003ee0e4e0defd3aeee3e119a4e78976dc4f25c2a9c"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-review/checklist.md",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-review/SKILL.md",
|
|
224
|
-
"sha256": "
|
|
224
|
+
"sha256": "5729406854f6fe7424f0c8292da068ef09c613ae4d46f66908147a1eb5a23052"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-run/checklist.md",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-run/protocols.md",
|
|
232
|
-
"sha256": "
|
|
232
|
+
"sha256": "0f68e5cf0be33203d6c1399147e6a6e46c9b3f21493644778a30cd929dbf60ab"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-run/reference.md",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-run/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
240
|
+
"sha256": "f2c6d22cd529664caafcf996a639ed6f74c3155afcbe5f7f105e993be3ed99f3"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-submit/checklist.md",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-submit/SKILL.md",
|
|
252
|
-
"sha256": "
|
|
252
|
+
"sha256": "d1d4ecfcb8d4a83d46adef43207d25f2adb3ef033abc76b73131995918555e0b"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"path": "harness-sync/reference.md",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-sync/SKILL.md",
|
|
260
|
-
"sha256": "
|
|
260
|
+
"sha256": "c21040a0219a51912fe6fe906e1ed612f56a77fde6f886e06d857b699cc310ce"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-test/checklist.md",
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
"path": "harness-test/SKILL.md",
|
|
284
|
-
"sha256": "
|
|
284
|
+
"sha256": "e7054bb3b6be4793f77df4c8972e8f0e304c9733f2dde2b4a0016bd99fbbc2c2"
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
287
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_archive.py",
|
|
356
|
-
"sha256": "
|
|
356
|
+
"sha256": "7af276128925b6bf10323dbe477e6f98b81e899221c923138ddd03ec8106cd8e"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_change.py",
|
|
@@ -393,11 +393,11 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_fixback.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "56a961a8654dd78d31b5e6f875fd15651419266ea9cab7b81fe0106f2d8a2420"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_gate.py",
|
|
400
|
-
"sha256": "
|
|
400
|
+
"sha256": "aa8527c794ac974e2c2a6d55f72021c67e80f56e919b670f02c268d6048f5908"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"path": "scripts/harness_headless.py",
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
407
|
"path": "scripts/harness_integration.py",
|
|
408
|
-
"sha256": "
|
|
408
|
+
"sha256": "6835fa1ae86d15c4777f1a0453f2ff18091530f34b142a8194d71127d308fd8e"
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
"path": "scripts/harness_knowledge_candidates.py",
|
|
@@ -461,11 +461,11 @@
|
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
"path": "scripts/harness_review.py",
|
|
464
|
-
"sha256": "
|
|
464
|
+
"sha256": "3e14be966ffc0f2e0261f471390d1ed308f2272e1df7e0cb30d7c9ba5e33f858"
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
467
|
"path": "scripts/harness_runtime.py",
|
|
468
|
-
"sha256": "
|
|
468
|
+
"sha256": "31ada912c61d73d4349781dd0ccd2d656be9bdb0d28cb95c35e76498836a7c02"
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"path": "scripts/harness_service.py",
|