Add first-class Codex support for Segments context injection #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Segments currently works with Codex on my machine through a
global workaround:
~/.codex/config.tomlregisters the Segments MCP server.~/.codex/hooks.jsonruns/Users/noc/.local/bin/ segments contextonSessionStart.AGENTS.md -> CLAUDE.mdsymlink because Codex readsAGENTS.md.I need to add official Codex support so this does not need to
be hand-wired per machine/session.
Desired behavior:
SessionStartcontexthook.
receives the same
segmentsContextbanner automatically.whether
AGENTS.mdsymlinks are expected or avoidable.Acceptance criteria:
segments doctor codexreports MCP status, hook status,and current-project context status.
project context without manual setup.
without clobbering Codex config.