Codex daemon for delegated repo tasks and reviewable PRs.
codexd is an AgentCulture sibling project. It is currently in initial
scaffold state: package metadata, Culture registration, Codex repo guidance,
repo-local skills, CI, lint, and tests exist; daemon task orchestration is not
implemented yet.
uv sync
uv run python -m codexd --version
uv run pytest -n auto --cov=codexd- Repository instructions live in
AGENTS.md. - Repo-local skills live in
.agents/skillsand are auto-discovered when Codex starts inside this repository. - Use
/skillsor$completion to find available skills. Invoke the repo workflow skills as$cicdand$communicate;/cicdand/communicateare not Codex skill invocations. .agents/skills.local.yaml.exampledocuments optional per-machine values for local workflow tooling. A copied.agents/skills.local.yamlis ignored by Git and is not used for Codex skill discovery.
The local $HOME/.codex/skills path is treated as an environment-specific
install location, not a committed repository layout. Restart Codex if newly
changed repo-local skills do not appear in /skills.