Command reference — Project¶
Commands in Codex
The / commands below look like this in Claude Code and Cursor. In Codex, swap the prefix for $ — e.g. /n45 → $n45.
IDE commands (/n45…)¶
Run from inside the IDE, at the project root.
| Command | What it does |
|---|---|
/n45 |
Hub — detects the state and offers the right actions: resume, plan, fix, validate |
/n45-feat |
Build a feature (direct change or discovery → spec → roadmap) |
/n45-fix |
Investigate and fix a bug (hot fix or structured fix) |
/n45-next |
Advance execution — the next phase of the active roadmap |
/n45-status |
See the project state |
/n45-run |
Run the application via the project's runbook |
Start with /n45
When in doubt, run /n45. It detects where the work stands and offers only the applicable options.
Terminal commands (npx n45-ai…)¶
Run in the terminal, at the project root.
| Command | What it does |
|---|---|
npx n45-ai@latest init |
Set up N45 in the project |
npx n45-ai@latest status |
Launch the visual dashboard |
npx n45-ai@latest upgrade |
Migrate and refresh the skills |
npx n45-ai@latest update |
Update only the binary |
npx n45-ai@latest login |
Authenticate the machine |
npx n45-ai@latest logout |
End the local session |