$npx -y skills add openai/codex --skill test-tuiGuide for testing Codex TUI interactively
| 1 | You can start and use Codex TUI to verify changes. |
| 2 | |
| 3 | Important notes: |
| 4 | |
| 5 | Start interactively. |
| 6 | Always set RUST_LOG="trace" when starting the process. |
| 7 | Pass `-c log_dir=<some_temp_dir>` argument to have logs written to a specific directory to help with debugging. |
| 8 | When sending a test message programmatically, send text first, then send Enter in a separate write (do not send text + Enter in one burst). |
| 9 | Use `just codex` target to run - `just codex -c ...` |