Troubleshooting
Command Not Found: wavemill
- Confirm install ran successfully:
./install.sh - Confirm binary is on your
PATH - Restart shell and rerun
wavemill help
Linear API Errors
- Verify
LINEAR_API_KEYis set in the current shell - Verify configured project exists in
.wavemill-config.json - Retry with explicit environment export
Missing Claude/Codex Commands
- Run
./sync-claude.sh links - Restart client apps
- For older Codex versions, verify
commands.jsonsync and use/commands:<name>
tmux Session Problems in Mill Mode
- Confirm
tmuxis installed and available in shell - Check existing session names for conflicts
- Set
SESSION=<name>to isolate runs
PR/Workflow Drift
Symptoms: plan does not match implementation or tests are skipped.
Fix:
- stop current phase
- reconcile plan vs code changes
- rerun tests
- resume only after explicit phase approval