Skip to content

docs: add AGENTS.md — Codex review entry point (pointer-only)#281

Merged
send merged 1 commit into
mainfrom
chore/codex-agents-md
Jun 5, 2026
Merged

docs: add AGENTS.md — Codex review entry point (pointer-only)#281
send merged 1 commit into
mainfrom
chore/codex-agents-md

Conversation

@send

@send send commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Why

Codex (ChatGPT Plus, non-metered) is being trialed as the post-push non-Claude diversity reviewer (replacing per-credit Copilot). A generic Codex review adds little — the local Claude pre-push gate already covers generic correctness/style. To get diversity value, Codex needs elidex's project-specific review lenses (Layering mandate / ECS-native / spec citation / core-compat split). Codex reads AGENTS.md at the repo root for instructions, so that's where the steering goes.

What

A pointer-only AGENTS.md:

  • Delegates engineering rules/philosophy to CLAUDE.md (SSoT).
  • Directs Codex, when reviewing a PR, to apply the 5-axis lenses in .claude/skills/elidex-review/axes.md (SSoT) + prioritize design over nits + cite spec sections.
  • Duplicates no axis/rule content — only owns the "apply these files" instruction. Inlining the axes would fork the SSoT and drift (CLAUDE.md "One issue, one way").

Doc-only (root markdown, no Rust) → Rust CI jobs skip via path filter.

🤖 Generated with Claude Code

…ean)

Codex reads AGENTS.md at repo root for instructions. Give it elidex's
project-specific review lenses so its PR reviews add diversity value
(elidex-specific design issues) beyond generic correctness the local
Claude gate already covers.

Pointer-only by design: delegates rules to CLAUDE.md and the 5-axis
review lenses to .claude/skills/elidex-review/axes.md (both SSoT). No
axis/rule content is duplicated here — duplication would drift
(CLAUDE.md "One issue, one way").

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 5, 2026 08:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a root-level AGENTS.md to serve as a pointer-only entry point for Codex/agent-based PR review guidance, keeping CLAUDE.md and the existing .claude/skills/elidex-review/axes.md as the single sources of truth.

Changes:

  • Introduces AGENTS.md with instructions to defer to CLAUDE.md for engineering/design philosophy.
  • Directs PR reviewers to apply the 5-axis elidex review lenses from .claude/skills/elidex-review/axes.md.
  • Emphasizes prioritizing design/correctness and citing specific spec sections for spec-related claims.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread AGENTS.md
Comment on lines +3 to +5
This repo's engineering rules, architecture, and design philosophy are the
**`CLAUDE.md`** at the repo root — read it first; it is the single source of
truth. Do not restate or fork its rules here.
@send send merged commit f582e0d into main Jun 5, 2026
5 checks passed
@send send deleted the chore/codex-agents-md branch June 5, 2026 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants