JSON-first
Stable `--json` output, exit codes, and artifact paths so OpenCode, Claude Code, and Codex can script replay diagnosis without parsing tables.
Complete specification for AI coding agents and CLI implementers. Documentation only until the binary catches up.
sp? sp is the SoftProbe command-line interface. It is designed primarily for AI agents that automate replay diagnosis, policy changes, and CI gates. Humans and shell scripts use the same commands.
All public commands are HTTP clients to sp-boot (default http://127.0.0.1:8090). The CLI does not ship or expose embedded backend source — that would risk leaking proprietary code. See Non-goals.
| Phase | Status in binary | Documented |
|---|---|---|
| v1 | Planned | config, auth, app, policy, replay control, health |
| v2 | Planned | record, trace, replay data, workspace, groups, ops |
spcode / @spcode/plugin — OpenCode integration; migrates from sp_api endpoints to sp subcommandscd docs-site
npm install
npm run docs:dev