Skip to content

INSTALL_STEPS

const INSTALL_STEPS: Record<GuardrailId, (v) => string[]>

Defined in: src/readiness.ts:459

Concrete install steps per guardrail for the detected package manager. An empty array means there is no package to install — the guardrail is satisfied by creating a file (a CI workflow, a CLAUDE.md, a dependabot config), so the prescription keeps only its prose line. Exhaustive Record so a new guardrail is forced to declare its steps (matches TOOLING_LABEL / CHURN_PLAIN).