Coding Agent (background-first) Use bash background mode for non-interactive coding work. For interactive coding sessions, use the tmux skill (always, except very simple one-shot prompts). The Pattern: workdir + background Why workdir matters: Agent wakes up in a focused directory, doesn't wander off reading unrelated files (like your soul.md πŸ˜…). --- Codex CLI Model: is the default (set in /.codex/config.toml) Building/Creating (use --full-auto or --yolo) Reviewing PRs (vanilla, no flags) ⚠️ CRITICAL: Never review PRs in Clawdbot's own project folder! - Either use the project where the PR is…