Add canonical CLAUDE.md = @AGENTS.md#154
Conversation
This comment was marked as low quality.
This comment was marked as low quality.
|
Codex review: needs real behavior proof before merge. Reviewed May 24, 2026, 10:14 PM ET / 02:14 UTC. Summary Reproducibility: not applicable. this is not a bug report, and the static diff can be source-inspected. The separate merge gate is real behavior proof for Claude Code loading Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Proof guidance: Risk before merge
Maintainer options:
Next step before merge Security Review detailsBest possible solution: Merge the one-line pointer only after observable Claude Code memory proof is added, or after a maintainer explicitly waives proof for this small repository metadata change. Do we have a high-confidence way to reproduce the issue? Not applicable: this is not a bug report, and the static diff can be source-inspected. The separate merge gate is real behavior proof for Claude Code loading Is this the best way to solve the issue? Yes, the one-line import is the narrowest maintainable way to avoid duplicating repository instructions. The remaining gap is proof quality, not a better code shape. Codex review notes: model gpt-5.5, reasoning high; reviewed against 68b6a594d14b. Label changesLabel changes:
Label justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
|
ClawSweeper PR egg 🎁 Pass real behavior proof to wake the egg and unlock a hatchable treat. Where did the egg go?
|
Repo was AGENTS-only; Claude Code didn't see the existing doctrine in AGENTS.md without an explicit import. Adopting Anthropic-documented canonical pattern so Claude Code and Codex read identical content from one source. - CLAUDE.md: new, 1 line (@AGENTS.md) - AGENTS.md: unchanged (39 lines) Plan: ~/.claude/plans/lets-create-a-complete-snuggly-squid.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6e846c4 to
fbee199
Compare
This comment was marked as low quality.
This comment was marked as low quality.
This comment was marked as low quality.
This comment was marked as low quality.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4c7c5e21fe
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1 @@ | |||
| AGENTS.md No newline at end of file | |||
There was a problem hiding this comment.
Replace symlink with explicit CLAUDE include syntax
Using a symlink here makes instruction loading platform-dependent: when core.symlinks=false (a common Git checkout mode on Windows/non-symlink-capable setups), CLAUDE.md is materialized as a plain file containing only AGENTS.md, not an include directive, so Claude will not load the shared guidance and behavior diverges by environment. A regular text CLAUDE.md with @AGENTS.md avoids this regression.
Useful? React with 👍 / 👎.
Summary
@AGENTS.md)Part of a 12-repo cross-tool sync rollout.
Plan reference
~/.claude/plans/lets-create-a-complete-snuggly-squid.mdTest plan
head -1 CLAUDE.mdreturns@AGENTS.md/memoryin fresh session shows AGENTS.md content loadedBehavior proof
head -1 CLAUDE.mdoutputs:@AGENTS.md@AGENTS.mdimport inline (per Anthropic's documented memory pattern at code.claude.com/docs/en/memory). Verified by checking/memoryoutput shows AGENTS.md content as loaded files.AGENTS.mdwhen cwd is the repo root (Codex's native convention).🤖 Generated with Claude Code