Open Codex (OpenAI) first, then connect/select your target GitHub repository. Important: start by making sure Codex is working on the correct repository before asking for changes. Open that same ...
src/ ├── index.ts # CLI entry point ├── cli/ │ ├── chat.ts # Interactive chat loop │ ├── render.ts # Event rendering │ ├── todo.ts # Todo slash commands │ └── list-sessions.ts # Session listing ├── ...