Documentation
README
Run Real Codex Test
This skill runs real Codex with a prompt and captures all events for analysis during development.
When to Use
- Testing new event handlers
- Debugging event processing issues
- Understanding Codex response format and event order
- Validating implementation changes against real Codex behavior
- Seeing actual token usage, rate limits, and other metadata
How to Run
Execute the test script using npm:
npm run codex-test -- -p "Your prompt here"
Options
This is the opening of the README. Read the full README on GitHub.