chore: remove beads (bd) issue tracker#668
Conversation
We weren't using beads as intended, and its git hooks were interfering with commits (the pre-commit bd-sync hook aborted commits when the daemon flush failed). Removes the only tracked artifact (.beads/issues.jsonl) and the .gitignore entries. Local-only bits (the bd pre-commit/post-merge hooks, the bd daemon, and the .beads/ working dir) are removed outside version control. The real secret-scanning pre-commit hook that beads had displaced (.git/hooks/pre-commit.backup) has been restored as the active hook.
|
Warning Review limit reached
More reviews will be available in 1 hour, 21 minutes, and 13 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Code Review — chore: remove beads (bd) issue trackerOverviewThis is a clean chore PR that removes the
No production code is touched. The PR description is unusually thorough for a chore — good. What's Good
ObservationsHistorical data in git history: The 200-entry
Local hook cleanup outside VCS: The PR description notes the git hooks ( VerdictApprove. This is a focused, well-described cleanup with no risk to production code. The security hook restoration is the most important side effect, and the PR correctly surfaces it. The one optional follow-up: if any other contributors are working in this repo with local |
Follow-up ReviewNo new commits beyond the original chore commit and the merge-from-main rebase. My prior review stands in full. Summary for merge readiness:
Nothing new to flag. Ready to merge. |
Follow-up Review (merge-from-main sync)A third merge-from-main commit ( My prior two reviews stand. This PR remains clean and ready to merge. |
What
Removes the beads (
bd) issue tracker, which we weren't using as intended and whose git hooks were interfering with commits (thepre-commitbd-sync hook aborted commits when the daemon flush failed — hit during the #659 work)..beads/issues.jsonl.beads//!.beads/*.jsonlentries from.gitignoreLocal cleanup (outside version control, already done on this machine)
pre-commitandpost-mergegit hookspre-commit.backup).beads/working directoryNo production code touched.