@stax.sh/cli
v0.1.0
Published
Audit this project for your AI coding agent.
Readme
@stax.sh/cli
Audit this project for your AI coding agent.
npx @stax.sh/cli # one-shot
curl -fsSL stax.sh/install | sh # install the standalone binaryThe CLI inspects your project locally (file system, git history, knowledge
files), scores it against the Stax rule set, and uploads a redacted snapshot
to stax.sh. The qualitative read is handed to your own agent via
stax review.
Commands
| Command | What it does |
| --- | --- |
| stax | inspect + score + upload + show the result in your terminal |
| stax review | print the follow-up prompt for your agent |
| stax review --copy | copy the follow-up prompt to the clipboard |
| stax login | sign in via device-code flow |
| stax logout | forget the saved token |
| stax doctor | diagnose Node version, network, git availability |
Privacy
Stax never sends snapshots to any LLM provider. Scoring is deterministic and runs on Stax's own servers; the qualitative read happens inside your own coding agent (Claude Code, Cursor, Codex CLI), using the subscription you already pay for.
Secrets, emails, and absolute home paths are redacted before upload.
