docs: adopt committed AGENTS.md with CLAUDE.md symlink (WBC-807) - #35
Merged
Conversation
AGENTS.md becomes the single committed source of truth for agent instructions, readable by Copilot and Codex natively. CLAUDE.md is now a symlink to AGENTS.md since Claude Code does not read AGENTS.md natively, per the symlink pattern documented at https://code.claude.com/docs/en/memory.md.
There was a problem hiding this comment.
Reviewed by Salty Hambot 🤖🧂 — rubric mode
Verdict: ✅ pass
📋 Requested evidence
- Confirm CLAUDE.md is committed as an actual symlink (or a Markdown pointer, per the diff's literal
AGENTS.mdcontent) — the provided 'full file at HEAD' context shows CLAUDE.md with full duplicated content, which would contradict the single-source-of-truth intent if it lands that way.
| Dimension | Verdict | Notes |
|---|---|---|
| correctness | ✅ pass | Content copied verbatim into AGENTS.md; CLAUDE.md becomes a pointer. No logic involved. |
| security | ✅ pass | Docs-only change; no code paths, secrets, or auth affected. |
| privacy | ✅ pass | No PII or data handling touched. |
| reliability | ✅ pass | No runtime behavior changes. |
| scalability | ✅ pass | Not applicable to a documentation reorg. |
| observability | ✅ pass | No logging or metrics affected. |
| clarity/maintainability | ✅ pass | Single source of truth eliminates doc drift between AGENTS.md and CLAUDE.md. |
| test quality | ✅ pass | No tests needed for a docs move. |
A docs move with a symlink pointer — about as low-risk as diffs get. One source of truth, no drift, nothing to flag.
0 finding(s) posted · 1 skipped as already raised.
💰 Review cost: $0.2598 · 147.5k in / 2.1k out tokens · ⏱️ 46.5s
💬 To request a re-review, comment @salty-hambot review
james-willis
approved these changes
Jul 23, 2026
sfishel18
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This makes AGENTS.md the single committed source of truth for agent instructions in this repo, since Copilot and Codex read AGENTS.md natively. CLAUDE.md is now a committed symlink pointing at AGENTS.md, because Claude Code doesn't read AGENTS.md on its own and still needs a CLAUDE.md to find the same content.
No content changes beyond the rename, just moving the file and adding the symlink.
Ref WBC-807.
🤖 Generated with Claude Code