docs: close visibility features (#261, #262, #264, #265) - #273
Merged
Conversation
…, badge Document and harden the already-shipped reporting and design-smell surface: god-file / cognitive-complexity in rule packs, HTML import-graph + treemap, and --format badge. Shell completions now include badge; reporter tests cover cycle highlighting and self-contained HTML output. Closes #261, #262, #264, #265 Co-authored-by: ColumbusLabs <ColumbusLabs@users.noreply.github.com>
ColumbusLabs
marked this pull request as ready for review
July 16, 2026 11:45
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This was referenced Jul 16, 2026
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
Closes four already-shipped open issues whose merge PRs referenced them but left them open. This PR documents and hardens the visibility / design-smell cluster:
god-file— kitchen-sink module detector (#261)cognitive-complexity— Sonar-style nesting score (#262)#264)--format badgeSVG + shields.io endpoint (#265)Why this cluster
These four features landed on
mainin waves 1–3 but the GitHub issues stayed open. They share one job: make structure and severity of debt visible (module sprawl, readability, architecture graph, README badge). Adoption workflow issues#251/#252/#255/#256are already covered by #272.Scope
docs/rule-packs.mdwhen applicable.Changes
Docs
docs/rule-packs.md:long-parameter-list,god-file,cognitive-complexitydocs/rules.md: cognitive complexity scoring model vscomplex-control-flowdocs/report-gallery.md: HTML graph/treemap + badge formatdebtlens scan --format badgeover manualjq#261–#265DX / tests
badgeDeferred (follow-up PRs)
#258,#259#263,#266#251–#256Validation
Closes #261, #262, #264, #265