@hunter-harness/workflow-harness 0.2.31 → 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_gate.py +8 -19
- package/harness/bundles/general/claude-code/scripts/harness_plan_finalize.py +179 -58
- 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_gate.py +8 -19
- package/harness/bundles/general/codebuddy/scripts/harness_plan_finalize.py +179 -58
- 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_gate.py +8 -19
- package/harness/bundles/general/codex/scripts/harness_plan_finalize.py +179 -58
- 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_gate.py +8 -19
- package/harness/bundles/general/cursor/scripts/harness_plan_finalize.py +179 -58
- 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_gate.py +8 -19
- package/harness/bundles/java/claude-code/scripts/harness_plan_finalize.py +179 -58
- 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_gate.py +8 -19
- package/harness/bundles/java/codebuddy/scripts/harness_plan_finalize.py +179 -58
- 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_gate.py +8 -19
- package/harness/bundles/java/codex/scripts/harness_plan_finalize.py +179 -58
- 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_gate.py +8 -19
- package/harness/bundles/java/cursor/scripts/harness_plan_finalize.py +179 -58
- package/harness/manifests/general/claude-code.json +7 -7
- package/harness/manifests/general/codebuddy.json +7 -7
- package/harness/manifests/general/codex.json +7 -7
- package/harness/manifests/general/cursor.json +7 -7
- package/harness/manifests/java/claude-code.json +7 -7
- package/harness/manifests/java/codebuddy.json +7 -7
- package/harness/manifests/java/codex.json +7 -7
- package/harness/manifests/java/cursor.json +7 -7
- package/hunter-workflow-family.json +4 -4
- package/package.json +1 -1
|
@@ -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",
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"path": "scripts/harness_gate.py",
|
|
335
|
-
"sha256": "
|
|
335
|
+
"sha256": "bd2a7e9025be45f53d0ca9e91028e6451728a34e528a881422437a5f5100c77a"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"path": "scripts/harness_integration.py",
|
|
@@ -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",
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
322
|
"path": "scripts/harness_gate.py",
|
|
323
|
-
"sha256": "
|
|
323
|
+
"sha256": "bd2a7e9025be45f53d0ca9e91028e6451728a34e528a881422437a5f5100c77a"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
"path": "scripts/harness_integration.py",
|
|
@@ -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",
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
322
|
"path": "scripts/harness_gate.py",
|
|
323
|
-
"sha256": "
|
|
323
|
+
"sha256": "bd2a7e9025be45f53d0ca9e91028e6451728a34e528a881422437a5f5100c77a"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
"path": "scripts/harness_integration.py",
|
|
@@ -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",
|