You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ report formats, and workflow integrations for documentation governance.
38
38
39
39
**Organization Scan** -- Pull repositories with `gh repo list` and inspect each README through the GitHub API.
40
40
41
-
**Template-Aware Scoring** -- Score docs coverage with weighted checks for sections like Features, Quick Start, Architecture, and License using heading-intent matching (`#`, `##`, `###`, and heading variants).
41
+
**Template-Aware Scoring** -- Score docs coverage with weighted checks for sections like Features, Quick Start, Architecture, and License using heading-intent matching (`#`, `##`, `###`, setext headings) while ignoring fenced code blocks.
42
42
43
43
**Actionable Gaps** -- Return missing required and recommended sections per repo, plus threshold-based notes.
0 commit comments