t1473: enforce worktree-first guidance in guardrails#4444
Conversation
Keep the canonical repo on main in agent guidance and make pre-edit warnings talk about linked worktree paths instead of branch-centric workflows. This reduces the chance that agents normalize editing from the canonical repo on a non-main ref.
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Fri Mar 13 14:34:08 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThe pull request transitions the AI agent workflow from branch-centric to worktree-centric development practices. Documentation and scripts are updated to replace branch terminology with linked worktree language, enforce canonical main repository preservation, and reframe operational guidance around worktree paths rather than branching operations. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Poem
✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
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
mainand move code work into linked worktree pathsVerification
shellcheck .agents/scripts/pre-edit-check.shbash -n .agents/scripts/pre-edit-check.shmarkdown-formatter check .agents/AGENTS.mdCloses #4443
Summary by CodeRabbit
Documentation
Chores