@harness-engineering/cli 1.25.7 → 1.26.1

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.
Files changed (189) hide show
  1. package/dist/agents/skills/README.md +1 -0
  2. package/dist/agents/skills/claude-code/harness-brainstorming/SKILL.md +33 -5
  3. package/dist/agents/skills/claude-code/harness-execution/SKILL.md +6 -0
  4. package/dist/agents/skills/claude-code/harness-knowledge-pipeline/SKILL.md +277 -0
  5. package/dist/agents/skills/claude-code/harness-knowledge-pipeline/skill.yaml +60 -0
  6. package/dist/agents/skills/claude-code/harness-planning/SKILL.md +25 -1
  7. package/dist/agents/skills/claude-code/initialize-harness-project/SKILL.md +22 -6
  8. package/dist/agents/skills/claude-code/initialize-harness-project/skill.yaml +2 -1
  9. package/dist/agents/skills/claude-code/initialize-test-suite-project/SKILL.md +415 -0
  10. package/dist/agents/skills/claude-code/initialize-test-suite-project/skill.yaml +35 -0
  11. package/dist/agents/skills/codex/harness-brainstorming/SKILL.md +33 -5
  12. package/dist/agents/skills/codex/harness-execution/SKILL.md +6 -0
  13. package/dist/agents/skills/codex/harness-knowledge-pipeline/SKILL.md +277 -0
  14. package/dist/agents/skills/codex/harness-knowledge-pipeline/skill.yaml +60 -0
  15. package/dist/agents/skills/codex/harness-planning/SKILL.md +25 -1
  16. package/dist/agents/skills/codex/initialize-harness-project/SKILL.md +22 -6
  17. package/dist/agents/skills/codex/initialize-harness-project/skill.yaml +2 -1
  18. package/dist/agents/skills/codex/initialize-test-suite-project/SKILL.md +415 -0
  19. package/dist/agents/skills/codex/initialize-test-suite-project/skill.yaml +35 -0
  20. package/dist/agents/skills/cursor/harness-brainstorming/SKILL.md +33 -5
  21. package/dist/agents/skills/cursor/harness-execution/SKILL.md +6 -0
  22. package/dist/agents/skills/cursor/harness-knowledge-pipeline/SKILL.md +277 -0
  23. package/dist/agents/skills/cursor/harness-knowledge-pipeline/skill.yaml +60 -0
  24. package/dist/agents/skills/cursor/harness-planning/SKILL.md +25 -1
  25. package/dist/agents/skills/cursor/initialize-harness-project/SKILL.md +22 -6
  26. package/dist/agents/skills/cursor/initialize-harness-project/skill.yaml +2 -1
  27. package/dist/agents/skills/cursor/initialize-test-suite-project/SKILL.md +415 -0
  28. package/dist/agents/skills/cursor/initialize-test-suite-project/skill.yaml +35 -0
  29. package/dist/agents/skills/gemini-cli/harness-brainstorming/SKILL.md +33 -5
  30. package/dist/agents/skills/gemini-cli/harness-execution/SKILL.md +6 -0
  31. package/dist/agents/skills/gemini-cli/harness-knowledge-pipeline/SKILL.md +277 -0
  32. package/dist/agents/skills/gemini-cli/harness-knowledge-pipeline/skill.yaml +60 -0
  33. package/dist/agents/skills/gemini-cli/harness-planning/SKILL.md +25 -1
  34. package/dist/agents/skills/gemini-cli/initialize-harness-project/SKILL.md +22 -6
  35. package/dist/agents/skills/gemini-cli/initialize-harness-project/skill.yaml +2 -1
  36. package/dist/agents/skills/gemini-cli/initialize-test-suite-project/SKILL.md +415 -0
  37. package/dist/agents/skills/gemini-cli/initialize-test-suite-project/skill.yaml +35 -0
  38. package/dist/agents/skills/package.json +2 -2
  39. package/dist/agents/skills/tests/initialize-test-suite-project.test.ts +152 -0
  40. package/dist/{agents-md-QPO3H5HX.js → agents-md-VI3HLR7E.js} +3 -3
  41. package/dist/{architecture-IJLXRHZA.js → architecture-ZDDKEVID.js} +4 -4
  42. package/dist/{assess-project-QU6XIVJK.js → assess-project-Y6W7YDUA.js} +1 -1
  43. package/dist/bin/harness-mcp.js +16 -15
  44. package/dist/bin/harness.js +27 -27
  45. package/dist/{check-phase-gate-TNY64AOS.js → check-phase-gate-CXR3VM22.js} +4 -4
  46. package/dist/{chunk-JJQ3TW2E.js → chunk-2BPPS6YQ.js} +804 -93
  47. package/dist/{chunk-NKQEMWGT.js → chunk-2FPUPRCY.js} +3419 -126
  48. package/dist/{chunk-MLOGYWLY.js → chunk-3AMQYWGT.js} +2 -2
  49. package/dist/{chunk-AS5DQT4S.js → chunk-56A6OXVA.js} +9 -9
  50. package/dist/{chunk-G5SNXUIK.js → chunk-7GY6WNEI.js} +1 -1
  51. package/dist/{chunk-SZ3Q4XEO.js → chunk-AMRC4FU2.js} +441 -288
  52. package/dist/{chunk-K533WNZG.js → chunk-B66LRB5M.js} +1 -1
  53. package/dist/{chunk-YRBNAHH4.js → chunk-BK4DJIIY.js} +4 -4
  54. package/dist/{chunk-2DF6OZLG.js → chunk-DBIX3X4H.js} +2 -2
  55. package/dist/{chunk-LXPRO2FH.js → chunk-FUND5WJR.js} +2 -2
  56. package/dist/{chunk-FRDS4XGD.js → chunk-JV4Y2U5F.js} +1 -1
  57. package/dist/{chunk-XVJRFP7W.js → chunk-K56DTX7G.js} +6 -6
  58. package/dist/{chunk-K35D7HF3.js → chunk-N6B6RKQQ.js} +1 -1
  59. package/dist/{chunk-LTCEV7VF.js → chunk-NY7DTZ6K.js} +3 -3
  60. package/dist/{chunk-JPZY7ZQX.js → chunk-OLW7BJ5N.js} +1 -1
  61. package/dist/{chunk-KVJZQ2MV.js → chunk-ORNEK65Y.js} +1 -1
  62. package/dist/{chunk-D3XL2FLX.js → chunk-PNNFCVW4.js} +5 -5
  63. package/dist/{chunk-E5Z6NTTQ.js → chunk-Q3ZLVMQM.js} +1 -1
  64. package/dist/{chunk-PCOU2UXU.js → chunk-RAVD7QLY.js} +8 -8
  65. package/dist/{chunk-IQO7IINR.js → chunk-TSVYBDDE.js} +1 -1
  66. package/dist/{chunk-MCDCZMKN.js → chunk-TY2ESLVL.js} +1 -1
  67. package/dist/{chunk-TQRCODRJ.js → chunk-VKS3F46M.js} +1 -1
  68. package/dist/{chunk-GVNT2YC7.js → chunk-WZ7UHPT3.js} +9 -9
  69. package/dist/{chunk-ZIYLIYN4.js → chunk-YC4EYIER.js} +8 -2
  70. package/dist/{chunk-IT2KORSK.js → chunk-ZN6ROTYP.js} +1 -1
  71. package/dist/{ci-workflow-FJYRFZYQ.js → ci-workflow-EW37KVPS.js} +3 -3
  72. package/dist/{create-skill-6QWJHQYS.js → create-skill-4T5CBSJ2.js} +2 -2
  73. package/dist/{dist-ZV6GO6FA.js → dist-CJDGASPP.js} +2 -2
  74. package/dist/{dist-HPWNWCT6.js → dist-NCNAXUFD.js} +41 -1
  75. package/dist/{docs-7DW3DI4Z.js → docs-4XI2FQW2.js} +4 -4
  76. package/dist/{engine-P7EE2IWO.js → engine-4L4CDTHU.js} +3 -3
  77. package/dist/{entropy-HCXRTDFU.js → entropy-PBYSIQYS.js} +3 -3
  78. package/dist/{feedback-Y4FYN3NR.js → feedback-OTIFW5MK.js} +1 -1
  79. package/dist/{generate-agent-definitions-3EHPIWBO.js → generate-agent-definitions-CZGUXIIN.js} +4 -4
  80. package/dist/{graph-loader-KXVS3YK3.js → graph-loader-RDXSEBD7.js} +1 -1
  81. package/dist/index.d.ts +8 -8
  82. package/dist/index.js +27 -27
  83. package/dist/{loader-SKHF3JVV.js → loader-UZOXCWFC.js} +3 -3
  84. package/dist/{mcp-MWYIPDQU.js → mcp-GWVVV6LH.js} +16 -15
  85. package/dist/{performance-ADWH5NJY.js → performance-5UQPP3XX.js} +4 -4
  86. package/dist/{review-pipeline-TLKE5OQD.js → review-pipeline-65V4EO6O.js} +3 -3
  87. package/dist/{runtime-7LYAW7GU.js → runtime-PXX7HNB3.js} +3 -3
  88. package/dist/{scan-BGJ7TLLV.js → scan-WM7XDUF7.js} +1 -1
  89. package/dist/{security-5XWINYVB.js → security-CAYDRZIZ.js} +1 -1
  90. package/dist/{validate-BFFHYHY7.js → validate-CWGXR7QM.js} +4 -4
  91. package/dist/{validate-cross-check-GQX7OVCR.js → validate-cross-check-BKCNLZYG.js} +3 -3
  92. package/package.json +10 -10
  93. package/dist/agents/commands/claude-code/harness/harness.md +0 -36
  94. package/dist/agents/commands/codex/AGENTS.md +0 -39
  95. package/dist/agents/commands/codex/harness/add-harness-component/SKILL.md +0 -204
  96. package/dist/agents/commands/codex/harness/add-harness-component/agents/openai.yaml +0 -3
  97. package/dist/agents/commands/codex/harness/cleanup-dead-code/SKILL.md +0 -257
  98. package/dist/agents/commands/codex/harness/cleanup-dead-code/agents/openai.yaml +0 -3
  99. package/dist/agents/commands/codex/harness/detect-doc-drift/SKILL.md +0 -191
  100. package/dist/agents/commands/codex/harness/detect-doc-drift/agents/openai.yaml +0 -3
  101. package/dist/agents/commands/codex/harness/enforce-architecture/SKILL.md +0 -289
  102. package/dist/agents/commands/codex/harness/enforce-architecture/agents/openai.yaml +0 -3
  103. package/dist/agents/commands/codex/harness/harness-architecture-advisor/SKILL.md +0 -442
  104. package/dist/agents/commands/codex/harness/harness-architecture-advisor/agents/openai.yaml +0 -3
  105. package/dist/agents/commands/codex/harness/harness-autopilot/SKILL.md +0 -929
  106. package/dist/agents/commands/codex/harness/harness-autopilot/agents/openai.yaml +0 -3
  107. package/dist/agents/commands/codex/harness/harness-brainstorming/SKILL.md +0 -418
  108. package/dist/agents/commands/codex/harness/harness-brainstorming/agents/openai.yaml +0 -3
  109. package/dist/agents/commands/codex/harness/harness-code-review/SKILL.md +0 -850
  110. package/dist/agents/commands/codex/harness/harness-code-review/agents/openai.yaml +0 -3
  111. package/dist/agents/commands/codex/harness/harness-codebase-cleanup/SKILL.md +0 -236
  112. package/dist/agents/commands/codex/harness/harness-codebase-cleanup/agents/openai.yaml +0 -3
  113. package/dist/agents/commands/codex/harness/harness-debugging/SKILL.md +0 -378
  114. package/dist/agents/commands/codex/harness/harness-debugging/agents/openai.yaml +0 -3
  115. package/dist/agents/commands/codex/harness/harness-dependency-health/SKILL.md +0 -190
  116. package/dist/agents/commands/codex/harness/harness-dependency-health/agents/openai.yaml +0 -3
  117. package/dist/agents/commands/codex/harness/harness-docs-pipeline/SKILL.md +0 -472
  118. package/dist/agents/commands/codex/harness/harness-docs-pipeline/agents/openai.yaml +0 -3
  119. package/dist/agents/commands/codex/harness/harness-execution/SKILL.md +0 -522
  120. package/dist/agents/commands/codex/harness/harness-execution/agents/openai.yaml +0 -3
  121. package/dist/agents/commands/codex/harness/harness-hotspot-detector/SKILL.md +0 -172
  122. package/dist/agents/commands/codex/harness/harness-hotspot-detector/agents/openai.yaml +0 -3
  123. package/dist/agents/commands/codex/harness/harness-impact-analysis/SKILL.md +0 -195
  124. package/dist/agents/commands/codex/harness/harness-impact-analysis/agents/openai.yaml +0 -3
  125. package/dist/agents/commands/codex/harness/harness-integrity/SKILL.md +0 -178
  126. package/dist/agents/commands/codex/harness/harness-integrity/agents/openai.yaml +0 -3
  127. package/dist/agents/commands/codex/harness/harness-onboarding/SKILL.md +0 -299
  128. package/dist/agents/commands/codex/harness/harness-onboarding/agents/openai.yaml +0 -3
  129. package/dist/agents/commands/codex/harness/harness-perf/SKILL.md +0 -272
  130. package/dist/agents/commands/codex/harness/harness-perf/agents/openai.yaml +0 -3
  131. package/dist/agents/commands/codex/harness/harness-planning/SKILL.md +0 -592
  132. package/dist/agents/commands/codex/harness/harness-planning/agents/openai.yaml +0 -3
  133. package/dist/agents/commands/codex/harness/harness-refactoring/SKILL.md +0 -181
  134. package/dist/agents/commands/codex/harness/harness-refactoring/agents/openai.yaml +0 -3
  135. package/dist/agents/commands/codex/harness/harness-release-readiness/SKILL.md +0 -701
  136. package/dist/agents/commands/codex/harness/harness-release-readiness/agents/openai.yaml +0 -3
  137. package/dist/agents/commands/codex/harness/harness-roadmap/SKILL.md +0 -607
  138. package/dist/agents/commands/codex/harness/harness-roadmap/agents/openai.yaml +0 -3
  139. package/dist/agents/commands/codex/harness/harness-security-scan/SKILL.md +0 -147
  140. package/dist/agents/commands/codex/harness/harness-security-scan/agents/openai.yaml +0 -3
  141. package/dist/agents/commands/codex/harness/harness-skill-authoring/SKILL.md +0 -314
  142. package/dist/agents/commands/codex/harness/harness-skill-authoring/agents/openai.yaml +0 -3
  143. package/dist/agents/commands/codex/harness/harness-soundness-review/SKILL.md +0 -1280
  144. package/dist/agents/commands/codex/harness/harness-soundness-review/agents/openai.yaml +0 -3
  145. package/dist/agents/commands/codex/harness/harness-supply-chain-audit/SKILL.md +0 -255
  146. package/dist/agents/commands/codex/harness/harness-supply-chain-audit/agents/openai.yaml +0 -3
  147. package/dist/agents/commands/codex/harness/harness-tdd/SKILL.md +0 -189
  148. package/dist/agents/commands/codex/harness/harness-tdd/agents/openai.yaml +0 -3
  149. package/dist/agents/commands/codex/harness/harness-test-advisor/SKILL.md +0 -171
  150. package/dist/agents/commands/codex/harness/harness-test-advisor/agents/openai.yaml +0 -3
  151. package/dist/agents/commands/codex/harness/harness-verification/SKILL.md +0 -433
  152. package/dist/agents/commands/codex/harness/harness-verification/agents/openai.yaml +0 -3
  153. package/dist/agents/commands/codex/harness/harness-verify/SKILL.md +0 -170
  154. package/dist/agents/commands/codex/harness/harness-verify/agents/openai.yaml +0 -3
  155. package/dist/agents/commands/codex/harness/initialize-harness-project/SKILL.md +0 -244
  156. package/dist/agents/commands/codex/harness/initialize-harness-project/agents/openai.yaml +0 -3
  157. package/dist/agents/commands/cursor/harness/add-harness-component.mdc +0 -200
  158. package/dist/agents/commands/cursor/harness/cleanup-dead-code.mdc +0 -253
  159. package/dist/agents/commands/cursor/harness/detect-doc-drift.mdc +0 -187
  160. package/dist/agents/commands/cursor/harness/enforce-architecture.mdc +0 -304
  161. package/dist/agents/commands/cursor/harness/harness-architecture-advisor.mdc +0 -457
  162. package/dist/agents/commands/cursor/harness/harness-autopilot.mdc +0 -924
  163. package/dist/agents/commands/cursor/harness/harness-brainstorming.mdc +0 -414
  164. package/dist/agents/commands/cursor/harness/harness-code-review.mdc +0 -865
  165. package/dist/agents/commands/cursor/harness/harness-codebase-cleanup.mdc +0 -232
  166. package/dist/agents/commands/cursor/harness/harness-debugging.mdc +0 -374
  167. package/dist/agents/commands/cursor/harness/harness-dependency-health.mdc +0 -187
  168. package/dist/agents/commands/cursor/harness/harness-docs-pipeline.mdc +0 -468
  169. package/dist/agents/commands/cursor/harness/harness-execution.mdc +0 -518
  170. package/dist/agents/commands/cursor/harness/harness-hotspot-detector.mdc +0 -169
  171. package/dist/agents/commands/cursor/harness/harness-impact-analysis.mdc +0 -192
  172. package/dist/agents/commands/cursor/harness/harness-integrity.mdc +0 -175
  173. package/dist/agents/commands/cursor/harness/harness-onboarding.mdc +0 -296
  174. package/dist/agents/commands/cursor/harness/harness-perf.mdc +0 -268
  175. package/dist/agents/commands/cursor/harness/harness-planning.mdc +0 -587
  176. package/dist/agents/commands/cursor/harness/harness-refactoring.mdc +0 -177
  177. package/dist/agents/commands/cursor/harness/harness-release-readiness.mdc +0 -697
  178. package/dist/agents/commands/cursor/harness/harness-roadmap.mdc +0 -603
  179. package/dist/agents/commands/cursor/harness/harness-security-scan.mdc +0 -162
  180. package/dist/agents/commands/cursor/harness/harness-skill-authoring.mdc +0 -300
  181. package/dist/agents/commands/cursor/harness/harness-soundness-review.mdc +0 -1275
  182. package/dist/agents/commands/cursor/harness/harness-supply-chain-audit.mdc +0 -252
  183. package/dist/agents/commands/cursor/harness/harness-tdd.mdc +0 -185
  184. package/dist/agents/commands/cursor/harness/harness-test-advisor.mdc +0 -168
  185. package/dist/agents/commands/cursor/harness/harness-verification.mdc +0 -429
  186. package/dist/agents/commands/cursor/harness/harness-verify.mdc +0 -167
  187. package/dist/agents/commands/cursor/harness/initialize-harness-project.mdc +0 -240
  188. package/dist/agents/commands/gemini-cli/harness/harness.toml +0 -277
  189. package/dist/{chunk-RRHUCDRD.js → chunk-ZP5E7YET.js} +3 -3
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  createGenerateAgentDefinitionsCommand,
3
3
  generateAgentDefinitions
4
- } from "./chunk-MCDCZMKN.js";
4
+ } from "./chunk-TY2ESLVL.js";
5
5
  import "./chunk-KET4QQZB.js";
6
- import "./chunk-FRDS4XGD.js";
6
+ import "./chunk-JV4Y2U5F.js";
7
7
  import "./chunk-3ISINLYT.js";
8
8
  import "./chunk-6B6UN6SG.js";
9
- import "./chunk-ZIYLIYN4.js";
9
+ import "./chunk-YC4EYIER.js";
10
10
  import "./chunk-RL4VMEXL.js";
11
- import "./chunk-NKQEMWGT.js";
11
+ import "./chunk-2FPUPRCY.js";
12
12
  import "./chunk-3WGJMBKH.js";
13
13
  import "./chunk-KFQGP6VL.js";
14
14
  export {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  clearGraphStoreCache,
3
3
  loadGraphStore
4
- } from "./chunk-JPZY7ZQX.js";
4
+ } from "./chunk-OLW7BJ5N.js";
5
5
  import "./chunk-KFQGP6VL.js";
6
6
  export {
7
7
  clearGraphStoreCache,
package/dist/index.d.ts CHANGED
@@ -732,15 +732,15 @@ declare const HarnessConfigSchema: z.ZodObject<{
732
732
  thresholds: z.ZodDefault<z.ZodRecord<z.ZodEnum<["circular-deps", "layer-violations", "complexity", "coupling", "forbidden-imports", "module-size", "dependency-depth"]>, z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>>;
733
733
  modules: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodEnum<["circular-deps", "layer-violations", "complexity", "coupling", "forbidden-imports", "module-size", "dependency-depth"]>, z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>>>;
734
734
  }, "strip", z.ZodTypeAny, {
735
+ thresholds: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
736
+ modules: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
735
737
  enabled: boolean;
736
738
  baselinePath: string;
737
- thresholds: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
738
- modules: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
739
739
  }, {
740
+ thresholds?: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
741
+ modules?: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
740
742
  enabled?: boolean | undefined;
741
743
  baselinePath?: string | undefined;
742
- thresholds?: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
743
- modules?: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
744
744
  }>>;
745
745
  /** Skill loading, suggestion, and tier override settings */
746
746
  skills: z.ZodOptional<z.ZodObject<{
@@ -964,10 +964,10 @@ declare const HarnessConfigSchema: z.ZodObject<{
964
964
  dismissed: string[];
965
965
  } | undefined;
966
966
  architecture?: {
967
+ thresholds: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
968
+ modules: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
967
969
  enabled: boolean;
968
970
  baselinePath: string;
969
- thresholds: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
970
- modules: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
971
971
  } | undefined;
972
972
  traceability?: {
973
973
  enabled: boolean;
@@ -1108,10 +1108,10 @@ declare const HarnessConfigSchema: z.ZodObject<{
1108
1108
  dismissed?: string[] | undefined;
1109
1109
  } | undefined;
1110
1110
  architecture?: {
1111
+ thresholds?: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
1112
+ modules?: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
1111
1113
  enabled?: boolean | undefined;
1112
1114
  baselinePath?: string | undefined;
1113
- thresholds?: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
1114
- modules?: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
1115
1115
  } | undefined;
1116
1116
  traceability?: {
1117
1117
  enabled?: boolean | undefined;
package/dist/index.js CHANGED
@@ -12,23 +12,23 @@ import {
12
12
  runSnapshotCapture,
13
13
  runUninstall,
14
14
  runUninstallConstraints
15
- } from "./chunk-SZ3Q4XEO.js";
15
+ } from "./chunk-AMRC4FU2.js";
16
16
  import {
17
17
  generateAgentsMd
18
- } from "./chunk-IT2KORSK.js";
18
+ } from "./chunk-ZN6ROTYP.js";
19
19
  import {
20
20
  generateCIWorkflow
21
- } from "./chunk-KVJZQ2MV.js";
21
+ } from "./chunk-ORNEK65Y.js";
22
22
  import {
23
23
  runCrossCheck
24
- } from "./chunk-G5SNXUIK.js";
24
+ } from "./chunk-7GY6WNEI.js";
25
25
  import {
26
26
  TemplateEngine
27
- } from "./chunk-K533WNZG.js";
27
+ } from "./chunk-B66LRB5M.js";
28
28
  import "./chunk-CQ553GZO.js";
29
29
  import {
30
30
  generateRuntime
31
- } from "./chunk-K35D7HF3.js";
31
+ } from "./chunk-N6B6RKQQ.js";
32
32
  import {
33
33
  detectTrigger,
34
34
  runPersona
@@ -43,7 +43,7 @@ import {
43
43
  OutputFormatter,
44
44
  OutputMode,
45
45
  runCheckPhaseGate
46
- } from "./chunk-LXPRO2FH.js";
46
+ } from "./chunk-FUND5WJR.js";
47
47
  import {
48
48
  AGENT_DESCRIPTIONS,
49
49
  DEFAULT_TOOLS,
@@ -52,53 +52,53 @@ import {
52
52
  generateAgentDefinitions,
53
53
  renderClaudeCodeAgent,
54
54
  renderGeminiAgent
55
- } from "./chunk-MCDCZMKN.js";
55
+ } from "./chunk-TY2ESLVL.js";
56
56
  import "./chunk-KET4QQZB.js";
57
57
  import {
58
58
  listPersonas,
59
59
  loadPersona
60
- } from "./chunk-FRDS4XGD.js";
60
+ } from "./chunk-JV4Y2U5F.js";
61
61
  import {
62
62
  runScan
63
- } from "./chunk-E5Z6NTTQ.js";
63
+ } from "./chunk-Q3ZLVMQM.js";
64
64
  import {
65
65
  createHarnessServer,
66
66
  generateSlashCommands,
67
67
  getToolDefinitions,
68
68
  startServer
69
- } from "./chunk-JJQ3TW2E.js";
70
- import "./chunk-XVJRFP7W.js";
69
+ } from "./chunk-2BPPS6YQ.js";
70
+ import "./chunk-K56DTX7G.js";
71
71
  import "./chunk-RC5ZY3EV.js";
72
- import "./chunk-GVNT2YC7.js";
73
- import "./chunk-MLOGYWLY.js";
74
- import "./chunk-2DF6OZLG.js";
75
- import "./chunk-LTCEV7VF.js";
76
- import "./chunk-YRBNAHH4.js";
77
- import "./chunk-IQO7IINR.js";
78
- import "./chunk-AS5DQT4S.js";
79
- import "./chunk-D3XL2FLX.js";
80
- import "./chunk-PCOU2UXU.js";
72
+ import "./chunk-WZ7UHPT3.js";
73
+ import "./chunk-3AMQYWGT.js";
74
+ import "./chunk-DBIX3X4H.js";
75
+ import "./chunk-NY7DTZ6K.js";
76
+ import "./chunk-BK4DJIIY.js";
77
+ import "./chunk-TSVYBDDE.js";
78
+ import "./chunk-56A6OXVA.js";
79
+ import "./chunk-PNNFCVW4.js";
80
+ import "./chunk-RAVD7QLY.js";
81
81
  import "./chunk-EPUKTTJZ.js";
82
82
  import "./chunk-W6Y7ZW3Y.js";
83
83
  import {
84
84
  findConfigFile,
85
85
  loadConfig,
86
86
  resolveConfig
87
- } from "./chunk-TQRCODRJ.js";
87
+ } from "./chunk-VKS3F46M.js";
88
88
  import "./chunk-3ISINLYT.js";
89
89
  import "./chunk-6B6UN6SG.js";
90
- import "./chunk-JPZY7ZQX.js";
90
+ import "./chunk-OLW7BJ5N.js";
91
91
  import "./chunk-BM3PWGXQ.js";
92
- import "./chunk-ZIYLIYN4.js";
92
+ import "./chunk-YC4EYIER.js";
93
93
  import "./chunk-RL4VMEXL.js";
94
- import "./chunk-NKQEMWGT.js";
94
+ import "./chunk-2FPUPRCY.js";
95
95
  import {
96
96
  generateSkillFiles
97
- } from "./chunk-RRHUCDRD.js";
97
+ } from "./chunk-ZP5E7YET.js";
98
+ import "./chunk-HIK6OEUF.js";
98
99
  import {
99
100
  logger
100
101
  } from "./chunk-EBJQ6N4M.js";
101
- import "./chunk-HIK6OEUF.js";
102
102
  import {
103
103
  CLIError,
104
104
  ExitCode,
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  listPersonas,
3
3
  loadPersona
4
- } from "./chunk-FRDS4XGD.js";
5
- import "./chunk-ZIYLIYN4.js";
4
+ } from "./chunk-JV4Y2U5F.js";
5
+ import "./chunk-YC4EYIER.js";
6
6
  import "./chunk-RL4VMEXL.js";
7
- import "./chunk-NKQEMWGT.js";
7
+ import "./chunk-2FPUPRCY.js";
8
8
  import "./chunk-KFQGP6VL.js";
9
9
  export {
10
10
  listPersonas,
@@ -2,32 +2,33 @@ import {
2
2
  createHarnessServer,
3
3
  getToolDefinitions,
4
4
  startServer
5
- } from "./chunk-JJQ3TW2E.js";
6
- import "./chunk-XVJRFP7W.js";
5
+ } from "./chunk-2BPPS6YQ.js";
6
+ import "./chunk-K56DTX7G.js";
7
7
  import "./chunk-RC5ZY3EV.js";
8
- import "./chunk-GVNT2YC7.js";
9
- import "./chunk-MLOGYWLY.js";
10
- import "./chunk-2DF6OZLG.js";
11
- import "./chunk-LTCEV7VF.js";
12
- import "./chunk-YRBNAHH4.js";
8
+ import "./chunk-WZ7UHPT3.js";
9
+ import "./chunk-3AMQYWGT.js";
10
+ import "./chunk-DBIX3X4H.js";
11
+ import "./chunk-NY7DTZ6K.js";
12
+ import "./chunk-BK4DJIIY.js";
13
13
  import {
14
14
  resolveProjectConfig
15
- } from "./chunk-IQO7IINR.js";
16
- import "./chunk-AS5DQT4S.js";
17
- import "./chunk-D3XL2FLX.js";
18
- import "./chunk-PCOU2UXU.js";
15
+ } from "./chunk-TSVYBDDE.js";
16
+ import "./chunk-56A6OXVA.js";
17
+ import "./chunk-PNNFCVW4.js";
18
+ import "./chunk-RAVD7QLY.js";
19
19
  import {
20
20
  resultToMcpResponse
21
21
  } from "./chunk-EPUKTTJZ.js";
22
22
  import "./chunk-W6Y7ZW3Y.js";
23
- import "./chunk-TQRCODRJ.js";
23
+ import "./chunk-VKS3F46M.js";
24
24
  import "./chunk-3ISINLYT.js";
25
25
  import "./chunk-6B6UN6SG.js";
26
- import "./chunk-JPZY7ZQX.js";
27
- import "./chunk-ZIYLIYN4.js";
26
+ import "./chunk-OLW7BJ5N.js";
27
+ import "./chunk-YC4EYIER.js";
28
28
  import "./chunk-RL4VMEXL.js";
29
- import "./chunk-NKQEMWGT.js";
29
+ import "./chunk-2FPUPRCY.js";
30
30
  import "./chunk-HIK6OEUF.js";
31
+ import "./chunk-EBJQ6N4M.js";
31
32
  import "./chunk-3WGJMBKH.js";
32
33
  import "./chunk-KFQGP6VL.js";
33
34
  export {
@@ -7,13 +7,13 @@ import {
7
7
  handleGetPerfBaselines,
8
8
  handleUpdatePerfBaselines,
9
9
  updatePerfBaselinesDefinition
10
- } from "./chunk-PCOU2UXU.js";
10
+ } from "./chunk-RAVD7QLY.js";
11
11
  import "./chunk-EPUKTTJZ.js";
12
12
  import "./chunk-W6Y7ZW3Y.js";
13
- import "./chunk-TQRCODRJ.js";
14
- import "./chunk-ZIYLIYN4.js";
13
+ import "./chunk-VKS3F46M.js";
14
+ import "./chunk-YC4EYIER.js";
15
15
  import "./chunk-RL4VMEXL.js";
16
- import "./chunk-NKQEMWGT.js";
16
+ import "./chunk-2FPUPRCY.js";
17
17
  import "./chunk-3WGJMBKH.js";
18
18
  import "./chunk-KFQGP6VL.js";
19
19
  export {
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  handleRunCodeReview,
3
3
  runCodeReviewDefinition
4
- } from "./chunk-2DF6OZLG.js";
4
+ } from "./chunk-DBIX3X4H.js";
5
5
  import "./chunk-W6Y7ZW3Y.js";
6
- import "./chunk-ZIYLIYN4.js";
6
+ import "./chunk-YC4EYIER.js";
7
7
  import "./chunk-RL4VMEXL.js";
8
- import "./chunk-NKQEMWGT.js";
8
+ import "./chunk-2FPUPRCY.js";
9
9
  import "./chunk-KFQGP6VL.js";
10
10
  export {
11
11
  handleRunCodeReview,
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  generateRuntime
3
- } from "./chunk-K35D7HF3.js";
3
+ } from "./chunk-N6B6RKQQ.js";
4
4
  import "./chunk-KET4QQZB.js";
5
- import "./chunk-ZIYLIYN4.js";
5
+ import "./chunk-YC4EYIER.js";
6
6
  import "./chunk-RL4VMEXL.js";
7
- import "./chunk-NKQEMWGT.js";
7
+ import "./chunk-2FPUPRCY.js";
8
8
  import "./chunk-KFQGP6VL.js";
9
9
  export {
10
10
  generateRuntime
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createScanCommand,
3
3
  runScan
4
- } from "./chunk-E5Z6NTTQ.js";
4
+ } from "./chunk-Q3ZLVMQM.js";
5
5
  import "./chunk-KFQGP6VL.js";
6
6
  export {
7
7
  createScanCommand,
@@ -3,7 +3,7 @@ import {
3
3
  handleGetSecurityTrends,
4
4
  handleRunSecurityScan,
5
5
  runSecurityScanDefinition
6
- } from "./chunk-MLOGYWLY.js";
6
+ } from "./chunk-3AMQYWGT.js";
7
7
  import "./chunk-W6Y7ZW3Y.js";
8
8
  import "./chunk-KFQGP6VL.js";
9
9
  export {
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  handleValidateProject,
3
3
  validateToolDefinition
4
- } from "./chunk-LTCEV7VF.js";
5
- import "./chunk-IQO7IINR.js";
4
+ } from "./chunk-NY7DTZ6K.js";
5
+ import "./chunk-TSVYBDDE.js";
6
6
  import "./chunk-W6Y7ZW3Y.js";
7
- import "./chunk-ZIYLIYN4.js";
7
+ import "./chunk-YC4EYIER.js";
8
8
  import "./chunk-RL4VMEXL.js";
9
- import "./chunk-NKQEMWGT.js";
9
+ import "./chunk-2FPUPRCY.js";
10
10
  import "./chunk-KFQGP6VL.js";
11
11
  export {
12
12
  handleValidateProject,
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  runCrossCheck
3
- } from "./chunk-G5SNXUIK.js";
4
- import "./chunk-ZIYLIYN4.js";
3
+ } from "./chunk-7GY6WNEI.js";
4
+ import "./chunk-YC4EYIER.js";
5
5
  import "./chunk-RL4VMEXL.js";
6
- import "./chunk-NKQEMWGT.js";
6
+ import "./chunk-2FPUPRCY.js";
7
7
  import "./chunk-KFQGP6VL.js";
8
8
  export {
9
9
  runCrossCheck
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harness-engineering/cli",
3
- "version": "1.25.7",
3
+ "version": "1.26.1",
4
4
  "description": "CLI for Harness Engineering toolkit",
5
5
  "type": "module",
6
6
  "bin": {
@@ -29,7 +29,7 @@
29
29
  "commander": "^12.1.0",
30
30
  "dotenv": "^16.6.1",
31
31
  "ejs": "^3.1.10",
32
- "glob": "^11.1.0",
32
+ "glob": "^13.0.6",
33
33
  "handlebars": "^4.7.9",
34
34
  "minimatch": "^10.2.5",
35
35
  "semver": "^7.7.4",
@@ -37,19 +37,19 @@
37
37
  "web-tree-sitter": "^0.24.7",
38
38
  "yaml": "^2.8.3",
39
39
  "zod": "^3.25.76",
40
- "@harness-engineering/graph": "0.4.3",
41
- "@harness-engineering/core": "0.23.1",
42
- "@harness-engineering/linter-gen": "0.1.6",
43
- "@harness-engineering/orchestrator": "0.2.12",
44
- "@harness-engineering/types": "0.10.0",
45
- "@harness-engineering/dashboard": "0.1.9"
40
+ "@harness-engineering/core": "0.23.2",
41
+ "@harness-engineering/dashboard": "0.2.1",
42
+ "@harness-engineering/graph": "0.5.0",
43
+ "@harness-engineering/linter-gen": "0.1.7",
44
+ "@harness-engineering/orchestrator": "0.2.14",
45
+ "@harness-engineering/types": "0.10.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^22.19.15",
49
49
  "@types/semver": "^7.7.1",
50
- "@vitest/coverage-v8": "^4.1.2",
50
+ "@vitest/coverage-v8": "^4.1.5",
51
51
  "tsup": "^8.5.1",
52
- "vitest": "^4.1.2"
52
+ "vitest": "^4.1.5"
53
53
  },
54
54
  "license": "MIT",
55
55
  "publishConfig": {
@@ -1,36 +0,0 @@
1
- ---
2
- name: harness
3
- description: Natural language router to harness skills — classifies intent, confirms, dispatches
4
- argument-hint: "--intent <intent>"
5
- allowed-tools:
6
- - Read
7
- - Glob
8
- - Grep
9
- ---
10
-
11
- <!-- Generated by harness generate-slash-commands. Do not edit. -->
12
-
13
- <context>
14
- Cognitive mode: analytical-classifier
15
- Type: rigid
16
- </context>
17
-
18
- <objective>
19
- Natural language router to harness skills — classifies intent, confirms, dispatches
20
-
21
- Phases:
22
- - classify: Parse intent and search skills index for matches
23
- - confirm: Present routing decision with scope and reasoning
24
- - dispatch: Invoke selected skill via run_skill with original intent
25
- </objective>
26
-
27
- <execution_context>
28
- @agents/skills/claude-code/harness-router/SKILL.md
29
- @agents/skills/claude-code/harness-router/skill.yaml
30
- </execution_context>
31
-
32
- <process>
33
- 1. Try: invoke mcp__harness__run_skill with skill: "harness-router"
34
- 2. If MCP unavailable: read SKILL.md and follow its workflow directly
35
- 3. Pass through any arguments provided by the user
36
- </process>
@@ -1,39 +0,0 @@
1
- <!-- Generated by harness generate-slash-commands. Do not edit. -->
2
-
3
- # Harness Skills
4
-
5
- This file bootstraps harness context for Codex CLI. Each skill is available as a structured workflow in the `harness/` directory.
6
-
7
- ## Available Skills
8
-
9
- - **add-harness-component** — Add a component to an existing harness project
10
- - **cleanup-dead-code** — Detect and auto-fix dead code including dead exports, commented-out code, and orphaned dependencies
11
- - **detect-doc-drift** — Detect documentation that has drifted from code
12
- - **enforce-architecture** — Validate architectural layer boundaries, detect violations, and auto-fix import ordering and forbidden import replacement
13
- - **harness-architecture-advisor** — Interactive architecture advisor that surfaces trade-offs and helps humans choose
14
- - **harness-autopilot** — Autonomous phase execution loop — chains planning, execution, verification, and review, pausing only at human decision points
15
- - **harness-brainstorming** — Structured ideation and exploration with harness methodology
16
- - **harness-code-review** — Multi-phase code review pipeline with mechanical checks, graph-scoped context, and parallel review agents
17
- - **harness-codebase-cleanup** — Orchestrate dead code removal and architecture violation fixes with shared convergence loop
18
- - **harness-debugging** — Systematic debugging with harness validation and state tracking
19
- - **harness-dependency-health** — Analyze structural health of the codebase using graph metrics
20
- - **harness-docs-pipeline** — Orchestrator composing 4 documentation skills into a sequential pipeline with convergence-based remediation and qualitative health reporting
21
- - **harness-execution** — Execute a planned set of tasks with harness validation and state tracking
22
- - **harness-hotspot-detector** — Identify structural risk hotspots via co-change and churn analysis
23
- - **harness-impact-analysis** — Graph-based impact analysis — answers "if I change X, what breaks?"
24
- - **harness-integrity** — Unified integrity gate — chains verify (quick gate) with AI review into a single report
25
- - **harness-onboarding** — Onboard a new developer to a harness-managed project
26
- - **harness-perf** — Performance enforcement and benchmark management
27
- - **harness-planning** — Structured project planning with harness constraints and validation
28
- - **harness-refactoring** — Safe refactoring with validation before and after changes
29
- - **harness-release-readiness** — Audit npm release readiness, run maintenance checks, offer auto-fixes, track progress across sessions
30
- - **harness-roadmap** — Create and manage a unified project roadmap from existing specs and plans
31
- - **harness-security-scan** — Lightweight mechanical security scan for health checks
32
- - **harness-skill-authoring** — Create and maintain harness skills following the rich skill format
33
- - **harness-soundness-review** — Deep soundness analysis of specs and plans with auto-fix and convergence loop
34
- - **harness-supply-chain-audit** — 6-factor dependency risk evaluation for supply chain security
35
- - **harness-tdd** — Test-driven development integrated with harness validation
36
- - **harness-test-advisor** — Graph-based test selection — answers "what tests should I run?"
37
- - **harness-verification** — Comprehensive harness verification of project health and compliance
38
- - **harness-verify** — Binary pass/fail quick gate — runs test, lint, typecheck commands and returns structured result
39
- - **initialize-harness-project** — Scaffold a new harness-compliant project