@hunter-harness/workflow-harness 0.2.32 → 0.2.33
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-plan/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/checklist.md +2 -0
- package/harness/bundles/general/claude-code/harness-plan/reference.md +6 -0
- package/harness/bundles/general/claude-code/scripts/harness_plan_finalize.py +43 -11
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/checklist.md +2 -0
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +6 -0
- package/harness/bundles/general/codebuddy/scripts/harness_plan_finalize.py +43 -11
- package/harness/bundles/general/codex/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/checklist.md +2 -0
- package/harness/bundles/general/codex/harness-plan/reference.md +6 -0
- package/harness/bundles/general/codex/scripts/harness_plan_finalize.py +43 -11
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/checklist.md +2 -0
- package/harness/bundles/general/cursor/harness-plan/reference.md +6 -0
- package/harness/bundles/general/cursor/scripts/harness_plan_finalize.py +43 -11
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-plan/checklist.md +2 -0
- package/harness/bundles/java/claude-code/harness-plan/reference.md +6 -0
- package/harness/bundles/java/claude-code/scripts/harness_plan_finalize.py +43 -11
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-plan/checklist.md +2 -0
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +6 -0
- package/harness/bundles/java/codebuddy/scripts/harness_plan_finalize.py +43 -11
- package/harness/bundles/java/codex/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-plan/checklist.md +2 -0
- package/harness/bundles/java/codex/harness-plan/reference.md +6 -0
- package/harness/bundles/java/codex/scripts/harness_plan_finalize.py +43 -11
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-plan/checklist.md +2 -0
- package/harness/bundles/java/cursor/harness-plan/reference.md +6 -0
- package/harness/bundles/java/cursor/scripts/harness_plan_finalize.py +43 -11
- package/harness/manifests/general/claude-code.json +6 -6
- package/harness/manifests/general/codebuddy.json +6 -6
- package/harness/manifests/general/codex.json +6 -6
- package/harness/manifests/general/cursor.json +6 -6
- package/harness/manifests/java/claude-code.json +6 -6
- package/harness/manifests/java/codebuddy.json +6 -6
- package/harness/manifests/java/codex.json +6 -6
- package/harness/manifests/java/cursor.json +6 -6
- package/hunter-workflow-family.json +4 -4
- package/package.json +1 -1
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.25",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.35",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@1",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
"path": "harness-plan/checklist.md",
|
|
151
|
-
"sha256": "
|
|
151
|
+
"sha256": "e99853043c543ad4ae3bcd4d5f773f5e518177034444b86cac3348c62a003f7a"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"path": "harness-plan/protocols.md",
|
|
@@ -156,11 +156,11 @@
|
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"path": "harness-plan/reference.md",
|
|
159
|
-
"sha256": "
|
|
159
|
+
"sha256": "a763a7a92ffaf35a0b0ea5a866ac84447245b02bfc53406f24e9470897ca2d61"
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"path": "harness-plan/SKILL.md",
|
|
163
|
-
"sha256": "
|
|
163
|
+
"sha256": "0cb82bef71217827d40750ee132eb9f3592bc54bcf61550a833d3de09075c40c"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"path": "harness-review/checklist.md",
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"path": "scripts/harness_plan_finalize.py",
|
|
335
|
-
"sha256": "
|
|
335
|
+
"sha256": "1e9b81af4ed3166c3847b6668899e9b7bf32a27f9b879657fe92ee402bf9da4c"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"path": "scripts/harness_preflight.py",
|
|
@@ -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.25",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.35",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@1",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
"path": "harness-plan/checklist.md",
|
|
139
|
-
"sha256": "
|
|
139
|
+
"sha256": "e99853043c543ad4ae3bcd4d5f773f5e518177034444b86cac3348c62a003f7a"
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"path": "harness-plan/protocols.md",
|
|
@@ -144,11 +144,11 @@
|
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"path": "harness-plan/reference.md",
|
|
147
|
-
"sha256": "
|
|
147
|
+
"sha256": "a763a7a92ffaf35a0b0ea5a866ac84447245b02bfc53406f24e9470897ca2d61"
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
"path": "harness-plan/SKILL.md",
|
|
151
|
-
"sha256": "
|
|
151
|
+
"sha256": "5459bb03b0a1099b47b672b736a81f742a7b73f7a027bc18314f7526b7ad1e34"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"path": "harness-review/checklist.md",
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
322
|
"path": "scripts/harness_plan_finalize.py",
|
|
323
|
-
"sha256": "
|
|
323
|
+
"sha256": "1e9b81af4ed3166c3847b6668899e9b7bf32a27f9b879657fe92ee402bf9da4c"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
"path": "scripts/harness_preflight.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.25",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.35",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@1",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
"path": "harness-plan/checklist.md",
|
|
139
|
-
"sha256": "
|
|
139
|
+
"sha256": "e99853043c543ad4ae3bcd4d5f773f5e518177034444b86cac3348c62a003f7a"
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"path": "harness-plan/protocols.md",
|
|
@@ -144,11 +144,11 @@
|
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"path": "harness-plan/reference.md",
|
|
147
|
-
"sha256": "
|
|
147
|
+
"sha256": "a763a7a92ffaf35a0b0ea5a866ac84447245b02bfc53406f24e9470897ca2d61"
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
"path": "harness-plan/SKILL.md",
|
|
151
|
-
"sha256": "
|
|
151
|
+
"sha256": "d722638a7c1143c8831ba64ca90caf68590273d2feccaf7a8a2407ae15c5cf51"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"path": "harness-review/checklist.md",
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
322
|
"path": "scripts/harness_plan_finalize.py",
|
|
323
|
-
"sha256": "
|
|
323
|
+
"sha256": "1e9b81af4ed3166c3847b6668899e9b7bf32a27f9b879657fe92ee402bf9da4c"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
"path": "scripts/harness_preflight.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.25",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.35",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@1",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"path": "harness-plan/checklist.md",
|
|
175
|
-
"sha256": "
|
|
175
|
+
"sha256": "e99853043c543ad4ae3bcd4d5f773f5e518177034444b86cac3348c62a003f7a"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"path": "harness-plan/protocols.md",
|
|
@@ -180,11 +180,11 @@
|
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
"path": "harness-plan/reference.md",
|
|
183
|
-
"sha256": "
|
|
183
|
+
"sha256": "a763a7a92ffaf35a0b0ea5a866ac84447245b02bfc53406f24e9470897ca2d61"
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
186
|
"path": "harness-plan/SKILL.md",
|
|
187
|
-
"sha256": "
|
|
187
|
+
"sha256": "091ef17813ed1e92415c849d655054f7cf483bb37dc728a1871af26c225f2ea4"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"path": "harness-review/checklist.md",
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"path": "scripts/harness_plan_finalize.py",
|
|
359
|
-
"sha256": "
|
|
359
|
+
"sha256": "1e9b81af4ed3166c3847b6668899e9b7bf32a27f9b879657fe92ee402bf9da4c"
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
"path": "scripts/harness_preflight.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.25",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.35",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@1",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"path": "harness-plan/checklist.md",
|
|
175
|
-
"sha256": "
|
|
175
|
+
"sha256": "e99853043c543ad4ae3bcd4d5f773f5e518177034444b86cac3348c62a003f7a"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"path": "harness-plan/protocols.md",
|
|
@@ -180,11 +180,11 @@
|
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
"path": "harness-plan/reference.md",
|
|
183
|
-
"sha256": "
|
|
183
|
+
"sha256": "a763a7a92ffaf35a0b0ea5a866ac84447245b02bfc53406f24e9470897ca2d61"
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
186
|
"path": "harness-plan/SKILL.md",
|
|
187
|
-
"sha256": "
|
|
187
|
+
"sha256": "35faff777d71bef7dc1479954915b026bf04758eb6322d4f021e9f7fed25e340"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"path": "harness-review/checklist.md",
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"path": "scripts/harness_plan_finalize.py",
|
|
359
|
-
"sha256": "
|
|
359
|
+
"sha256": "1e9b81af4ed3166c3847b6668899e9b7bf32a27f9b879657fe92ee402bf9da4c"
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
"path": "scripts/harness_preflight.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.25",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.35",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@1",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"path": "harness-plan/checklist.md",
|
|
163
|
-
"sha256": "
|
|
163
|
+
"sha256": "e99853043c543ad4ae3bcd4d5f773f5e518177034444b86cac3348c62a003f7a"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"path": "harness-plan/protocols.md",
|
|
@@ -168,11 +168,11 @@
|
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"path": "harness-plan/reference.md",
|
|
171
|
-
"sha256": "
|
|
171
|
+
"sha256": "a763a7a92ffaf35a0b0ea5a866ac84447245b02bfc53406f24e9470897ca2d61"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"path": "harness-plan/SKILL.md",
|
|
175
|
-
"sha256": "
|
|
175
|
+
"sha256": "c089e3bbe03e23d31449155cd49934c363fd13269094456b196513139d6a7563"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"path": "harness-review/checklist.md",
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
"path": "scripts/harness_plan_finalize.py",
|
|
347
|
-
"sha256": "
|
|
347
|
+
"sha256": "1e9b81af4ed3166c3847b6668899e9b7bf32a27f9b879657fe92ee402bf9da4c"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"path": "scripts/harness_preflight.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.25",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.35",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@1",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"path": "harness-plan/checklist.md",
|
|
163
|
-
"sha256": "
|
|
163
|
+
"sha256": "e99853043c543ad4ae3bcd4d5f773f5e518177034444b86cac3348c62a003f7a"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"path": "harness-plan/protocols.md",
|
|
@@ -168,11 +168,11 @@
|
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"path": "harness-plan/reference.md",
|
|
171
|
-
"sha256": "
|
|
171
|
+
"sha256": "a763a7a92ffaf35a0b0ea5a866ac84447245b02bfc53406f24e9470897ca2d61"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"path": "harness-plan/SKILL.md",
|
|
175
|
-
"sha256": "
|
|
175
|
+
"sha256": "8812ae8d8501f6e790e5a0e6f6b54916ba6e08bb7ca9e30a7045ea67257a64db"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"path": "harness-review/checklist.md",
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
"path": "scripts/harness_plan_finalize.py",
|
|
347
|
-
"sha256": "
|
|
347
|
+
"sha256": "1e9b81af4ed3166c3847b6668899e9b7bf32a27f9b879657fe92ee402bf9da4c"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"path": "scripts/harness_preflight.py",
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"general",
|
|
7
7
|
"java"
|
|
8
8
|
],
|
|
9
|
-
"bundle_version": "0.2.
|
|
10
|
-
"content_sha256": "sha256:
|
|
11
|
-
"minimumCliVersion": "0.2.
|
|
9
|
+
"bundle_version": "0.2.25",
|
|
10
|
+
"content_sha256": "sha256:4a6cd7cdb0d1a6ef495d667fd880504a0422506ed593e4b59a9febe5b62e5403",
|
|
11
|
+
"minimumCliVersion": "0.2.35",
|
|
12
12
|
"capabilities": [
|
|
13
13
|
"sync@1",
|
|
14
14
|
"rules-sync@1",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"knowledge-sync@2"
|
|
17
17
|
],
|
|
18
18
|
"requires": {
|
|
19
|
-
"minimumCliVersion": "0.2.
|
|
19
|
+
"minimumCliVersion": "0.2.35",
|
|
20
20
|
"capabilities": [
|
|
21
21
|
"sync@1",
|
|
22
22
|
"rules-sync@1",
|