Hi - I wanted to check scope before opening a PR.
Your stack is workflow-first for agentic coding under real hardware and token constraints. `codex-profiles` seems closest to the local setup and context-management phases because it keeps Codex contexts separated without token-file copying.
`codex-profiles` is a small open-source Bash CLI for launching Codex CLI and Codex Desktop with isolated `CODEX_HOME` profiles. It helps developers keep separate Codex auth, config, sessions, plugins, caches, and logs for work, personal, school, or client contexts without copying `auth.json` token files.
Repo: https://github.com/Ducksss/codex-profiles
Install: npm install -g codex-profile
Boundary: it is community-maintained, not an official OpenAI project, and it isolates Codex local state rather than SSH keys, GitHub CLI auth, browser cookies, or other OS-level credentials.
Would this be in scope for your list? If yes, I can prepare a PR following the repository format; if not, no problem.
Hi - I wanted to check scope before opening a PR.
Repo: https://github.com/Ducksss/codex-profiles
Install:
npm install -g codex-profileBoundary: it is community-maintained, not an official OpenAI project, and it isolates Codex local state rather than SSH keys, GitHub CLI auth, browser cookies, or other OS-level credentials.