@devroasts/cli
v0.1.1
Published
One-command DevRoasts CLI runner for local agent log analysis.
Downloads
303
Readme
@devroasts/cli
One-command runner for DevRoasts.
npx -y @devroasts/cli@latest --submit --api https://api.devroasts.com --link drl_...The command parses local Codex and Claude Code session logs, uploads only the privacy-safe feature vector, and exits after the backend returns a scorecard.
Published releases include native binaries under
native/<platform>-<arch>/devroasts, so users only need Node/npm. The GitHub
source install path falls back to go run ./apps/cli and is only for local
development machines with Go installed.
Build native binaries before packing or publishing:
DEVROASTS_NATIVE_TARGETS=darwin-arm64,darwin-x64,linux-x64,linux-arm64,win32-x64 npm run build:native
npm pack