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).

Configuration · ← Phase 0 · Phase 2 — Wire Keys →

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.

  1. Add the Testing CLI to this repo per current install instructions; run doctor and capture output.
  2. Create restormel-testing.yaml via init (starter includes one example suite and goal) or hand-edit; run validate.
  3. Ensure Node 20 and pnpm match engines; document any CI image changes needed.