@hunter-harness/workflow-harness 0.2.23 → 0.2.25
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/README.md +2 -2
- package/harness/bundles/general/claude-code/agents/harness-evaluator.md +4 -4
- package/harness/bundles/general/claude-code/agents/harness-explorer.md +2 -2
- package/harness/bundles/general/claude-code/agents/harness-reviewer.md +2 -2
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-archive/templates/render-summary.mjs +6 -4
- 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 +7 -4
- package/harness/bundles/general/claude-code/harness-plan/checklist.md +12 -17
- package/harness/bundles/general/claude-code/harness-plan/reference.md +7 -19
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/protocols.md +3 -3
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-submit/checklist.md +8 -2
- 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 +124 -17
- package/harness/bundles/general/claude-code/scripts/harness_deploy.py +22 -3
- package/harness/bundles/general/claude-code/scripts/harness_integration.py +77 -2
- package/harness/bundles/general/claude-code/scripts/harness_preflight.py +50 -29
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/README.md +2 -2
- package/harness/bundles/general/codebuddy/agents/harness-evaluator.md +5 -6
- package/harness/bundles/general/codebuddy/agents/harness-explorer.md +3 -3
- package/harness/bundles/general/codebuddy/agents/harness-reviewer.md +3 -5
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/templates/render-summary.mjs +6 -4
- 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 +7 -4
- package/harness/bundles/general/codebuddy/harness-plan/checklist.md +12 -17
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +7 -19
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/protocols.md +3 -3
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-submit/checklist.md +8 -2
- 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 +124 -17
- package/harness/bundles/general/codebuddy/scripts/harness_deploy.py +22 -3
- package/harness/bundles/general/codebuddy/scripts/harness_integration.py +77 -2
- package/harness/bundles/general/codebuddy/scripts/harness_preflight.py +50 -29
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/README.md +2 -2
- package/harness/bundles/general/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-archive/templates/render-summary.mjs +6 -4
- 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 +7 -5
- package/harness/bundles/general/codex/harness-plan/checklist.md +12 -17
- package/harness/bundles/general/codex/harness-plan/reference.md +7 -19
- package/harness/bundles/general/codex/harness-review/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-run/protocols.md +3 -3
- package/harness/bundles/general/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-submit/checklist.md +8 -2
- 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 +124 -17
- package/harness/bundles/general/codex/scripts/harness_deploy.py +22 -3
- package/harness/bundles/general/codex/scripts/harness_integration.py +77 -2
- package/harness/bundles/general/codex/scripts/harness_preflight.py +50 -29
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/README.md +2 -2
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-archive/templates/render-summary.mjs +6 -4
- 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 +7 -5
- package/harness/bundles/general/cursor/harness-plan/checklist.md +12 -17
- package/harness/bundles/general/cursor/harness-plan/reference.md +7 -19
- package/harness/bundles/general/cursor/harness-review/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-run/protocols.md +3 -3
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-submit/checklist.md +8 -2
- 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 +124 -17
- package/harness/bundles/general/cursor/scripts/harness_deploy.py +22 -3
- package/harness/bundles/general/cursor/scripts/harness_integration.py +77 -2
- package/harness/bundles/general/cursor/scripts/harness_preflight.py +50 -29
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/README.md +2 -2
- package/harness/bundles/java/claude-code/agents/harness-evaluator.md +4 -4
- package/harness/bundles/java/claude-code/agents/harness-explorer.md +2 -2
- package/harness/bundles/java/claude-code/agents/harness-reviewer.md +2 -2
- 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-archive/templates/render-summary.mjs +6 -4
- 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 +7 -4
- package/harness/bundles/java/claude-code/harness-plan/checklist.md +12 -17
- package/harness/bundles/java/claude-code/harness-plan/reference.md +7 -19
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/protocols.md +3 -3
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-submit/checklist.md +8 -2
- 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 +124 -17
- package/harness/bundles/java/claude-code/scripts/harness_deploy.py +22 -3
- package/harness/bundles/java/claude-code/scripts/harness_integration.py +77 -2
- package/harness/bundles/java/claude-code/scripts/harness_preflight.py +50 -29
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/README.md +2 -2
- package/harness/bundles/java/codebuddy/agents/harness-evaluator.md +5 -6
- package/harness/bundles/java/codebuddy/agents/harness-explorer.md +3 -3
- package/harness/bundles/java/codebuddy/agents/harness-reviewer.md +3 -5
- 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-archive/templates/render-summary.mjs +6 -4
- 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 +7 -4
- package/harness/bundles/java/codebuddy/harness-plan/checklist.md +12 -17
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +7 -19
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/protocols.md +3 -3
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-submit/checklist.md +8 -2
- 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 +124 -17
- package/harness/bundles/java/codebuddy/scripts/harness_deploy.py +22 -3
- package/harness/bundles/java/codebuddy/scripts/harness_integration.py +77 -2
- package/harness/bundles/java/codebuddy/scripts/harness_preflight.py +50 -29
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/README.md +2 -2
- 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-archive/templates/render-summary.mjs +6 -4
- 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 +7 -5
- package/harness/bundles/java/codex/harness-plan/checklist.md +12 -17
- package/harness/bundles/java/codex/harness-plan/reference.md +7 -19
- package/harness/bundles/java/codex/harness-review/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-run/protocols.md +3 -3
- package/harness/bundles/java/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-submit/checklist.md +8 -2
- 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 +124 -17
- package/harness/bundles/java/codex/scripts/harness_deploy.py +22 -3
- package/harness/bundles/java/codex/scripts/harness_integration.py +77 -2
- package/harness/bundles/java/codex/scripts/harness_preflight.py +50 -29
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/README.md +2 -2
- 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-archive/templates/render-summary.mjs +6 -4
- 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 +7 -5
- package/harness/bundles/java/cursor/harness-plan/checklist.md +12 -17
- package/harness/bundles/java/cursor/harness-plan/reference.md +7 -19
- package/harness/bundles/java/cursor/harness-review/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-run/protocols.md +3 -3
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-submit/checklist.md +8 -2
- 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 +124 -17
- package/harness/bundles/java/cursor/scripts/harness_deploy.py +22 -3
- package/harness/bundles/java/cursor/scripts/harness_integration.py +77 -2
- package/harness/bundles/java/cursor/scripts/harness_preflight.py +50 -29
- package/harness/manifests/general/claude-code.json +25 -25
- package/harness/manifests/general/codebuddy.json +25 -25
- package/harness/manifests/general/codex.json +22 -22
- package/harness/manifests/general/cursor.json +22 -22
- package/harness/manifests/java/claude-code.json +27 -27
- package/harness/manifests/java/codebuddy.json +27 -27
- package/harness/manifests/java/codex.json +24 -24
- package/harness/manifests/java/cursor.json +24 -24
- package/hunter-workflow-family.json +2 -2
- package/package.json +1 -1
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "cursor",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.18",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "fe216b31d56e68669ed5947dce65b02feb3afdfa32da1772adfc3a09073fe092"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "CONTEXT.md",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"path": "harness-archive/SKILL.md",
|
|
38
|
-
"sha256": "
|
|
38
|
+
"sha256": "04bc6765d7b78b79339dc0d7581b49ba73054ab19e7efd24c1de2c09d4ff27d0"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
42
|
-
"sha256": "
|
|
42
|
+
"sha256": "7cd1b29dab74510048a0077a7363775f19f47010ba8d46553b88755335e73496"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"path": "harness-codebase-map/SKILL.md",
|
|
58
|
-
"sha256": "
|
|
58
|
+
"sha256": "5281427d1d58b8fdc973585e16ac10e260d8a67c1bb9be827cee218b730b1af6"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -119,15 +119,15 @@
|
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
122
|
-
"sha256": "
|
|
122
|
+
"sha256": "cec8c675c834590cb1add36b73b929cd124c99b01050d5c334c0f5f68810746c"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"path": "harness-knowledge-query/SKILL.md",
|
|
126
|
-
"sha256": "
|
|
126
|
+
"sha256": "97255f6ab9143054780797ce2d21e04bbca29ea8cdca10cab8b981c10f5526f7"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-plan/checklist.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "a0c4027926be071880ca45fd59e7bc917dc7ee30601913e65345898183b92b50"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-plan/protocols.md",
|
|
@@ -135,11 +135,11 @@
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"path": "harness-plan/reference.md",
|
|
138
|
-
"sha256": "
|
|
138
|
+
"sha256": "63bb9f931b4c1a5231f3688544297a86a89a1b431a438cf4ae161af9792d9955"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-plan/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "3946ac639ee9eef0a84f7a4279027f865e0307a67e50ec81981d2ad699932076"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-review/checklist.md",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-review/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "b725ab238b36bb2e82f93da3de1dc8466484bce715a432c5c406ec49ee70e9eb"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-run/checklist.md",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-run/protocols.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "b02fd6de8c25e0946d89ee7fe9cb8f8aaac73255ecbba6fa7584abb4954469e5"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-run/reference.md",
|
|
@@ -171,11 +171,11 @@
|
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-run/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "ad35b5ee72af10d01df72ed49e5ee6e7a72880b51af76f98af50b6505a0e691a"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-submit/checklist.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "1b15bd801a49daa609e29ef1b3ce085671add27d1c7b450dabaafa55b61867ac"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-submit/reference.md",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-submit/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "e652259d1471a527760f3c2c5452164d1fc7a92d6b1c0ff59dec3f0b01a9dd8c"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-sync/reference.md",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-sync/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "70aad0f4ef2ee3eda9edc132869cd845c8ddc653b515cd7c00d7334818767938"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-test/checklist.md",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-test/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "4ca95075e8d1fb27d1cf162866fa7b5543d1e0c366d890564919b8248dfb940d"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "README.md",
|
|
258
|
-
"sha256": "
|
|
258
|
+
"sha256": "0b2cd9f95c49abdc3b250219b7f885fce3a78248cccc859f1f186d862af1f201"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"path": "scripts/harness_archive.py",
|
|
266
|
-
"sha256": "
|
|
266
|
+
"sha256": "1a220b35cf3e627ed19ae8132e00ad09de592af94cc84e26353a2d65d453c948"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"path": "scripts/harness_change.py",
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"path": "scripts/harness_deploy.py",
|
|
278
|
-
"sha256": "
|
|
278
|
+
"sha256": "c10045fc86f2ac87d6ba60b5bcd31e9698d306a2d94eccfcff4a623cf817bf5c"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"path": "scripts/harness_environment.py",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "scripts/harness_integration.py",
|
|
294
|
-
"sha256": "
|
|
294
|
+
"sha256": "53b28a754602fe6f3df2e26c0dd323dea14957ab7cb1da3811f2967b1acd7cfa"
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"path": "scripts/harness_ledger.py",
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"path": "scripts/harness_preflight.py",
|
|
318
|
-
"sha256": "
|
|
318
|
+
"sha256": "ce1d3ddb0f81e33172f8dddbeb66c7d8407ac3f6742b56f139d5fc406f9973bb"
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"path": "scripts/harness_profile.py",
|
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.18",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "875fca17e874e46f764e00005fea181335ca07ae4fd58cad8f073119e14b18ca"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "agents/harness-evaluator.md",
|
|
14
|
-
"sha256": "
|
|
14
|
+
"sha256": "980c0ba0ecb9f36fa3d97ad1db72d21cf1fe0d38a901df77571827925bc6eede"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"path": "agents/harness-explorer.md",
|
|
18
|
-
"sha256": "
|
|
18
|
+
"sha256": "e0fa812d2874e52c24c88dacbec0aeb9a1fc9a83272c43d642300e95d5e40380"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"path": "agents/harness-reviewer.md",
|
|
22
|
-
"sha256": "
|
|
22
|
+
"sha256": "c6cb491f0a78fc48aa5fe257b68e14a2f68c3d886460362b31f3a984c5b46b1b"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"path": "CONTEXT.md",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-apidoc/SKILL.md",
|
|
46
|
-
"sha256": "
|
|
46
|
+
"sha256": "5f0557ad07f08ca9fe9600da23b66569602ecdae49abc17453a63b21d85a2c0d"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"path": "harness-archive/checklist.md",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "harness-archive/SKILL.md",
|
|
62
|
-
"sha256": "
|
|
62
|
+
"sha256": "1e0df3e2dfb4501bcd7ed8c0c2f88438017183d836d43f8d4dd317cfbfaf6760"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
66
|
-
"sha256": "
|
|
66
|
+
"sha256": "7cd1b29dab74510048a0077a7363775f19f47010ba8d46553b88755335e73496"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "harness-codebase-map/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
82
|
+
"sha256": "97798dc3a44db9900d8f1e8dd61b1a5d62a101dbba968bc88718c60d0d107e66"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -143,11 +143,11 @@
|
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
146
|
+
"sha256": "654c7bc8f7892728a027f8767920940480a2d405bc68af7d5c19916fc869521b"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-knowledge-query/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
150
|
+
"sha256": "11ad904c0035bea72a3c1ae36feba124a0d7bbceb1a3a55ebdb87174ba6fa629"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-package/checklist.md",
|
|
@@ -159,11 +159,11 @@
|
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-package/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "80eee654dd5538182b68b4032985a5fa9c7ccf46c957c57ac01eded980156b4e"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-plan/checklist.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "a0c4027926be071880ca45fd59e7bc917dc7ee30601913e65345898183b92b50"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-plan/protocols.md",
|
|
@@ -171,11 +171,11 @@
|
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-plan/reference.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "63bb9f931b4c1a5231f3688544297a86a89a1b431a438cf4ae161af9792d9955"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-plan/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "738d174f5e14432761eeba1cd5e33722aa7e308edb5f8a0c19cc5bd140707fd7"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-review/checklist.md",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-review/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "2a6f49cf063f6428ea9127aaf63d18e14b6d70e21fc43566ef981752e4667b8a"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-run/checklist.md",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-run/protocols.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "b02fd6de8c25e0946d89ee7fe9cb8f8aaac73255ecbba6fa7584abb4954469e5"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-run/reference.md",
|
|
@@ -207,11 +207,11 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-run/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "9b5b09b861af09f926d7b21b4f06075163b5ab7a8ec71952875a961919873b85"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-submit/checklist.md",
|
|
214
|
-
"sha256": "
|
|
214
|
+
"sha256": "1b15bd801a49daa609e29ef1b3ce085671add27d1c7b450dabaafa55b61867ac"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-submit/reference.md",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-submit/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
222
|
+
"sha256": "b909cd6ddf8b678f4953f9ab338a2b70199cabea51237e421cb72738d787fbf8"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-sync/reference.md",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "harness-sync/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
230
|
+
"sha256": "cc22992e2288e6fe743ff96ec2d1b25fc9b5ac194663e4fad5afc35531418324"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-test/checklist.md",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "harness-test/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "924cb475e1034424f2b079b76e392c5387c6241c44b2e66f64145bcd7f3d691c"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "README.md",
|
|
294
|
-
"sha256": "
|
|
294
|
+
"sha256": "0b2cd9f95c49abdc3b250219b7f885fce3a78248cccc859f1f186d862af1f201"
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "scripts/harness_archive.py",
|
|
302
|
-
"sha256": "
|
|
302
|
+
"sha256": "1a220b35cf3e627ed19ae8132e00ad09de592af94cc84e26353a2d65d453c948"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
"path": "scripts/harness_change.py",
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"path": "scripts/harness_deploy.py",
|
|
314
|
-
"sha256": "
|
|
314
|
+
"sha256": "c10045fc86f2ac87d6ba60b5bcd31e9698d306a2d94eccfcff4a623cf817bf5c"
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"path": "scripts/harness_environment.py",
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
329
|
"path": "scripts/harness_integration.py",
|
|
330
|
-
"sha256": "
|
|
330
|
+
"sha256": "53b28a754602fe6f3df2e26c0dd323dea14957ab7cb1da3811f2967b1acd7cfa"
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
333
|
"path": "scripts/harness_ledger.py",
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"path": "scripts/harness_preflight.py",
|
|
354
|
-
"sha256": "
|
|
354
|
+
"sha256": "ce1d3ddb0f81e33172f8dddbeb66c7d8407ac3f6742b56f139d5fc406f9973bb"
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"path": "scripts/harness_profile.py",
|
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.18",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "1e30bb6adba6458bbc1c1581764620e8fe6cd2e5dafebbb53a02d1277b5bc1bb"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "agents/harness-evaluator.md",
|
|
14
|
-
"sha256": "
|
|
14
|
+
"sha256": "f6b48e2d7a37d4091ea69b02d7563b81ed3a9122cff6a91f079aa29d095c19cc"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"path": "agents/harness-explorer.md",
|
|
18
|
-
"sha256": "
|
|
18
|
+
"sha256": "1fccdea0e0b8f49270d5de1d37d1fce2fe3f840a7446d49bee4c8cb0a3f97de8"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"path": "agents/harness-reviewer.md",
|
|
22
|
-
"sha256": "
|
|
22
|
+
"sha256": "8a7a7161b7adbb1f046a0072a9b382f834b775a1542aacba06987dfe6cd3dcbe"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"path": "CONTEXT.md",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-apidoc/SKILL.md",
|
|
46
|
-
"sha256": "
|
|
46
|
+
"sha256": "64460f0447faaa423d8efe8e059e60060dc1fdd19958eb0e0f5b361296457800"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"path": "harness-archive/checklist.md",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "harness-archive/SKILL.md",
|
|
62
|
-
"sha256": "
|
|
62
|
+
"sha256": "166f4f6d77c2858e696caf581843af8dbe7f35a60855d5abf5299e2e9e81d6dc"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
66
|
-
"sha256": "
|
|
66
|
+
"sha256": "7cd1b29dab74510048a0077a7363775f19f47010ba8d46553b88755335e73496"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "harness-codebase-map/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
82
|
+
"sha256": "0df246850f30e24855cc1f10bbf17ece577b5244edbed19b06739b669947bb1a"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -143,11 +143,11 @@
|
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
146
|
+
"sha256": "783b782f9b1f302a91863d06877e930bdc44bccc51faef2af737348e21e153da"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-knowledge-query/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
150
|
+
"sha256": "736044bc525b376ebcf3e20eb7a9aa14f1e5fb5e6ce4d16d6cfb83e5f25c9cd1"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-package/checklist.md",
|
|
@@ -159,11 +159,11 @@
|
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-package/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "80eb34b51bd914f6fd6806626a7f48a64cad26a80e65fb3add9b3258ffa7b362"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-plan/checklist.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "a0c4027926be071880ca45fd59e7bc917dc7ee30601913e65345898183b92b50"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-plan/protocols.md",
|
|
@@ -171,11 +171,11 @@
|
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-plan/reference.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "63bb9f931b4c1a5231f3688544297a86a89a1b431a438cf4ae161af9792d9955"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-plan/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "44219c8708daf4380012ca96f7894a0e185dc17006e9ec2e381e667f4989b16e"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-review/checklist.md",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-review/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "09f0d74db29c7fa46ef31e73843ff28a1b172f0c6dbc63ebfcfbf4e3e9a28d7e"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-run/checklist.md",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-run/protocols.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "b02fd6de8c25e0946d89ee7fe9cb8f8aaac73255ecbba6fa7584abb4954469e5"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-run/reference.md",
|
|
@@ -207,11 +207,11 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-run/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "cb6c698c8d86d972687ebf99d7b44091c9988069af43673bcfcbee622c992931"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-submit/checklist.md",
|
|
214
|
-
"sha256": "
|
|
214
|
+
"sha256": "1b15bd801a49daa609e29ef1b3ce085671add27d1c7b450dabaafa55b61867ac"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-submit/reference.md",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-submit/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
222
|
+
"sha256": "94000a447af5f262846eda5be5ddc5926db723816ef08c84c36c52d30b88b0d2"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-sync/reference.md",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "harness-sync/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
230
|
+
"sha256": "16fbfc167cc81039bf51375f23249edbed848fa4e53c548f93d4ac8f2d216e0c"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "harness-test/checklist.md",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "harness-test/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "f807c9c14a87913500c53ecbe5e49d1dc62ae3d361dfa775d9da1c6babfe0276"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "README.md",
|
|
294
|
-
"sha256": "
|
|
294
|
+
"sha256": "0b2cd9f95c49abdc3b250219b7f885fce3a78248cccc859f1f186d862af1f201"
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "scripts/harness_archive.py",
|
|
302
|
-
"sha256": "
|
|
302
|
+
"sha256": "1a220b35cf3e627ed19ae8132e00ad09de592af94cc84e26353a2d65d453c948"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
"path": "scripts/harness_change.py",
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"path": "scripts/harness_deploy.py",
|
|
314
|
-
"sha256": "
|
|
314
|
+
"sha256": "c10045fc86f2ac87d6ba60b5bcd31e9698d306a2d94eccfcff4a623cf817bf5c"
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"path": "scripts/harness_environment.py",
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
329
|
"path": "scripts/harness_integration.py",
|
|
330
|
-
"sha256": "
|
|
330
|
+
"sha256": "53b28a754602fe6f3df2e26c0dd323dea14957ab7cb1da3811f2967b1acd7cfa"
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
333
|
"path": "scripts/harness_ledger.py",
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"path": "scripts/harness_preflight.py",
|
|
354
|
-
"sha256": "
|
|
354
|
+
"sha256": "ce1d3ddb0f81e33172f8dddbeb66c7d8407ac3f6742b56f139d5fc406f9973bb"
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"path": "scripts/harness_profile.py",
|