speca-cli
v0.9.2
Published
TUI front-end for the SPECA security-audit pipeline
Maintainers
Readme
speca-cli
v0.9.2 (soft launch ahead of v1.0.0 GA) — TUI front-end for the SPECA specification-anchored security-audit pipeline.
npx speca-cli@latest doctor # one-shot environment check
npm install -g speca-cli # global installspeca auth login → speca init → speca run --target 04 is the typical
first-run loop.
Documentation
End-user documentation, command reference, and the typical workflow live on the SPECA documentation site:
Quick links:
Internal references
- Implementation spec:
docs/SPECA_CLI_SPEC.md - Asciinema demo recordings:
asciinema/ - Schema sync (Pydantic → JSON Schema):
src/lib/schemas/generated/ - Tests:
npm test(vitest); coverage:npm run test:coverage - Type-check:
npm run typecheck - Build:
npm run build
License
MIT — see the project's top-level LICENSE.
