fix: restore CLAUDE.md in .agents/skills/sync-agent-instructions#81
fix: restore CLAUDE.md in .agents/skills/sync-agent-instructions#81xiaolai wants to merge 1 commit into
Conversation
The .agents/skills/ copy had AGENTS.md listed twice (once as the first file and once where CLAUDE.md should be) in the frontmatter description, h1, and the git diff command in Step 1. The .claude/skills/ copy is correct. This brings the two copies back in sync. Co-Authored-By: Claude Code <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA documentation fix in ChangesSync-Agent Instructions Documentation Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Bug:
.agents/skills/sync-agent-instructions/SKILL.mdlistsAGENTS.mdtwice (once whereCLAUDE.mdshould be) in the frontmatter description, the h1, and thegit diffcommand in Step 1 —CLAUDE.mdis absent from all three places. Thegit diff HEAD -- AGENTS.md GEMINI.md AGENTS.mdcommand in Step 1 will never detect changes toCLAUDE.md. The.claude/skills/sync-agent-instructions/SKILL.mdcopy is correct and unaffected.Evidence: Line 3 frontmatter reads
AGENTS.md, GEMINI.md, AGENTS.md; line 8 h1 readsAGENTS.md, GEMINI.md, and AGENTS.md; line 12 git diff listsAGENTS.md GEMINI.md AGENTS.md—CLAUDE.mdabsent in all three. The.claude/skills/copy correctly listsCLAUDE.mdin each location.Fix: Replace the duplicate
AGENTS.mdwithCLAUDE.mdin the frontmatter description, h1, and Step 1 git diff command — matching the.claude/skills/copy exactly.Summary by CodeRabbit