Rename CLAUDE.md to AGENTS.md for cross-agent compatibility#7166
Rename CLAUDE.md to AGENTS.md for cross-agent compatibility#7166NoryGit wants to merge 3 commits into
CLAUDE.md to AGENTS.md for cross-agent compatibility#7166Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (4)
📝 WalkthroughWalkthroughThis PR renames ChangesAGENTS.md documentation migration
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 4
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.claude/skills/add-chat-command/SKILL.md:
- Line 77: The cross-reference in the skill doc is using the wrong casing, which
breaks the link on case-sensitive filesystems. Update the `AGENTS.MD` reference
in `SKILL.md` to `AGENTS.md` so the existing link keeps resolving after the
rename; this is the only change needed and should be made in the line that
mentions the `AGENTS.MD` cross-reference.
In `@lua/ui/AGENTS.md`:
- Line 3: The cross-references in this AGENTS doc use the wrong filename casing,
so update every occurrence of AGENTS.MD to AGENTS.md throughout the document,
including the links that point to the folder-specific guidance referenced from
the opening paragraph and the later cross-references. Keep the wording the same
and only normalize the filename casing so all links resolve correctly on
case-sensitive renderers.
In `@lua/ui/game/chat/AGENTS.md`:
- Line 5: The chat AGENTS doc has broken references because it links to the
renamed AGENTS.md file using the wrong casing. Update the hrefs in this document
so the links point to the correctly cased AGENTS.md path everywhere, including
the project-wide UI rules reference at the top.
In `@lua/ui/game/chat/LAYOUT.md`:
- Line 3: Update the markdown cross-reference in the chat layout documentation
so it points to the renamed AGENTS.md target with the correct casing. Fix the
link text and any related references in LAYOUT.md to use the same filename
casing as the actual file, keeping the rest of the guidance intact.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 551d0f74-b5c4-4d6e-95c7-f08e2ea6713b
📒 Files selected for processing (7)
.claude/skills/add-chat-command/SKILL.mdchangelog/snippets/other.7166.mdlua/ui/AGENTS.mdlua/ui/CLAUDE.mdlua/ui/game/chat/AGENTS.mdlua/ui/game/chat/CLAUDE.mdlua/ui/game/chat/LAYOUT.md
Description of the proposed changes
Import AGENTS.md into CLAUDE.md to make the comprehensive UI guidance introduced by @Garanas agent-agnostic, allowing Codex, Cursor, Gemini, etc. to benefit from it too. Going by my testing, Claude's behavior remains unchanged.
Checklist
Changes are annotated, including comments where usefulSummary by CodeRabbit
AGENTS.md-based convention format (including controller/MVC notes and layout/anchoring guidance)./lua/ui/AGENTS.mdwith standardized UI construction, reactivity, cleanup, and skinning conventions.CLAUDE.mdcontent with a pointer to the new chatAGENTS.mdrefactoring guide.CLAUDE.md→AGENTS.mdrename.