Check Your Project Against the Platform Contract from Terminal (CLI)
npx piezas doctor # human-readable report npx piezas doctor --json # machine-readable, for CI npx piezas doctor --strict # exit non-zero on warnings too doctor compares your project against the live platform contract and flags anything stale or off-spec. Run it before every deploy, and after any…
npx piezas doctor # human-readable report
npx piezas doctor --json # machine-readable, for CI
npx piezas doctor --strict # exit non-zero on warnings too
doctor compares your project against the live platform contract and flags anything stale or off-spec. Run it before every deploy, and after any AI-generated change. If your local contract copy is behind what the platform now serves, doctor tells you — a stale local copy describes rules the deployed platform may no longer have.