@harness-engineering/cli 1.26.1 → 1.27.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.
- package/dist/agents/skills/claude-code/cleanup-dead-code/SKILL.md +3 -1
- package/dist/agents/skills/claude-code/detect-doc-drift/SKILL.md +3 -1
- package/dist/agents/skills/claude-code/harness-architecture-advisor/SKILL.md +4 -0
- package/dist/agents/skills/claude-code/harness-autopilot/SKILL.md +55 -24
- package/dist/agents/skills/claude-code/harness-brainstorming/SKILL.md +16 -5
- package/dist/agents/skills/claude-code/harness-code-review/SKILL.md +21 -6
- package/dist/agents/skills/claude-code/harness-codebase-cleanup/SKILL.md +2 -0
- package/dist/agents/skills/claude-code/harness-debugging/SKILL.md +13 -1
- package/dist/agents/skills/claude-code/harness-dependency-health/SKILL.md +4 -0
- package/dist/agents/skills/claude-code/harness-execution/SKILL.md +16 -6
- package/dist/agents/skills/claude-code/harness-impact-analysis/SKILL.md +2 -0
- package/dist/agents/skills/claude-code/harness-integration/SKILL.md +560 -0
- package/dist/agents/skills/claude-code/harness-integration/skill.yaml +65 -0
- package/dist/agents/skills/claude-code/harness-integrity/SKILL.md +2 -0
- package/dist/agents/skills/claude-code/harness-onboarding/SKILL.md +4 -0
- package/dist/agents/skills/claude-code/harness-perf/SKILL.md +9 -7
- package/dist/agents/skills/claude-code/harness-planning/SKILL.md +77 -10
- package/dist/agents/skills/claude-code/harness-refactoring/SKILL.md +13 -4
- package/dist/agents/skills/claude-code/harness-security-scan/SKILL.md +3 -1
- package/dist/agents/skills/claude-code/harness-soundness-review/SKILL.md +4 -0
- package/dist/agents/skills/claude-code/harness-tdd/SKILL.md +5 -2
- package/dist/agents/skills/claude-code/harness-verification/SKILL.md +4 -0
- package/dist/agents/skills/codex/cleanup-dead-code/SKILL.md +3 -1
- package/dist/agents/skills/codex/detect-doc-drift/SKILL.md +3 -1
- package/dist/agents/skills/codex/harness-architecture-advisor/SKILL.md +4 -0
- package/dist/agents/skills/codex/harness-autopilot/SKILL.md +55 -24
- package/dist/agents/skills/codex/harness-brainstorming/SKILL.md +16 -5
- package/dist/agents/skills/codex/harness-code-review/SKILL.md +21 -6
- package/dist/agents/skills/codex/harness-codebase-cleanup/SKILL.md +2 -0
- package/dist/agents/skills/codex/harness-debugging/SKILL.md +13 -1
- package/dist/agents/skills/codex/harness-dependency-health/SKILL.md +4 -0
- package/dist/agents/skills/codex/harness-execution/SKILL.md +16 -6
- package/dist/agents/skills/codex/harness-impact-analysis/SKILL.md +2 -0
- package/dist/agents/skills/codex/harness-integration/SKILL.md +560 -0
- package/dist/agents/skills/codex/harness-integration/skill.yaml +65 -0
- package/dist/agents/skills/codex/harness-integrity/SKILL.md +2 -0
- package/dist/agents/skills/codex/harness-onboarding/SKILL.md +4 -0
- package/dist/agents/skills/codex/harness-perf/SKILL.md +9 -7
- package/dist/agents/skills/codex/harness-planning/SKILL.md +77 -10
- package/dist/agents/skills/codex/harness-refactoring/SKILL.md +13 -4
- package/dist/agents/skills/codex/harness-security-scan/SKILL.md +3 -1
- package/dist/agents/skills/codex/harness-soundness-review/SKILL.md +4 -0
- package/dist/agents/skills/codex/harness-tdd/SKILL.md +5 -2
- package/dist/agents/skills/codex/harness-verification/SKILL.md +4 -0
- package/dist/agents/skills/cursor/cleanup-dead-code/SKILL.md +3 -1
- package/dist/agents/skills/cursor/detect-doc-drift/SKILL.md +3 -1
- package/dist/agents/skills/cursor/harness-architecture-advisor/SKILL.md +4 -0
- package/dist/agents/skills/cursor/harness-autopilot/SKILL.md +55 -24
- package/dist/agents/skills/cursor/harness-brainstorming/SKILL.md +16 -5
- package/dist/agents/skills/cursor/harness-code-review/SKILL.md +21 -6
- package/dist/agents/skills/cursor/harness-codebase-cleanup/SKILL.md +2 -0
- package/dist/agents/skills/cursor/harness-debugging/SKILL.md +13 -1
- package/dist/agents/skills/cursor/harness-dependency-health/SKILL.md +4 -0
- package/dist/agents/skills/cursor/harness-execution/SKILL.md +16 -6
- package/dist/agents/skills/cursor/harness-impact-analysis/SKILL.md +2 -0
- package/dist/agents/skills/cursor/harness-integration/SKILL.md +560 -0
- package/dist/agents/skills/cursor/harness-integration/skill.yaml +65 -0
- package/dist/agents/skills/cursor/harness-integrity/SKILL.md +2 -0
- package/dist/agents/skills/cursor/harness-onboarding/SKILL.md +4 -0
- package/dist/agents/skills/cursor/harness-perf/SKILL.md +9 -7
- package/dist/agents/skills/cursor/harness-planning/SKILL.md +77 -10
- package/dist/agents/skills/cursor/harness-refactoring/SKILL.md +13 -4
- package/dist/agents/skills/cursor/harness-security-scan/SKILL.md +3 -1
- package/dist/agents/skills/cursor/harness-soundness-review/SKILL.md +4 -0
- package/dist/agents/skills/cursor/harness-tdd/SKILL.md +5 -2
- package/dist/agents/skills/cursor/harness-verification/SKILL.md +4 -0
- package/dist/agents/skills/gemini-cli/cleanup-dead-code/SKILL.md +3 -1
- package/dist/agents/skills/gemini-cli/detect-doc-drift/SKILL.md +3 -1
- package/dist/agents/skills/gemini-cli/harness-architecture-advisor/SKILL.md +4 -0
- package/dist/agents/skills/gemini-cli/harness-autopilot/SKILL.md +55 -24
- package/dist/agents/skills/gemini-cli/harness-brainstorming/SKILL.md +16 -5
- package/dist/agents/skills/gemini-cli/harness-code-review/SKILL.md +21 -6
- package/dist/agents/skills/gemini-cli/harness-codebase-cleanup/SKILL.md +2 -0
- package/dist/agents/skills/gemini-cli/harness-debugging/SKILL.md +13 -1
- package/dist/agents/skills/gemini-cli/harness-dependency-health/SKILL.md +4 -0
- package/dist/agents/skills/gemini-cli/harness-execution/SKILL.md +16 -6
- package/dist/agents/skills/gemini-cli/harness-impact-analysis/SKILL.md +2 -0
- package/dist/agents/skills/gemini-cli/harness-integration/SKILL.md +560 -0
- package/dist/agents/skills/gemini-cli/harness-integration/skill.yaml +65 -0
- package/dist/agents/skills/gemini-cli/harness-integrity/SKILL.md +2 -0
- package/dist/agents/skills/gemini-cli/harness-onboarding/SKILL.md +4 -0
- package/dist/agents/skills/gemini-cli/harness-perf/SKILL.md +9 -7
- package/dist/agents/skills/gemini-cli/harness-planning/SKILL.md +77 -10
- package/dist/agents/skills/gemini-cli/harness-refactoring/SKILL.md +13 -4
- package/dist/agents/skills/gemini-cli/harness-security-scan/SKILL.md +3 -1
- package/dist/agents/skills/gemini-cli/harness-soundness-review/SKILL.md +4 -0
- package/dist/agents/skills/gemini-cli/harness-tdd/SKILL.md +5 -2
- package/dist/agents/skills/gemini-cli/harness-verification/SKILL.md +4 -0
- package/dist/{agents-md-VI3HLR7E.js → agents-md-2RN666DE.js} +3 -3
- package/dist/{architecture-ZDDKEVID.js → architecture-ZR33YKJB.js} +4 -4
- package/dist/{assess-project-Y6W7YDUA.js → assess-project-LLWWEQEV.js} +1 -1
- package/dist/bin/harness-mcp.js +17 -16
- package/dist/bin/harness.js +27 -26
- package/dist/{business-knowledge-6RHYJOB3.js → business-knowledge-EISPR7FU.js} +1 -1
- package/dist/{check-phase-gate-CXR3VM22.js → check-phase-gate-ZVG56NT2.js} +4 -4
- package/dist/chunk-27AJKSQY.js +107 -0
- package/dist/{chunk-DBIX3X4H.js → chunk-2FOLD76X.js} +2 -2
- package/dist/{chunk-3AMQYWGT.js → chunk-3AJW7VQ3.js} +2 -2
- package/dist/{chunk-FUND5WJR.js → chunk-3XMOWLK3.js} +2 -2
- package/dist/{chunk-OLW7BJ5N.js → chunk-776JFSPK.js} +1 -1
- package/dist/{chunk-VKS3F46M.js → chunk-A4ETL34H.js} +7 -2
- package/dist/{chunk-JV4Y2U5F.js → chunk-BO4AJZRE.js} +1 -1
- package/dist/{chunk-WZ7UHPT3.js → chunk-BZZNYHRY.js} +9 -9
- package/dist/{chunk-ZN6ROTYP.js → chunk-C7RPQWBG.js} +1 -1
- package/dist/{chunk-RAVD7QLY.js → chunk-CJYNZMOP.js} +8 -8
- package/dist/{chunk-PNNFCVW4.js → chunk-EGRQHLDM.js} +5 -5
- package/dist/{chunk-2BPPS6YQ.js → chunk-EHTUWULH.js} +458 -363
- package/dist/{chunk-N6B6RKQQ.js → chunk-EICASBYP.js} +1 -1
- package/dist/{chunk-K56DTX7G.js → chunk-F3Y64VNF.js} +6 -6
- package/dist/{chunk-ORNEK65Y.js → chunk-FUS4OOGC.js} +1 -1
- package/dist/{chunk-2FPUPRCY.js → chunk-GAIOIINV.js} +594 -127
- package/dist/{chunk-YC4EYIER.js → chunk-IBTHD2UA.js} +132 -77
- package/dist/{chunk-RC5ZY3EV.js → chunk-IOW3MW2K.js} +2 -2
- package/dist/{chunk-B66LRB5M.js → chunk-L3Y7L4EG.js} +1 -1
- package/dist/{chunk-BK4DJIIY.js → chunk-MGPVA2EM.js} +27 -4
- package/dist/{chunk-NY7DTZ6K.js → chunk-Q5DKIL46.js} +3 -3
- package/dist/{chunk-TY2ESLVL.js → chunk-SDDQPMZK.js} +1 -1
- package/dist/{chunk-7GY6WNEI.js → chunk-SDPHFDQS.js} +1 -1
- package/dist/{chunk-56A6OXVA.js → chunk-T7UZOJF4.js} +9 -9
- package/dist/{chunk-AMRC4FU2.js → chunk-VCC47EXU.js} +109 -57
- package/dist/{chunk-Q3ZLVMQM.js → chunk-XKU37HGH.js} +10 -1
- package/dist/{chunk-TSVYBDDE.js → chunk-YZH4I4JO.js} +1 -1
- package/dist/{ci-workflow-EW37KVPS.js → ci-workflow-JFOL4YWW.js} +3 -3
- package/dist/{dist-NCNAXUFD.js → dist-BZS2XRLG.js} +5 -1
- package/dist/{dist-CJDGASPP.js → dist-CPKL5Y2R.js} +2 -2
- package/dist/{docs-4XI2FQW2.js → docs-FUTRJQHA.js} +4 -4
- package/dist/{engine-4L4CDTHU.js → engine-FB3HCNVT.js} +3 -3
- package/dist/{entropy-PBYSIQYS.js → entropy-FIEE4YDA.js} +3 -3
- package/dist/{feedback-OTIFW5MK.js → feedback-7EC4T6XG.js} +1 -1
- package/dist/{generate-agent-definitions-CZGUXIIN.js → generate-agent-definitions-FOSFADNR.js} +4 -4
- package/dist/{graph-loader-RDXSEBD7.js → graph-loader-QEI7SYOQ.js} +1 -1
- package/dist/hooks/adoption-tracker.js +36 -8
- package/dist/hooks/sentinel-pre.js +3 -2
- package/dist/hooks/telemetry-reporter.js +34 -15
- package/dist/index-builder-3AOQ3ZII.js +13 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +29 -28
- package/dist/{loader-UZOXCWFC.js → loader-HXUOBTYA.js} +3 -3
- package/dist/{mcp-GWVVV6LH.js → mcp-NUG4BMKJ.js} +17 -16
- package/dist/{performance-5UQPP3XX.js → performance-TYXBCTR7.js} +4 -4
- package/dist/{review-pipeline-65V4EO6O.js → review-pipeline-B4WPU6BQ.js} +3 -3
- package/dist/{runtime-PXX7HNB3.js → runtime-HQQNOARD.js} +3 -3
- package/dist/{scan-WM7XDUF7.js → scan-M4EGDAQ2.js} +1 -1
- package/dist/{security-CAYDRZIZ.js → security-25VFLIAO.js} +1 -1
- package/dist/templates/orchestrator/harness.orchestrator.md +18 -8
- package/dist/{validate-CWGXR7QM.js → validate-EAVGKZQB.js} +4 -4
- package/dist/{validate-cross-check-BKCNLZYG.js → validate-cross-check-SPL3H4O5.js} +3 -3
- package/package.json +13 -5
- package/dist/hooks/profiles.ts +0 -48
|
@@ -1,19 +1,19 @@
|
|
|
1
|
+
import {
|
|
2
|
+
generateRuntime
|
|
3
|
+
} from "./chunk-EICASBYP.js";
|
|
1
4
|
import {
|
|
2
5
|
generateAgentsMd
|
|
3
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-C7RPQWBG.js";
|
|
4
7
|
import {
|
|
5
8
|
generateCIWorkflow
|
|
6
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-FUS4OOGC.js";
|
|
7
10
|
import {
|
|
8
11
|
TemplateEngine
|
|
9
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-L3Y7L4EG.js";
|
|
10
13
|
import {
|
|
11
14
|
generate,
|
|
12
15
|
validate
|
|
13
16
|
} from "./chunk-CQ553GZO.js";
|
|
14
|
-
import {
|
|
15
|
-
generateRuntime
|
|
16
|
-
} from "./chunk-N6B6RKQQ.js";
|
|
17
17
|
import {
|
|
18
18
|
runPersona
|
|
19
19
|
} from "./chunk-GISMXMVL.js";
|
|
@@ -28,21 +28,21 @@ import {
|
|
|
28
28
|
OutputMode,
|
|
29
29
|
createCheckPhaseGateCommand,
|
|
30
30
|
findFiles
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-3XMOWLK3.js";
|
|
32
32
|
import {
|
|
33
33
|
createGenerateAgentDefinitionsCommand,
|
|
34
34
|
generateAgentDefinitions
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-SDDQPMZK.js";
|
|
36
36
|
import {
|
|
37
37
|
toKebabCase
|
|
38
38
|
} from "./chunk-KET4QQZB.js";
|
|
39
39
|
import {
|
|
40
40
|
listPersonas,
|
|
41
41
|
loadPersona
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-BO4AJZRE.js";
|
|
43
43
|
import {
|
|
44
44
|
createScanCommand
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-XKU37HGH.js";
|
|
46
46
|
import {
|
|
47
47
|
appendFrameworkAgents,
|
|
48
48
|
captureHealthSnapshot,
|
|
@@ -54,14 +54,19 @@ import {
|
|
|
54
54
|
handleOrphanDeletion,
|
|
55
55
|
isSnapshotFresh,
|
|
56
56
|
loadCachedSnapshot,
|
|
57
|
-
loadOrRebuildIndex,
|
|
58
57
|
persistToolingConfig,
|
|
59
58
|
recommend
|
|
60
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-EHTUWULH.js";
|
|
60
|
+
import {
|
|
61
|
+
loadGraphStore
|
|
62
|
+
} from "./chunk-776JFSPK.js";
|
|
63
|
+
import {
|
|
64
|
+
loadOrRebuildIndex
|
|
65
|
+
} from "./chunk-27AJKSQY.js";
|
|
61
66
|
import {
|
|
62
67
|
findConfigFile,
|
|
63
68
|
resolveConfig
|
|
64
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-A4ETL34H.js";
|
|
65
70
|
import {
|
|
66
71
|
VALID_PLATFORMS
|
|
67
72
|
} from "./chunk-3ISINLYT.js";
|
|
@@ -73,9 +78,6 @@ import {
|
|
|
73
78
|
resolveSkillsDir,
|
|
74
79
|
resolveTemplatesDir
|
|
75
80
|
} from "./chunk-6B6UN6SG.js";
|
|
76
|
-
import {
|
|
77
|
-
loadGraphStore
|
|
78
|
-
} from "./chunk-OLW7BJ5N.js";
|
|
79
81
|
import {
|
|
80
82
|
CLI_VERSION
|
|
81
83
|
} from "./chunk-BM3PWGXQ.js";
|
|
@@ -149,7 +151,7 @@ import {
|
|
|
149
151
|
validateKnowledgeMap,
|
|
150
152
|
writeConfig,
|
|
151
153
|
writeLockfile
|
|
152
|
-
} from "./chunk-
|
|
154
|
+
} from "./chunk-IBTHD2UA.js";
|
|
153
155
|
import {
|
|
154
156
|
Err,
|
|
155
157
|
Ok
|
|
@@ -363,7 +365,7 @@ function registerSkillsCommand(adoption) {
|
|
|
363
365
|
const globalOpts = cmd.optsWithGlobals();
|
|
364
366
|
const limit = Math.max(parseInt(opts.limit, 10) || 20, 1);
|
|
365
367
|
const cwd = process.cwd();
|
|
366
|
-
const { readAdoptionRecords, aggregateBySkill } = await import("./dist-
|
|
368
|
+
const { readAdoptionRecords, aggregateBySkill } = await import("./dist-CPKL5Y2R.js");
|
|
367
369
|
const records = readAdoptionRecords(cwd);
|
|
368
370
|
if (records.length === 0) {
|
|
369
371
|
if (globalOpts.json) {
|
|
@@ -399,7 +401,7 @@ function registerRecentCommand(adoption) {
|
|
|
399
401
|
const globalOpts = cmd.optsWithGlobals();
|
|
400
402
|
const limit = Math.max(parseInt(opts.limit, 10) || 20, 1);
|
|
401
403
|
const cwd = process.cwd();
|
|
402
|
-
const { readAdoptionRecords } = await import("./dist-
|
|
404
|
+
const { readAdoptionRecords } = await import("./dist-CPKL5Y2R.js");
|
|
403
405
|
const records = readAdoptionRecords(cwd);
|
|
404
406
|
if (records.length === 0) {
|
|
405
407
|
if (globalOpts.json) {
|
|
@@ -477,7 +479,7 @@ function registerSkillCommand(adoption) {
|
|
|
477
479
|
adoption.command("skill <name>").description("Show detail for a specific skill").action(async (name, _opts, cmd) => {
|
|
478
480
|
const globalOpts = cmd.optsWithGlobals();
|
|
479
481
|
const cwd = process.cwd();
|
|
480
|
-
const { readAdoptionRecords, aggregateBySkill } = await import("./dist-
|
|
482
|
+
const { readAdoptionRecords, aggregateBySkill } = await import("./dist-CPKL5Y2R.js");
|
|
481
483
|
const records = readAdoptionRecords(cwd);
|
|
482
484
|
const skillRecords = records.filter((r) => r.skill === name);
|
|
483
485
|
if (skillRecords.length === 0) {
|
|
@@ -2766,7 +2768,7 @@ import { Command as Command25 } from "commander";
|
|
|
2766
2768
|
// src/commands/graph/status.ts
|
|
2767
2769
|
import * as path15 from "path";
|
|
2768
2770
|
async function runGraphStatus(projectPath) {
|
|
2769
|
-
const { GraphStore } = await import("./dist-
|
|
2771
|
+
const { GraphStore } = await import("./dist-BZS2XRLG.js");
|
|
2770
2772
|
const graphDir = path15.join(projectPath, ".harness", "graph");
|
|
2771
2773
|
const store = new GraphStore();
|
|
2772
2774
|
const loaded = await store.load(graphDir);
|
|
@@ -2806,7 +2808,7 @@ async function runGraphStatus(projectPath) {
|
|
|
2806
2808
|
// src/commands/graph/export.ts
|
|
2807
2809
|
import * as path16 from "path";
|
|
2808
2810
|
async function runGraphExport(projectPath, format) {
|
|
2809
|
-
const { GraphStore } = await import("./dist-
|
|
2811
|
+
const { GraphStore } = await import("./dist-BZS2XRLG.js");
|
|
2810
2812
|
const graphDir = path16.join(projectPath, ".harness", "graph");
|
|
2811
2813
|
const store = new GraphStore();
|
|
2812
2814
|
const loaded = await store.load(graphDir);
|
|
@@ -2842,7 +2844,7 @@ import * as path19 from "path";
|
|
|
2842
2844
|
import { Command as Command23 } from "commander";
|
|
2843
2845
|
import * as path17 from "path";
|
|
2844
2846
|
async function runQuery(projectPath, rootNodeId, opts) {
|
|
2845
|
-
const { GraphStore, ContextQL } = await import("./dist-
|
|
2847
|
+
const { GraphStore, ContextQL } = await import("./dist-BZS2XRLG.js");
|
|
2846
2848
|
const store = new GraphStore();
|
|
2847
2849
|
const graphDir = path17.join(projectPath, ".harness", "graph");
|
|
2848
2850
|
const loaded = await store.load(graphDir);
|
|
@@ -2931,12 +2933,15 @@ async function runIngest(projectPath, source, opts) {
|
|
|
2931
2933
|
TopologicalLinker,
|
|
2932
2934
|
KnowledgeIngestor,
|
|
2933
2935
|
GitIngestor,
|
|
2936
|
+
RequirementIngestor,
|
|
2934
2937
|
SyncManager,
|
|
2935
2938
|
JiraConnector,
|
|
2936
2939
|
SlackConnector,
|
|
2937
2940
|
CIConnector,
|
|
2938
|
-
ConfluenceConnector
|
|
2939
|
-
|
|
2941
|
+
ConfluenceConnector,
|
|
2942
|
+
FigmaConnector,
|
|
2943
|
+
MiroConnector
|
|
2944
|
+
} = await import("./dist-BZS2XRLG.js");
|
|
2940
2945
|
const graphDir = path18.join(projectPath, ".harness", "graph");
|
|
2941
2946
|
const store = new GraphStore();
|
|
2942
2947
|
await store.load(graphDir);
|
|
@@ -2945,8 +2950,11 @@ async function runIngest(projectPath, source, opts) {
|
|
|
2945
2950
|
const codeResult = await new CodeIngestor(store).ingest(projectPath);
|
|
2946
2951
|
new TopologicalLinker(store).link();
|
|
2947
2952
|
const knowledgeResult = await new KnowledgeIngestor(store).ingestAll(projectPath);
|
|
2953
|
+
const reqResult = await new RequirementIngestor(store).ingestSpecs(
|
|
2954
|
+
path18.join(projectPath, "docs", "changes")
|
|
2955
|
+
);
|
|
2948
2956
|
const gitResult = await new GitIngestor(store).ingest(projectPath);
|
|
2949
|
-
const { createExtractionRunner } = await import("./dist-
|
|
2957
|
+
const { createExtractionRunner } = await import("./dist-BZS2XRLG.js");
|
|
2950
2958
|
const extractedDir = path18.join(projectPath, ".harness", "knowledge", "extracted");
|
|
2951
2959
|
const signalsResult = await createExtractionRunner().run(projectPath, store, extractedDir);
|
|
2952
2960
|
const syncManager = new SyncManager(store, graphDir);
|
|
@@ -2954,7 +2962,9 @@ async function runIngest(projectPath, source, opts) {
|
|
|
2954
2962
|
jira: () => new JiraConnector(),
|
|
2955
2963
|
slack: () => new SlackConnector(),
|
|
2956
2964
|
ci: () => new CIConnector(),
|
|
2957
|
-
confluence: () => new ConfluenceConnector()
|
|
2965
|
+
confluence: () => new ConfluenceConnector(),
|
|
2966
|
+
figma: () => new FigmaConnector(),
|
|
2967
|
+
miro: () => new MiroConnector()
|
|
2958
2968
|
};
|
|
2959
2969
|
for (const [name, factory] of Object.entries(connectorMap)) {
|
|
2960
2970
|
const config = await loadConnectorConfig(projectPath, name);
|
|
@@ -2965,6 +2975,7 @@ async function runIngest(projectPath, source, opts) {
|
|
|
2965
2975
|
const merged = mergeResults(
|
|
2966
2976
|
codeResult,
|
|
2967
2977
|
knowledgeResult,
|
|
2978
|
+
reqResult,
|
|
2968
2979
|
gitResult,
|
|
2969
2980
|
signalsResult,
|
|
2970
2981
|
connectorResult
|
|
@@ -2983,17 +2994,22 @@ async function runIngest(projectPath, source, opts) {
|
|
|
2983
2994
|
case "git":
|
|
2984
2995
|
result = await new GitIngestor(store).ingest(projectPath);
|
|
2985
2996
|
break;
|
|
2997
|
+
case "requirements":
|
|
2998
|
+
result = await new RequirementIngestor(store).ingestSpecs(
|
|
2999
|
+
path18.join(projectPath, "docs", "changes")
|
|
3000
|
+
);
|
|
3001
|
+
break;
|
|
2986
3002
|
case "business-signals": {
|
|
2987
|
-
const { createExtractionRunner } = await import("./dist-
|
|
3003
|
+
const { createExtractionRunner } = await import("./dist-BZS2XRLG.js");
|
|
2988
3004
|
const extractedDir = path18.join(projectPath, ".harness", "knowledge", "extracted");
|
|
2989
3005
|
result = await createExtractionRunner().run(projectPath, store, extractedDir);
|
|
2990
3006
|
break;
|
|
2991
3007
|
}
|
|
2992
3008
|
default: {
|
|
2993
|
-
const knownConnectors = ["jira", "slack", "ci", "confluence"];
|
|
3009
|
+
const knownConnectors = ["jira", "slack", "ci", "confluence", "figma", "miro"];
|
|
2994
3010
|
if (!knownConnectors.includes(source)) {
|
|
2995
3011
|
throw new Error(
|
|
2996
|
-
`Unknown source: ${source}. Available: code, knowledge, git, business-signals, jira, slack, ci, confluence`
|
|
3012
|
+
`Unknown source: ${source}. Available: code, knowledge, git, requirements, business-signals, jira, slack, ci, confluence, figma, miro`
|
|
2997
3013
|
);
|
|
2998
3014
|
}
|
|
2999
3015
|
if (!SyncManager) {
|
|
@@ -3006,7 +3022,9 @@ async function runIngest(projectPath, source, opts) {
|
|
|
3006
3022
|
jira: () => new JiraConnector(),
|
|
3007
3023
|
slack: () => new SlackConnector(),
|
|
3008
3024
|
ci: () => new CIConnector(),
|
|
3009
|
-
confluence: () => new ConfluenceConnector()
|
|
3025
|
+
confluence: () => new ConfluenceConnector(),
|
|
3026
|
+
figma: () => new FigmaConnector(),
|
|
3027
|
+
miro: () => new MiroConnector()
|
|
3010
3028
|
};
|
|
3011
3029
|
const factory = extConnectorMap[source];
|
|
3012
3030
|
const config = await loadConnectorConfig(projectPath, source);
|
|
@@ -3021,7 +3039,7 @@ async function runIngest(projectPath, source, opts) {
|
|
|
3021
3039
|
function createIngestCommand() {
|
|
3022
3040
|
return new Command24("ingest").description("Ingest data into the knowledge graph").option(
|
|
3023
3041
|
"--source <name>",
|
|
3024
|
-
"Source to ingest (code, knowledge, git, business-signals, jira, slack, ci, confluence)"
|
|
3042
|
+
"Source to ingest (code, knowledge, git, requirements, business-signals, jira, slack, ci, confluence, figma, miro)"
|
|
3025
3043
|
).option("--all", "Run all sources (code, knowledge, git, and configured connectors)").option("--full", "Force full re-ingestion").action(async (opts, cmd) => {
|
|
3026
3044
|
if (!opts.source && !opts.all) {
|
|
3027
3045
|
console.error("Error: --source or --all is required");
|
|
@@ -3840,7 +3858,9 @@ var ALL_MCP_TOOLS = [
|
|
|
3840
3858
|
"compute_blast_radius",
|
|
3841
3859
|
"dispatch_skills",
|
|
3842
3860
|
"compact",
|
|
3843
|
-
"detect_constraint_emergence"
|
|
3861
|
+
"detect_constraint_emergence",
|
|
3862
|
+
"run_ci_checks",
|
|
3863
|
+
"generate_blueprint"
|
|
3844
3864
|
];
|
|
3845
3865
|
async function runCursorToolPicker() {
|
|
3846
3866
|
try {
|
|
@@ -3996,7 +4016,7 @@ function printMcpResult(configured, skipped, trustedFolder) {
|
|
|
3996
4016
|
` - ${ALL_MCP_TOOLS.length} tools for validation, entropy detection, skill execution, graph querying, and more`
|
|
3997
4017
|
);
|
|
3998
4018
|
console.log(
|
|
3999
|
-
" -
|
|
4019
|
+
" - 9 resources for project context, skills, rules, learnings, state, graph, and business knowledge data"
|
|
4000
4020
|
);
|
|
4001
4021
|
console.log("");
|
|
4002
4022
|
console.log(`Run ${chalk2.cyan("harness skill list")} to see available skills.`);
|
|
@@ -5276,12 +5296,12 @@ import chalk6 from "chalk";
|
|
|
5276
5296
|
function createKnowledgePipelineCommand() {
|
|
5277
5297
|
return new Command41("knowledge-pipeline").description("Run knowledge extraction, drift detection, and gap analysis").option("--fix", "Enable convergence-based auto-remediation (default: detect-only)").option("--ci", "Non-interactive mode \u2014 apply safe fixes only, report everything else").option("--domain <name>", "Limit pipeline to a specific knowledge domain").option("--drift-check", "Exit 1 if unresolved drift exists (CI gate mode)").option("--analyze-images", "Enable vision model analysis of image files").option("--image-paths <paths>", "Comma-separated image file paths for analysis").option("--coverage", "Display per-domain coverage report").option("--check-contradictions", "Display cross-source contradiction report").action(async (opts, cmd) => {
|
|
5278
5298
|
const globalOpts = cmd.optsWithGlobals();
|
|
5279
|
-
const projectDir =
|
|
5299
|
+
const projectDir = process.cwd();
|
|
5280
5300
|
try {
|
|
5281
5301
|
const graphDir = path38.join(projectDir, ".harness", "graph");
|
|
5282
5302
|
const fs41 = await import("fs/promises");
|
|
5283
5303
|
await fs41.mkdir(graphDir, { recursive: true });
|
|
5284
|
-
const { GraphStore, KnowledgePipelineRunner } = await import("./dist-
|
|
5304
|
+
const { GraphStore, KnowledgePipelineRunner } = await import("./dist-BZS2XRLG.js");
|
|
5285
5305
|
const store = new GraphStore();
|
|
5286
5306
|
try {
|
|
5287
5307
|
await store.load(graphDir);
|
|
@@ -5301,8 +5321,15 @@ function createKnowledgePipelineCommand() {
|
|
|
5301
5321
|
if (opts.analyzeImages) {
|
|
5302
5322
|
try {
|
|
5303
5323
|
const intelligence = await import("@harness-engineering/intelligence");
|
|
5304
|
-
const
|
|
5305
|
-
|
|
5324
|
+
const Provider = intelligence.AnthropicAnalysisProvider;
|
|
5325
|
+
const apiKey = process.env.ANTHROPIC_API_KEY;
|
|
5326
|
+
if (!apiKey) {
|
|
5327
|
+
logger.error(
|
|
5328
|
+
"ANTHROPIC_API_KEY environment variable is required for --analyze-images"
|
|
5329
|
+
);
|
|
5330
|
+
process.exit(1);
|
|
5331
|
+
}
|
|
5332
|
+
pipelineOpts.analysisProvider = new Provider({ apiKey });
|
|
5306
5333
|
} catch {
|
|
5307
5334
|
logger.error(
|
|
5308
5335
|
"Image analysis requires @harness-engineering/intelligence with ANTHROPIC_API_KEY set."
|
|
@@ -5325,7 +5352,9 @@ function createKnowledgePipelineCommand() {
|
|
|
5325
5352
|
extraction: result.extraction,
|
|
5326
5353
|
gaps: {
|
|
5327
5354
|
domains: result.gaps.domains.length,
|
|
5328
|
-
totalEntries: result.gaps.totalEntries
|
|
5355
|
+
totalEntries: result.gaps.totalEntries,
|
|
5356
|
+
totalExtracted: result.gaps.totalExtracted,
|
|
5357
|
+
totalGaps: result.gaps.totalGaps
|
|
5329
5358
|
},
|
|
5330
5359
|
remediations: result.remediations,
|
|
5331
5360
|
contradictions: {
|
|
@@ -5336,7 +5365,16 @@ function createKnowledgePipelineCommand() {
|
|
|
5336
5365
|
overallScore: result.coverage.overallScore,
|
|
5337
5366
|
overallGrade: result.coverage.overallGrade,
|
|
5338
5367
|
domains: result.coverage.domains.length
|
|
5339
|
-
}
|
|
5368
|
+
},
|
|
5369
|
+
...result.materialization ? {
|
|
5370
|
+
materialization: {
|
|
5371
|
+
created: result.materialization.created.length,
|
|
5372
|
+
skipped: result.materialization.skipped.length,
|
|
5373
|
+
files: result.materialization.created.map(
|
|
5374
|
+
(d) => d.filePath
|
|
5375
|
+
)
|
|
5376
|
+
}
|
|
5377
|
+
} : {}
|
|
5340
5378
|
},
|
|
5341
5379
|
null,
|
|
5342
5380
|
2
|
|
@@ -5355,7 +5393,7 @@ function createKnowledgePipelineCommand() {
|
|
|
5355
5393
|
` Extraction: ${result.extraction.codeSignals} code signals, ${result.extraction.diagrams} diagrams, ${result.extraction.linkerFacts} linker facts, ${result.extraction.businessKnowledge} business knowledge, ${result.extraction.images} images`
|
|
5356
5394
|
);
|
|
5357
5395
|
console.log(
|
|
5358
|
-
` Gaps: ${result.gaps.domains.length} domains
|
|
5396
|
+
` Gaps: ${result.gaps.domains.length} domains \u2014 ${result.gaps.totalEntries} documented / ${result.gaps.totalExtracted} extracted / ${result.gaps.totalGaps} undocumented`
|
|
5359
5397
|
);
|
|
5360
5398
|
if (result.iterations > 1) {
|
|
5361
5399
|
console.log(` Convergence: ${result.iterations} iterations`);
|
|
@@ -5363,6 +5401,15 @@ function createKnowledgePipelineCommand() {
|
|
|
5363
5401
|
if (result.remediations.length > 0) {
|
|
5364
5402
|
console.log(` Remediations: ${result.remediations.length} applied`);
|
|
5365
5403
|
}
|
|
5404
|
+
if (result.materialization) {
|
|
5405
|
+
const mat = result.materialization;
|
|
5406
|
+
console.log(
|
|
5407
|
+
` Materialization: ${mat.created.length} docs created, ${mat.skipped.length} skipped`
|
|
5408
|
+
);
|
|
5409
|
+
for (const doc of mat.created) {
|
|
5410
|
+
console.log(` ${chalk6.green("+")} ${doc.filePath}`);
|
|
5411
|
+
}
|
|
5412
|
+
}
|
|
5366
5413
|
if (opts.checkContradictions || result.contradictions.contradictions.length > 0) {
|
|
5367
5414
|
console.log("");
|
|
5368
5415
|
console.log(
|
|
@@ -5589,7 +5636,7 @@ function createMcpCommand() {
|
|
|
5589
5636
|
parseBudget
|
|
5590
5637
|
).action(async (opts) => {
|
|
5591
5638
|
const [{ startServer: startServer2, getToolDefinitions: getToolDefinitions2 }, { selectTier }] = await Promise.all([
|
|
5592
|
-
import("./mcp-
|
|
5639
|
+
import("./mcp-NUG4BMKJ.js"),
|
|
5593
5640
|
import("./tool-tiers-7QGZ3FKY.js")
|
|
5594
5641
|
]);
|
|
5595
5642
|
if (opts.tools && opts.tools.length > 0) {
|
|
@@ -5655,7 +5702,7 @@ function registerBenchCommand(perf) {
|
|
|
5655
5702
|
perf.command("bench [glob]").description("Run benchmarks via vitest bench").action(async (glob2, _opts, cmd) => {
|
|
5656
5703
|
const globalOpts = cmd.optsWithGlobals();
|
|
5657
5704
|
const cwd = process.cwd();
|
|
5658
|
-
const { BenchmarkRunner } = await import("./dist-
|
|
5705
|
+
const { BenchmarkRunner } = await import("./dist-CPKL5Y2R.js");
|
|
5659
5706
|
const runner = new BenchmarkRunner();
|
|
5660
5707
|
const benchFiles = runner.discover(cwd, glob2);
|
|
5661
5708
|
if (benchFiles.length === 0) {
|
|
@@ -5719,7 +5766,7 @@ async function runBaselinesShow(globalOpts) {
|
|
|
5719
5766
|
}
|
|
5720
5767
|
async function runBaselinesUpdate(globalOpts) {
|
|
5721
5768
|
const cwd = process.cwd();
|
|
5722
|
-
const { BenchmarkRunner } = await import("./dist-
|
|
5769
|
+
const { BenchmarkRunner } = await import("./dist-CPKL5Y2R.js");
|
|
5723
5770
|
const runner = new BenchmarkRunner();
|
|
5724
5771
|
const manager = new BaselineManager(cwd);
|
|
5725
5772
|
logger.info("Running benchmarks to update baselines...");
|
|
@@ -5760,7 +5807,7 @@ function registerReportCommand(perf) {
|
|
|
5760
5807
|
perf.command("report").description("Full performance report with metrics, trends, and hotspots").action(async (_opts, cmd) => {
|
|
5761
5808
|
const globalOpts = cmd.optsWithGlobals();
|
|
5762
5809
|
const cwd = process.cwd();
|
|
5763
|
-
const { EntropyAnalyzer: EntropyAnalyzer2 } = await import("./dist-
|
|
5810
|
+
const { EntropyAnalyzer: EntropyAnalyzer2 } = await import("./dist-CPKL5Y2R.js");
|
|
5764
5811
|
const analyzer = new EntropyAnalyzer2({
|
|
5765
5812
|
rootDir: path41.resolve(cwd),
|
|
5766
5813
|
analyze: { complexity: true, coupling: true }
|
|
@@ -6151,7 +6198,7 @@ async function runPublishAnalyses(opts) {
|
|
|
6151
6198
|
const nameToExternalId = buildNameToExternalIdMap(projectPath);
|
|
6152
6199
|
if (!nameToExternalId) return process.exit(1);
|
|
6153
6200
|
const { AnalysisArchive } = await import("@harness-engineering/orchestrator");
|
|
6154
|
-
const { GitHubIssuesSyncAdapter: GitHubIssuesSyncAdapter2 } = await import("./dist-
|
|
6201
|
+
const { GitHubIssuesSyncAdapter: GitHubIssuesSyncAdapter2 } = await import("./dist-CPKL5Y2R.js");
|
|
6155
6202
|
const archive = new AnalysisArchive(path43.join(projectPath, ".harness", "analyses"));
|
|
6156
6203
|
const analyses = await archive.list();
|
|
6157
6204
|
if (analyses.length === 0) {
|
|
@@ -6677,7 +6724,7 @@ function ensureHooks(cwd) {
|
|
|
6677
6724
|
}
|
|
6678
6725
|
async function runInitialGraphScan(cwd) {
|
|
6679
6726
|
try {
|
|
6680
|
-
const { runScan: runScan2 } = await import("./scan-
|
|
6727
|
+
const { runScan: runScan2 } = await import("./scan-M4EGDAQ2.js");
|
|
6681
6728
|
const result = await runScan2(cwd);
|
|
6682
6729
|
return {
|
|
6683
6730
|
status: "pass",
|
|
@@ -8180,7 +8227,7 @@ async function runSyncAnalyses(opts) {
|
|
|
8180
8227
|
return;
|
|
8181
8228
|
}
|
|
8182
8229
|
const { AnalysisArchive, loadPublishedIndex: loadPublishedIndex2, savePublishedIndex: savePublishedIndex2 } = await import("@harness-engineering/orchestrator");
|
|
8183
|
-
const { GitHubIssuesSyncAdapter: GitHubIssuesSyncAdapter2 } = await import("./dist-
|
|
8230
|
+
const { GitHubIssuesSyncAdapter: GitHubIssuesSyncAdapter2 } = await import("./dist-CPKL5Y2R.js");
|
|
8184
8231
|
const adapter = new GitHubIssuesSyncAdapter2({ token, config: trackerConfig });
|
|
8185
8232
|
const archive = new AnalysisArchive(path59.join(projectPath, ".harness", "analyses"));
|
|
8186
8233
|
const publishedIndex = loadPublishedIndex2(projectPath);
|
|
@@ -8641,9 +8688,14 @@ function handleNoStore(mode) {
|
|
|
8641
8688
|
}
|
|
8642
8689
|
function handleEmptyResults(mode) {
|
|
8643
8690
|
if (mode === OutputMode.JSON) {
|
|
8644
|
-
console.log(
|
|
8691
|
+
console.log(
|
|
8692
|
+
JSON.stringify({
|
|
8693
|
+
results: [],
|
|
8694
|
+
message: "No requirements found in graph. Run `harness scan` to ingest spec requirements."
|
|
8695
|
+
})
|
|
8696
|
+
);
|
|
8645
8697
|
} else if (mode !== OutputMode.QUIET) {
|
|
8646
|
-
logger.info("No requirements found in graph. Run `harness scan` to
|
|
8698
|
+
logger.info("No requirements found in graph. Run `harness scan` to ingest spec requirements.");
|
|
8647
8699
|
}
|
|
8648
8700
|
process.exit(ExitCode.SUCCESS);
|
|
8649
8701
|
}
|
|
@@ -8707,7 +8759,7 @@ async function runTraceability(options) {
|
|
|
8707
8759
|
const projectPath = process.cwd();
|
|
8708
8760
|
const store = await loadGraphStore(projectPath);
|
|
8709
8761
|
if (!store) handleNoStore(mode);
|
|
8710
|
-
const graphModule = await import("./dist-
|
|
8762
|
+
const graphModule = await import("./dist-BZS2XRLG.js");
|
|
8711
8763
|
const filterOptions = buildFilterOptions(options);
|
|
8712
8764
|
const results = graphModule.queryTraceability(store, filterOptions);
|
|
8713
8765
|
if (results.length === 0) handleEmptyResults(mode);
|
|
@@ -9121,7 +9173,7 @@ function createUpdateCommand() {
|
|
|
9121
9173
|
// src/commands/usage.ts
|
|
9122
9174
|
import { Command as Command83 } from "commander";
|
|
9123
9175
|
async function loadAndPriceRecords(cwd, includeClaudeSessions = false) {
|
|
9124
|
-
const { readCostRecords, loadPricingData, calculateCost, parseCCRecords } = await import("./dist-
|
|
9176
|
+
const { readCostRecords, loadPricingData, calculateCost, parseCCRecords } = await import("./dist-CPKL5Y2R.js");
|
|
9125
9177
|
const records = readCostRecords(cwd);
|
|
9126
9178
|
if (includeClaudeSessions) {
|
|
9127
9179
|
const ccRecords = parseCCRecords();
|
|
@@ -9214,7 +9266,7 @@ function registerDailyCommand(usage) {
|
|
|
9214
9266
|
else logger.info("No usage data found. Run some harness sessions first.");
|
|
9215
9267
|
return;
|
|
9216
9268
|
}
|
|
9217
|
-
const { aggregateByDay } = await import("./dist-
|
|
9269
|
+
const { aggregateByDay } = await import("./dist-CPKL5Y2R.js");
|
|
9218
9270
|
const limited = aggregateByDay(records).slice(0, days);
|
|
9219
9271
|
if (globalOpts.json) {
|
|
9220
9272
|
console.log(
|
|
@@ -9243,7 +9295,7 @@ function registerSessionsCommand(usage) {
|
|
|
9243
9295
|
}
|
|
9244
9296
|
return;
|
|
9245
9297
|
}
|
|
9246
|
-
const { aggregateBySession } = await import("./dist-
|
|
9298
|
+
const { aggregateBySession } = await import("./dist-CPKL5Y2R.js");
|
|
9247
9299
|
const sessionData = aggregateBySession(records);
|
|
9248
9300
|
const limited = sessionData.slice(0, limit);
|
|
9249
9301
|
if (globalOpts.json) {
|
|
@@ -9323,7 +9375,7 @@ function registerSessionCommand(usage) {
|
|
|
9323
9375
|
cwd,
|
|
9324
9376
|
globalOpts.includeClaudeSessions
|
|
9325
9377
|
);
|
|
9326
|
-
const { aggregateBySession } = await import("./dist-
|
|
9378
|
+
const { aggregateBySession } = await import("./dist-CPKL5Y2R.js");
|
|
9327
9379
|
const sessionData = aggregateBySession(records);
|
|
9328
9380
|
const match = sessionData.find((s) => s.sessionId === id);
|
|
9329
9381
|
if (!match) {
|
|
@@ -9358,7 +9410,7 @@ function registerLatestCommand(usage) {
|
|
|
9358
9410
|
}
|
|
9359
9411
|
return;
|
|
9360
9412
|
}
|
|
9361
|
-
const { aggregateBySession } = await import("./dist-
|
|
9413
|
+
const { aggregateBySession } = await import("./dist-CPKL5Y2R.js");
|
|
9362
9414
|
const sessionData = aggregateBySession(records);
|
|
9363
9415
|
const latest = sessionData[0];
|
|
9364
9416
|
if (!latest) {
|
|
@@ -9482,7 +9534,7 @@ function resolveValidateMode(globalOpts) {
|
|
|
9482
9534
|
return OutputMode.TEXT;
|
|
9483
9535
|
}
|
|
9484
9536
|
async function printCrossCheckWarnings(mode) {
|
|
9485
|
-
const { runCrossCheck: runCrossCheck2 } = await import("./validate-cross-check-
|
|
9537
|
+
const { runCrossCheck: runCrossCheck2 } = await import("./validate-cross-check-SPL3H4O5.js");
|
|
9486
9538
|
const cwd = process.cwd();
|
|
9487
9539
|
const crossResult = await runCrossCheck2({
|
|
9488
9540
|
specsDir: path63.join(cwd, "docs", "specs"),
|
|
@@ -2,13 +2,22 @@
|
|
|
2
2
|
import { Command } from "commander";
|
|
3
3
|
import * as path from "path";
|
|
4
4
|
async function runScan(projectPath) {
|
|
5
|
-
const {
|
|
5
|
+
const {
|
|
6
|
+
GraphStore,
|
|
7
|
+
CodeIngestor,
|
|
8
|
+
TopologicalLinker,
|
|
9
|
+
KnowledgeIngestor,
|
|
10
|
+
GitIngestor,
|
|
11
|
+
RequirementIngestor
|
|
12
|
+
} = await import("./dist-BZS2XRLG.js");
|
|
6
13
|
const store = new GraphStore();
|
|
7
14
|
const start = Date.now();
|
|
8
15
|
await new CodeIngestor(store).ingest(projectPath);
|
|
9
16
|
new TopologicalLinker(store).link();
|
|
10
17
|
const knowledgeIngestor = new KnowledgeIngestor(store);
|
|
11
18
|
await knowledgeIngestor.ingestAll(projectPath);
|
|
19
|
+
const specsDir = path.join(projectPath, "docs", "changes");
|
|
20
|
+
await new RequirementIngestor(store).ingestSpecs(specsDir);
|
|
12
21
|
try {
|
|
13
22
|
await new GitIngestor(store).ingest(projectPath);
|
|
14
23
|
} catch {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generateCIWorkflow
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-FUS4OOGC.js";
|
|
4
|
+
import "./chunk-IBTHD2UA.js";
|
|
5
5
|
import "./chunk-RL4VMEXL.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-GAIOIINV.js";
|
|
7
7
|
import "./chunk-KFQGP6VL.js";
|
|
8
8
|
export {
|
|
9
9
|
generateCIWorkflow
|
|
@@ -14,6 +14,7 @@ import {
|
|
|
14
14
|
ContradictionDetector,
|
|
15
15
|
CoverageScorer,
|
|
16
16
|
D2Parser,
|
|
17
|
+
DecisionIngestor,
|
|
17
18
|
DesignConstraintAdapter,
|
|
18
19
|
DesignIngestor,
|
|
19
20
|
DiagramParser,
|
|
@@ -38,6 +39,7 @@ import {
|
|
|
38
39
|
ImageAnalysisExtractor,
|
|
39
40
|
IntentClassifier,
|
|
40
41
|
JiraConnector,
|
|
42
|
+
KnowledgeDocMaterializer,
|
|
41
43
|
KnowledgeIngestor,
|
|
42
44
|
KnowledgePipelineRunner,
|
|
43
45
|
KnowledgeStagingAggregator,
|
|
@@ -71,7 +73,7 @@ import {
|
|
|
71
73
|
project,
|
|
72
74
|
queryTraceability,
|
|
73
75
|
saveGraph
|
|
74
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-GAIOIINV.js";
|
|
75
77
|
import "./chunk-KFQGP6VL.js";
|
|
76
78
|
init_dist();
|
|
77
79
|
export {
|
|
@@ -90,6 +92,7 @@ export {
|
|
|
90
92
|
ContradictionDetector,
|
|
91
93
|
CoverageScorer,
|
|
92
94
|
D2Parser,
|
|
95
|
+
DecisionIngestor,
|
|
93
96
|
DesignConstraintAdapter,
|
|
94
97
|
DesignIngestor,
|
|
95
98
|
DiagramParser,
|
|
@@ -114,6 +117,7 @@ export {
|
|
|
114
117
|
ImageAnalysisExtractor,
|
|
115
118
|
IntentClassifier,
|
|
116
119
|
JiraConnector,
|
|
120
|
+
KnowledgeDocMaterializer,
|
|
117
121
|
KnowledgeIngestor,
|
|
118
122
|
KnowledgePipelineRunner,
|
|
119
123
|
KnowledgeStagingAggregator,
|
|
@@ -395,7 +395,7 @@ import {
|
|
|
395
395
|
writeSessionSummary,
|
|
396
396
|
writeTaint,
|
|
397
397
|
xssRules
|
|
398
|
-
} from "./chunk-
|
|
398
|
+
} from "./chunk-IBTHD2UA.js";
|
|
399
399
|
import {
|
|
400
400
|
DEFAULT_SKILL_CONTEXT_BUDGET,
|
|
401
401
|
Err,
|
|
@@ -405,7 +405,7 @@ import {
|
|
|
405
405
|
isErr,
|
|
406
406
|
isOk
|
|
407
407
|
} from "./chunk-RL4VMEXL.js";
|
|
408
|
-
import "./chunk-
|
|
408
|
+
import "./chunk-GAIOIINV.js";
|
|
409
409
|
import "./chunk-KFQGP6VL.js";
|
|
410
410
|
init_dist();
|
|
411
411
|
export {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
checkDocsDefinition,
|
|
3
3
|
handleCheckDocs
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-T7UZOJF4.js";
|
|
5
5
|
import "./chunk-EPUKTTJZ.js";
|
|
6
6
|
import "./chunk-W6Y7ZW3Y.js";
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-A4ETL34H.js";
|
|
8
|
+
import "./chunk-IBTHD2UA.js";
|
|
9
9
|
import "./chunk-RL4VMEXL.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-GAIOIINV.js";
|
|
11
11
|
import "./chunk-3WGJMBKH.js";
|
|
12
12
|
import "./chunk-KFQGP6VL.js";
|
|
13
13
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
TemplateEngine
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-L3Y7L4EG.js";
|
|
4
|
+
import "./chunk-IBTHD2UA.js";
|
|
5
5
|
import "./chunk-RL4VMEXL.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-GAIOIINV.js";
|
|
7
7
|
import "./chunk-KFQGP6VL.js";
|
|
8
8
|
export {
|
|
9
9
|
TemplateEngine
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
detectEntropyDefinition,
|
|
3
3
|
handleDetectEntropy
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EGRQHLDM.js";
|
|
5
5
|
import "./chunk-EPUKTTJZ.js";
|
|
6
6
|
import "./chunk-W6Y7ZW3Y.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IBTHD2UA.js";
|
|
8
8
|
import "./chunk-RL4VMEXL.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-GAIOIINV.js";
|
|
10
10
|
import "./chunk-KFQGP6VL.js";
|
|
11
11
|
export {
|
|
12
12
|
detectEntropyDefinition,
|
package/dist/{generate-agent-definitions-CZGUXIIN.js → generate-agent-definitions-FOSFADNR.js}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createGenerateAgentDefinitionsCommand,
|
|
3
3
|
generateAgentDefinitions
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-SDDQPMZK.js";
|
|
5
5
|
import "./chunk-KET4QQZB.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-BO4AJZRE.js";
|
|
7
7
|
import "./chunk-3ISINLYT.js";
|
|
8
8
|
import "./chunk-6B6UN6SG.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-IBTHD2UA.js";
|
|
10
10
|
import "./chunk-RL4VMEXL.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-GAIOIINV.js";
|
|
12
12
|
import "./chunk-3WGJMBKH.js";
|
|
13
13
|
import "./chunk-KFQGP6VL.js";
|
|
14
14
|
export {
|