Sync project context across Claude Code and OpenAI Codex assistants
How toAgents & ToolsThe Neuron · 1h ago

Sync project context across Claude Code and OpenAI Codex assistants

Developers using multiple coding tools can share project instructions between Claude Code and OpenAI Codex. Setting up a single shared memory file lets both agents track task progress, decisions, and blockers without manual re prompting.

Try it yourself

  1. 1Create a master AGENTS.md file in your repository root containing core engineering guidelines.
  2. 2Set up a STATUS.md file that logs active project goals, completed tasks, key choices, tests, and current blockers.
  3. 3Add an explicit command in AGENTS.md for agents to read STATUS.md before starting work and update it before stopping.
  4. 4Add the single line `@AGENTS.md` inside CLAUDE.md so Claude Code automatically imports the shared instructions.
AnthropicOpenAI
Read the original