Problem
Want to get same benefits from OpenAI Codex-cli. Claude Code is still my primary, but the recent quick exhaustion of session tokens led me to try Codex side-by-side.
Proposed solution
Adding Codex-specific tweaks to hooks, audit, and doctor commands, plus tests. That's really it. The hook behaviors are different in Codex from Claude Code so I am testing with real use to hopefully submit a PR in next day or two. I just want to clearly validate it.
Main question: will it be accepted / are you open to it?
Token savings
How does this save tokens compared to the current approach?
TODO: will report back after verifying it works.
Current approach: read entire file → ~2,000 tokens
With this tool: tl-<name> <args> → ~200 tokens
Alternatives considered
Any other ways to solve this?
Problem
Want to get same benefits from OpenAI Codex-cli. Claude Code is still my primary, but the recent quick exhaustion of session tokens led me to try Codex side-by-side.
Proposed solution
Adding Codex-specific tweaks to hooks, audit, and doctor commands, plus tests. That's really it. The hook behaviors are different in Codex from Claude Code so I am testing with real use to hopefully submit a PR in next day or two. I just want to clearly validate it.
Main question: will it be accepted / are you open to it?
Token savings
How does this save tokens compared to the current approach?
TODO: will report back after verifying it works.
Alternatives considered
Any other ways to solve this?