Markdown-first contracts
Keep product intent in `.scl.md` files with fenced `specra` blocks and split by feature using imports.
Write a compact spec, let an agent implement against it, and verify observed behavior with a repeatable loop.
pnpm add -D specra-lang
specra-lang init
specra-lang check
specra-lang refresh
specra-lang proof
specra-lang verifyPackage: specra-lang
Command: specra-lang
One-off usage without installation:
pnpm dlx specra-lang initSpecra does not validate source code directly. It validates evidence supplied by the coding agent from tests or reproduction steps.