chore: scaffold .agents/ mirror tooling for cross-agent (Codex) support - #12
Conversation
AGENTS.md was already under budget and accurate on review, so no content change. Adds scripts/sync-skills.sh (mirrors .claude/skills into .agents/skills once skills exist here) and the matching .gitignore rules, matching the pattern already in production in runanywhere-sdks and neurun.
|
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 (2)
Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review. 📝 WalkthroughWalkthroughAdded ignore rules for Claude and agent tooling directories. Added a Bash script that locates the repository, checks skill mirror status, and synchronizes ChangesSkill mirror synchronization
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This PR adds opt-in skill-mirroring tooling and ignore rules without a demonstrated production-impacting issue; no actionable merge-blocking risk remains beyond normal checks. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Summary
scripts/sync-skills.sh(mirrors.claude/skills/into.agents/skills/for non-Claude tooling, e.g. Codex, once skills exist here) and the matching.gitignorerules, matching the pattern already in production inrunanywhere-sdksandneurun.Test plan
bash scripts/sync-skills.sh— no-ops cleanly (no.claude/skills/yet)git statusclean otherwiseSummary by CodeRabbit
New Features
Chores