/** * Tests for src/validate.ts. * * Focus: regression guards for the "single source of truth" link between * pipeline step registry (src/pipeline/registry.ts) and validate.ts step * allowlist. A new step registered via `registerStep()` must automatically * be allowlisted by `opencli validate` — no parallel hand-maintained list. */ export {};