fix: prevent worker issue hijacking and require cross-repo TODO commit+push#2450
Conversation
…t+push Two orchestration improvements to full-loop.md headless worker rules: Rule 9 (cross-repo routing): When creating TODOs/PLANS in another repo, always commit and push immediately. Uncommitted TODOs are invisible to the supervisor and issue-sync workflow. Previously, a worker created TODOs in ~/Git/aidevops/ from an awardsapp session but left them uncommitted — they sat invisible until a human noticed. Rule 10 (issue-task alignment): Workers must verify their PR matches the issue's actual description before linking. Workers hijacked issues t1344 and t1345 — PR 'Fix ShellCheck SC1091' closed issue 'Add local dev row to build-plus.md' because both used the same task ID. The actual work described by those issues was never done. Also reopened issue #2421 (t1344) and commented on #2440 (t1345) to correct the state.
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... 📒 Files selected for processing (1)
✏️ Tip: You can disable in-progress messages and the fortune message in your review 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 |
🔍 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 Feb 27 04:41:42 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|



Summary
Fixes two orchestration gaps discovered when reviewing t1344/t1345 issue linkage:
.localdomains / LocalWP to build-plus.md Domain Expertise Check #2421 ("Add local dev row to build-plus.md") because both used task ID t1344. The actual t1344 work was never done. Same pattern with t1345/t1345: Add cross-repo improvement guidance to AGENTS.md #2440.~/Git/aidevops/TODO.mdbut never committed them, making them invisible to the issue-sync workflow.Changes
full-loop.mdheadless worker rules:git add && commit && pushimmediately. Includes example commands.gh issue viewand verify their PR matches the issue description before linking. If work is unrelated, create a new issue instead.Also done (not in this PR)
.localdomains / LocalWP to build-plus.md Domain Expertise Check #2421 (t1344) — was incorrectly closed by unrelated PR t1344: Fix ShellCheck SC1091 noise from sourced files #2427Fixes #2421
Summary by CodeRabbit