CLI for NERO - Neural Experience & Review Orchestrator
npm install @nero.ai/cliCommand-line interface for NERO - Neural Experience & Review Orchestrator.
``bash`
npm install -g @nero.ai/cli
Initialize NERO in your project:
`bash`
cd your-project
nero init
This creates a nero.ai/ directory with:manifest.json
- - Marks repo as NERO-enabledsystem.md
- - Custom rules for this projectpolicy.json
- - Auto-merge and risk settingsmode.json
- - Current mode (fast.ai/deep.ai/auto)log.jsonl
- - Activity log
Open the terminal UI:
`bash`
nero ui
Features:
- Live mode display (fast.ai/deep.ai/auto)
- Real-time activity log with reasoning IDs
- Command input for quick mode changes
The CLI includes nero-hook for Droid integration:
`bash`Register with Droid
droid hooks add preprompt "nero-hook preprompt"
| Command | Description |
|---------|-------------|
| :fast | Set NERO to fast mode |:deep
| | Set NERO to deep mode |:auto
| | Set NERO to auto mode |:status
| | Show current NERO status |:explain P14
| | Explain a specific log entry |:log` | Show recent log entries |
|
See Droid integration guide for details.