CLI Reference

Complete command line documentation for Neural Commander.

🚧

Coming Soon — Beta Waitlist Goal: 100 signups

CLI downloads will be available when our beta waitlist reaches 100 developers. Join the waitlist to get early access.

Core Commands

nc init

Initialize Neural Commander for a project

nc init [project-path]

Options:

  • --name string Project name (default: directory name)
  • --type string Project type (api, cli, web-app, etc.)

nc daemon

Manage the NC daemon for background monitoring

nc daemon <command>

Options:

  • start Start daemon
  • stop Stop daemon
  • status Show status
  • --api Start with API server (port 7669)

nc audit

Run a comprehensive project health audit

nc audit [project-path]

Options:

  • --save Save results to database
  • --include-external Include external dependencies
  • -v, --verbose Verbose output

Documentation Intelligence

nc docs health

Check documentation health across your project

nc docs health [project-path]

Output includes:

  • Total documents found
  • Coverage score (0-100)
  • Missing documentation areas
  • Stale documents

nc docs search

Full-text search across all project documentation

nc docs search "query string"

Options:

  • --type string Filter by doc type (md, yaml, etc.)
  • --limit int Limit results (default: 10)

Testing Framework

nc test init

Generate E2E test scaffolding for a project

nc test init [project-path]

Options:

  • --framework string Test framework (jest, pytest, go-test, vitest)
  • --dry-run Preview without creating files
  • --learn Learn patterns from other projects (Pro)
  • --coverage Include coverage gap analysis (Pro)

Supported Frameworks:

  • JavaScript/TypeScript: Jest, Vitest, Mocha
  • Python: Pytest, unittest
  • Go: Go test
  • Ruby: RSpec

nc test ide-compat

Check IDE compatibility and configuration completeness

nc test ide-compat [project-path]

Options:

  • --ide string Focus on specific IDE (vscode, jetbrains, cursor, neovim)
  • --all-projects Check all projects (Pro)
  • --json Output as JSON
  • --summary Brief summary only

Checks:

  • VS Code configuration (.vscode/)
  • JetBrains configuration (.idea/)
  • Cursor IDE (.cursorrules)
  • EditorConfig (.editorconfig)
  • Claude Code readiness (CLAUDE.md)
  • Language-specific configs

AI Guardrails

nc guardrails init

Generate AI assistant guardrails for a project

nc guardrails init [project-path]

Options:

  • --type string Override project type (trading-bot, web-app, database, api, cli, infrastructure)
  • --dry-run Preview without creating files
  • --claude-md Also output CLAUDE.md section

nc guardrails export

Export guardrails as CLAUDE.md section

nc guardrails export [project-path]

Options:

  • --format string Output format (claude-md, yaml, json)

Project Types & Default Rules

Type Key Rules
trading-bot Verify account, check position sizes, confirm testnet/mainnet
database Backup before migration, verify WHERE clauses
infrastructure Check dependent services, verify terraform plans
api Verify endpoints, check rate limits

Session Management

list

List all development sessions

nc session list

show

Show session details

nc session show [id]

resume

Resume previous session

nc session resume [id]

watch

Watch for new sessions

nc session watch

Requirements Management

list

List all requirements

nc requirements list

show

Show specific requirement

nc requirements show REQ-001

create

Create new requirement

nc requirements create

sync

Sync with upstream (Pro)

nc requirements sync

Requirement Schema

id: REQ-NC-001
title: Session Crash Detection
status: implemented
priority: high
category: core
description: Detect and recover from Claude Code session crashes
acceptance_criteria:
  - Daemon monitors session process
  - Desktop notification on crash
  - Session state preserved
Referral Program

Refer a Dev Friend, Earn Free Months

Know a developer who'd love Neural Commander? Send them an invite and earn Pro credits when they sign up.

Friend starts trial = 1 month free
Friend goes Pro monthly = +1 month free
Friend goes Pro annual = +2 months free
Friend joins Community Edition = 10,000 GIVEKUDOS tokens

Credits stack! Refer multiple friends for even more rewards. Add your Counterparty address to receive GIVEKUDOS tokens.

Earn 10K GIVEKUDOS when your friend joins Community Edition

Friend's details (we'll send them an invite)

We'll email your friend with your personal invite. No spam, ever.