- WSL vs native Windows? Use WSL2. Native Bash variants (Git Bash, MSYS2) can miss
mktempand other POSIX tools. config not found? Run./o init --global(default path~/.a5c/creds.env) or setO_CREDS_FILE=/path/to/creds.env. Ensurechmod 600on the creds file.- Runner missing?
./o doctor --show-install-hintsprints installation commands for codex, claude-code, gemini, and custom runners. - Where are logs?
.a5c/runs/<id>/journal.jsonlplusprompts/andwork_summaries/. Scrub secrets before sharing. - How do I override config for one run? Use
./o --file /absolute/path/to/creds.env "request"or setO_CREDS_FILEin the shell session.