@nero.ai/cli
v0.2.3
Published
CLI for NERO - Neural Experience & Review Orchestrator
Readme
@nero.ai/cli
Command-line interface for NERO - Neural Experience & Review Orchestrator.
Installation
npm install -g @nero.ai/cliCommands
nero init
Initialize NERO in your project:
cd your-project
nero initThis 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
nero ui
Open the terminal UI:
nero uiFeatures:
- Live mode display (fast.ai/deep.ai/auto)
- Real-time activity log with reasoning IDs
- Command input for quick mode changes
Droid Integration
The CLI includes nero-hook for Droid integration:
# Register with Droid
droid hooks add preprompt "nero-hook preprompt": Commands (inside Droid)
| 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.
