@neurcode-ai/cli
v0.9.26
Published
Neurcode CLI - AI code governance and diff analysis
Maintainers
Readme
@neurcode-ai/cli
Neurcode CLI is a governance-focused AI coding runtime.
It helps teams plan changes, ask grounded repository questions, verify policy/scope adherence, and ship with deterministic controls.
Install
npm install -g @neurcode-ai/cli@latest
neurcode --versionQuick Workflow
neurcode login
neurcode init
neurcode plan "Add org-level RBAC"
neurcode prompt
neurcode verify --recordRead-only Q&A
neurcode ask "Where is orgId resolved in auth middleware?"One-command delivery
neurcode ship "Harden session middleware" --max-fix-attempts 3 --test-command "pnpm test:ci"Brain context controls
neurcode brain status
neurcode brain mode --storage-mode no-code
neurcode brain doctor "is userid used instead of org id"Docs
- CLI docs: https://neurcode.com/docs/cli
- Repo docs: https://github.com/sujit-jaunjal/neurcode
