This repository contains a CLAUDE.md file at its root that provides agent-facing guidance for working with the codebase (agent/project context, architecture, build commands, conventions, etc.).
Request
We are standardizing agent instructions across the org on AGENTS.md, which is the cross-tool standard read by Claude Code, GitHub Copilot, Codex, opencode, and other AI coding agents. Please:
- Move the contents of
CLAUDE.md into AGENTS.md at the repo root (creating it if it doesn't exist).
- Replace
CLAUDE.md with a short pointer to AGENTS.md (or remove it entirely) so any tool still looking for it gets redirected.
- Route all future agent-guidance updates to
AGENTS.md, keeping it as the single source of truth.
This keeps one canonical set of instructions maintained across every agent and tool instead of diverging copies.
This repository contains a
CLAUDE.mdfile at its root that provides agent-facing guidance for working with the codebase (agent/project context, architecture, build commands, conventions, etc.).Request
We are standardizing agent instructions across the org on
AGENTS.md, which is the cross-tool standard read by Claude Code, GitHub Copilot, Codex, opencode, and other AI coding agents. Please:CLAUDE.mdintoAGENTS.mdat the repo root (creating it if it doesn't exist).CLAUDE.mdwith a short pointer toAGENTS.md(or remove it entirely) so any tool still looking for it gets redirected.AGENTS.md, keeping it as the single source of truth.This keeps one canonical set of instructions maintained across every agent and tool instead of diverging copies.