Skip to content

docs: add maintenance-risk (DM001) documentation section#894

Merged
sonukapoor merged 2 commits into
mainfrom
docs/issue-855-maintenance-risk-section
Jul 26, 2026
Merged

docs: add maintenance-risk (DM001) documentation section#894
sonukapoor merged 2 commits into
mainfrom
docs/issue-855-maintenance-risk-section

Conversation

@sonukapoor

Copy link
Copy Markdown
Collaborator

--check-maintenance / DM001 shipped in #854 but had no documentation on the website. This adds a maintenance-risk/ section mirroring the existing override-hygiene/ section:

  • maintenance-risk/index - the concept: constraint drag and deprecated-dependency detection, why version-matching CVE scanners miss it, and how --check-maintenance fits alongside CVE and override findings.
  • maintenance-risk/dm001 - the DM001 rule page (constraint drag + npm-deprecated signals), with an accurate example and the manual major-upgrade remediation.

Both pages are wired into the sidebar right after Override Hygiene, and the two sections cross-link for symmetry. Example output is shown as markdown tables rather than ASCII box art.

The --check-maintenance entry in cli-reference.md and the README usage block already existed, so they are not duplicated here.

Closes #855

sonukapoor and others added 2 commits July 25, 2026 11:45
Add a maintenance-risk docs section mirroring override-hygiene: a concept
page explaining constraint drag and deprecated-dependency detection and how
--check-maintenance fits alongside CVE and override findings, plus a DM001
rule page. Wire both into the sidebar after Override Hygiene and cross-link
the two sections. Example output uses markdown tables rather than ASCII art.

Closes #855
@sonukapoor
sonukapoor merged commit 9fced90 into main Jul 26, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: add a maintenance-risk (DM001) documentation section

1 participant