feat: legacy repo adoption workflow (#251, #252, #255, #256)#272
Open
ColumbusLabs wants to merge 1 commit into
Open
feat: legacy repo adoption workflow (#251, #252, #255, #256)#272ColumbusLabs wants to merge 1 commit into
ColumbusLabs wants to merge 1 commit into
Conversation
Document and polish the calibrate → payoff → triage → budgets adoption path. Triage now prompts for suppression reasons, calibrate accepts --pack/--rules/--threshold, and integration tests cover all four features. Closes #251, #252, #255, #256 Co-authored-by: ColumbusLabs <ColumbusLabs@users.noreply.github.com>
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.
Summary
Ships and documents the legacy repo adoption workflow as one cohesive path:
debtlens calibrate— percentile-based threshold suggestions (#256)debtlens scan --sort payoff— payoff-ranked findings with top-target sections (#251)debtlens triage— interactive keep / baseline / suppress (#255)budgetsconfig +--budget-report— per-area debt SLO gating (#252)All four features were already implemented on
main; this PR polishes gaps, adds docs/tests, and closes the open issues.Scope
docs/rule-packs.mdwhen applicable.Changes
Behavior
--pack,--rules, and--thresholdto matchscan/adopt.Docs
docs/prioritization.md— payoff formula,priorityweights, budgets.docs/false-positives.mdcalibrate guidance.#251–#256.Tests
calibrate,--sort payoff, triage baseline/suppress flows.Validation
npm run test:all # 887 tests pass npm run buildCloses #251, #252, #255, #256