CI/CD Hardener
Goal
Senior baseline CI: deterministic checks, caching, and artifacts for proof.
When to use
- •New repo.
- •Before client handoff.
Minimal inputs (ask only if missing)
- •CI provider (default GitHub Actions).
- •Package manager.
- •Commands for checks.
Procedure (MUST)
- •Ensure scripts exist.
- •Add CI workflow (install cached, lint/typecheck/test, e2e/visual if configured, upload artifacts).
- •Fail on violations.
- •Document local parity.
Outputs (MUST produce)
- •CI workflow file.
- •
docs/ci.md.