New project

Fastest path: install the CLI, scaffold config, wire Keys references, run one suite locally, then add CI.

Recommended sequence (mirrors the walkthrough):

  1. Phase 1 — Install the CLI; run doctor and validate.
  2. Add restormel-testing.yaml (init writes a valid starter).
  3. Phase 2 — Wire Keys using logical refs (no raw secrets in YAML).
  4. Define your first goal in Phase 3 — First goal and Test definition.
  5. Phase 4 — Local run and inspect artefacts.
  6. Phase 5 — CI, then Verification strategy.
pnpm exec testing init
pnpm exec testing doctor --config restormel-testing.yaml
pnpm exec testing validate --config restormel-testing.yaml

The snippet assumes this monorepo after pnpm install and pnpm run build:testing-packages. For install from npm once published, see docs/testing/oss-consumption.md.