chore: full maintenance pass (2026-06)#4
Merged
Conversation
Delete the Beads backend (the .beads directory, hooks, backups, and metadata) and prune associated exports to simplify the repository. Update CLI help and tests to reflect removal, adding coverage-path and force flags and aligning tests accordingly. Bump dependencies (Biome to 2.4.16 and bun types to 1.3.14) and refresh lockfiles and package.json to ensure reproducible builds. Improve vitest config handling by adding a stripCommentsAndStrings utility to reliably ignore coverage directives inside comments or string literals.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4 +/- ##
==========================================
- Coverage 95.88% 95.74% -0.14%
==========================================
Files 13 13
Lines 680 705 +25
==========================================
+ Hits 652 675 +23
- Misses 28 30 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #3
Full maintenance pass on
chore/maintenance-2026-06. Tests: 279 → 306 pass · Lint: clean · 0 security vulnerabilities.Bug fixes
src/lib/detect.ts) — now recognizes bothbun.lock(Bun 1.2+ text format) andbun.lockb. Modern Bun projects were misdetected asnpm..gitignorecoverage-entry matcher (src/lib/detect.ts) — strict matching of the 6 patterns that actually ignore rootcoverage/(coverage,coverage/,/coverage,/coverage/,**/coverage,**/coverage/). Was matchingcoverage-final.jsonand similar.hasCoverageConfigfalse positives (src/lib/vitest-config.ts) — strips comments and string-literal contents before applying thecoverage:regex so// coverage:mentions or URLs don't fool thecheckcommand.filterBelowThreshold(src/lib/coverage.ts) — skip files withlines.total === 0(type-only.d.ts, empty barrels) instead of reporting them as misleading "0% / 0 of 0".Polish
src/lib/config.ts) —readPackageJsonConfig/ config-file loader no longer swallow parse errors silently. Writes a one-line[uncov] warning: ...to stderr (ENOENT still silent viaerr.code).--helpdocumentation (src/cli.ts) — adds--coverage-path, -c <p>and--forceto the OPTIONS section.Dep bumps (low-risk minor/patch)
@biomejs/biome2.4.6 → 2.4.16@types/bun1.3.10 → 1.3.14Cleanup
src/{commands,lib,utils}/index.ts(knip flagged, no consumers).FileCoverage,CoverageMetricinsrc/lib/coverage.ts..beads/(issue-tracker state moved to local-only), removed dead.gitattributes(only held the bd merge rule), removed bd-installed git hooks (.git/hooks/post-merge,pre-commit)..gitignore: single "Agent / IDE context" section grouping.claude/,.gemini/,.cursor/,.agent/,.amp/,.codex/,.antigravity/, and the per-tool*.mdcontext files.Test plan
bun test— 306 passbun run lint— cleanbun audit— 0 vulnerabilitiesbunx knip— targeted findings cleared