Available commands
| Command | Alias | Description |
|---|---|---|
/init | /i | Scan project and configure AI provider |
/new <name> | /n | Create a feature spec via AI interview |
/run <name> | /r | Start the autonomous coding loop |
/monitor <name> | /m | Monitor a running feature |
/sync | /s | Re-scan project and update context |
/config | Manage API keys and settings | |
/help | /h | Show available commands |
/exit | /q | Exit wiggum |
The interview flow
When you run/new <name>, wiggum starts a 4-phase AI interview:
The run screen
When you run/run <name>, the TUI shows a live view of the autonomous loop:
- Activity feed — real-time log of what the coding agent is doing
- Diff stats — files changed, lines added and removed
- Action inbox — review and approve AI decisions without breaking the loop
- Run summary — final results when the loop completes
Spec autocomplete
When typing/run, wiggum autocompletes spec names based on the specs in your .ralph/specs/ directory.
