Navigate to chatgpt.com/codex and ensure logged in
/plugin marketplace add dkoosis/cc-plugins/plugin install dkoosis-codex-plugins-codex@dkoosis/cc-plugins# Codex Login
Ensure the browser is logged into chatgpt.com/codex and ready for task submission.
## Instructions
1. Navigate to `https://chatgpt.com/codex`
2. Take a browser snapshot to check page state
3. If login page detected (sign in button, email field), inform user they need to log in manually
4. If Codex home page detected ("What should we code next?"), confirm ready
5. Report status to user
## Success Indicators
The Codex home page shows:
- "What should we code next?" heading
- "Describe a task" input field
- Repository selector dropdown
- Tasks/Code reviews/Archive tabs
## Fa...