feat(sync): add issue-sync-helper.sh for bi-directional TODO/PLANS ↔ GitHub issue sync (t020)#542
Conversation
….md ↔ GitHub issue sync (t020) Consolidates scattered issue sync code from supervisor-helper.sh, github-cli-helper.sh, and log-issue-helper.sh into a dedicated helper. Commands: push, enrich, pull, close, status, parse - Parses TODO.md tasks with subtasks, notes, tags, estimates - Extracts PLANS.md sections (purpose, decisions, progress, discoveries) - Finds related PRD/task files in todo/tasks/ - Maps #tags to GitHub labels - Composes rich structured issue bodies - Bi-directional ref sync (ref:GH#NNN) - Drift detection between TODO.md and GitHub
…lper.sh (t020.6) Supervisor now tries issue-sync-helper.sh first for rich issue bodies with PLANS.md context, subtasks, and tag-to-label mapping. Falls back to inline bare-bones creation if helper is unavailable. Also fixes repo slug detection (BSD sed compatible).
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ 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: Sun Feb 8 00:41:10 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|



Summary
issue-sync-helper.shwith 6 commands:push,enrich,pull,close,status,parsetodo/tasks/#tagsto GitHub labelscreate_github_issue()now delegates to this helper (with inline fallback)Task
Implements t020 (GH#510) — Git Issues Bi-directional Sync. Absorbs t047 (GH#513, closed).
Testing
bash -nsyntax check: passshellcheck -S error: zero violationsparse t020: correctly extracts task block, subtasks, notes, plan purpose/decisions/progressstatus: correctly reports 46 open tasks without GH refs, 45 open issuespull --dry-run: correctly identifies 45 refs to syncenrich t020 --dry-run: correctly finds issue t020: Git Issues Bi-directional Sync (GitHub, GitLab, Gitea) #510