Skip to content

@vttforge/cli / Severity

Type Alias: Severity

Severity = "HIGH" | "MEDIUM" | "LOW"

Shared types for the vttforge audit rule engine.

The audit catalog covers the breakages that fail quietly on v14. Each rule produces zero or more RuleResult entries; the orchestrator aggregates them into an AuditReport which the reporter renders as JSON or markdown.

The CLI never touches the source tree; audit is purely read-only.

MIT licensed.