Phase 1 — Install and configure
Install the Testing CLI (when published), scaffold `restormel-testing.yaml`, run doctor-style checks, and align Node/pnpm with the Restormel module stack.
Expected commands (see CLI --help and repo README):
restormel-testing init restormel-testing doctor --config restormel-testing.yaml restormel-testing validate --config restormel-testing.yaml
From this monorepo after pnpm run build:testing-packages, use pnpm exec testing … (or restormel-testing when published).
Agent prompts
Optional: use these with a coding agent to implement this phase in your repo in a safe, gated sequence. Expand only when you need them.
- Add the Testing CLI to this repo per current install instructions; run
doctorand capture output. - Create
restormel-testing.yamlviainit(starter includes one example suite and goal) or hand-edit; runvalidate. - Ensure Node 20 and pnpm match
engines; document any CI image changes needed.