create-systemproof
v0.1.0
Published
Scaffold a SystemProof qa-root into your project — `npm create systemproof`.
Readme
create-systemproof
Scaffold a starter SystemProof qa-root into your project.
npm create systemproof
# or: npx create-systemproof [dir]Writes a qa/ root (config, a sample flow, scenario, and oracle spec) that
already passes systemproof env check, flow lint, and campaign plan. It is
idempotent — existing files are never overwritten. The scaffolding logic lives
in @systemproof/core (scaffoldQaRoot); this package is the thin
create-* entry point.
After scaffolding, install the packages and add the agent skills:
npm i -D @systemproof/core @systemproof/driver @systemproof/oracles
# in Claude Code: /plugin marketplace add Anmol1696/systemproof