Codex repo and org memory - Anchor Docs

Configure Anchor so Codex can use local repo and org memory for evidence-backed planning, edits, reviews, and cross-repo checks.

Codex can plan and edit across a workspace, but repo-specific PR history and org-wide dependency risk are usually outside the prompt.

anchor init --target codex
anchor index --limit 200
anchor org sync --org my-org --no-graph
anchor doctor --target codex

Anchor docs ยท GitHub