Code of Conduct
Existing issues
Problem
Career-Ops supports Claude Code, Gemini CLI, and OpenCode workflows, but Codex CLI users currently need a clear first-class path for running the same Career-Ops modes and batch workflows.
Codex does not currently expose Claude-style repo-local custom slash commands, so users need a documented Codex-native command/helper flow that still reuses the existing shared modes, tracker flow, templates, and scripts.
Proposed solution
Add first-class Codex CLI support by:
- Adding Codex project instructions through
AGENTS.md
- Adding a repo-local Codex command helper
- Adding npm scripts for Codex mode execution and prompt inspection
- Supporting Codex batch workers
- Documenting Codex setup and usage in the project docs
The implementation should not create parallel evaluation, CV, or tracker logic. It should route Codex into the existing Career-Ops mode files and respect the Data Contract.
Area
Other
Code of Conduct
Existing issues
Problem
Career-Ops supports Claude Code, Gemini CLI, and OpenCode workflows, but Codex CLI users currently need a clear first-class path for running the same Career-Ops modes and batch workflows.
Codex does not currently expose Claude-style repo-local custom slash commands, so users need a documented Codex-native command/helper flow that still reuses the existing shared modes, tracker flow, templates, and scripts.
Proposed solution
Add first-class Codex CLI support by:
AGENTS.mdThe implementation should not create parallel evaluation, CV, or tracker logic. It should route Codex into the existing Career-Ops mode files and respect the Data Contract.
Area
Other