Skip to content

Releases: Alberto-Codes/docvet

v1.15.0

27 Mar 01:14
6827127

Choose a tag to compare

1.15.0 (2026-03-27)

Features

  • cli: add docvet fix subcommand with dry-run and discovery (#386) (7f76477)
  • cli: add inline suppression comments for findings (#393) (14ba0b7)
  • enrichment: add scaffold category, scaffolding engine, and scaffold-incomplete rule (#385) (782cd27)
  • enrichment: add scaffold-incomplete enrichment rule (782cd27)

Bug Fixes

  • cli: address code review findings for fix subcommand (7f76477)
  • cli: prevent uppercase rule IDs from degrading to blanket (14ba0b7)
  • config: address PR #379 review feedback (#380) (134e428)
  • enrichment: handle docstring-only stubs, multi-statement stubs, and deprecated abstract decorators (#391) (bc2445d), closes #387 #388 #389
  • griffe: replace production assert, fix dep vulns, add vuln handling docs (#395) (7273e56)
  • test: move _active_style reset to shared conftest fixture (#363) (b8b6586)

Documentation

  • cli: add missing subcommands to quick references (#397) (d92af72), closes #396
  • enrichment: add scaffold-incomplete rule page and config docs (782cd27)

v1.14.1

22 Mar 23:39
ed4aef2

Choose a tag to compare

1.14.1 (2026-03-22)

Bug Fixes

  • enrichment: add independent config toggles for reverse checks (643ca49), closes #359

v1.14.0

22 Mar 22:06
33bde23

Choose a tag to compare

1.14.0 (2026-03-22)

Features

  • enrichment: add missing-deprecation rule (#353) (6df6405)
  • enrichment: add missing-return-type rule (#356) (2a2db8d)
  • enrichment: add param agreement checks for Args section (#349) (724b81e)
  • enrichment: add reverse enrichment checks (#354) (7bdfbcf)
  • enrichment: add trivial-docstring rule (#355) (eb42c4d)
  • enrichment: add undocumented-init-params rule (#357) (8aca259)

Bug Fixes

  • docs: address code review findings for missing-return-type story (2a2db8d)
  • docs: remove undocumented Raises entry in write_report (eb42c4d)
  • enrichment: correct positional-only param handling in (8aca259)

Documentation

  • enrichment: add param agreement config keys and migration notes (724b81e)
  • enrichment: update enrichment check page with missing rules (6df6405)

v1.13.0

08 Mar 13:34
0fd3966

Choose a tag to compare

1.13.0 (2026-03-08)

Features

  • enrichment: add missing-returns rule for undocumented return values (#334) (31faf3d)
  • enrichment: add NumPy-style section recognition (#344) (62ce6ed)
  • enrichment: add Sphinx/RST docstring style support (#332) (1bbd18f)
  • presence: add overload-has-docstring rule (0d83358)

Bug Fixes

  • enrichment: address code review findings for Story 34.1 (1bbd18f)

v1.12.1

07 Mar 23:01
a147891

Choose a tag to compare

1.12.1 (2026-03-07)

Bug Fixes

  • cli: catch ImportError in mcp command for missing extras (062072d)
  • docs: wrap GitHub Actions code blocks with raw tags (3f1763d)

v1.12.0

07 Mar 22:35
8e5da87

Choose a tag to compare

1.12.0 (2026-03-07)

Features

  • ci: add badge outputs to GitHub Action and dynamic badge docs (#313) (4e4a09a)
  • cli: add --summary flag for per-check quality percentages (#314) (3a225d3)
  • cli: add docvet config command and remove interrogate (#316) (b4f4789)

Bug Fixes

  • checks: replace <module> sentinel with display names in findings (#315) (6f52258)
  • cli: fix compute_quality key iteration and griffe guard (3a225d3)

Documentation

  • bmad: add Growth phase PRD, architecture, and epics for Epics 31-33 (#311) (8ec1abd)

v1.11.0

07 Mar 00:02
9fde030

Choose a tag to compare

1.11.0 (2026-03-06)

Features

  • enrichment: report both doctest and rST findings for prefer-fenced-code-blocks (#302) (d51edfd)

Documentation

  • site: add Concepts page with research-backed quality narrative (#297) (f88d3fc), closes #296
  • site: expand glossary with 16 new terms and fix six-layer model (#301) (f396d0c), closes #263

v1.10.0

06 Mar 05:32
24a7ac4

Choose a tag to compare

1.10.0 (2026-03-06)

Features

  • ci: add structured inputs, annotations, and step summary to GitHub Action (#295) (e932356), closes #294

Documentation

  • planning: add Epic 30 sprint status and story artifacts (1def643)
  • site: add license attribution page and copyright footer (#293) (780cb91), closes #292

v1.9.0

05 Mar 04:39
689e6ae

Choose a tag to compare

1.9.0 (2026-03-05)

Features

  • mcp: add guidance and fix_example to rule catalog (#277) (5108e73)

Bug Fixes

  • plugin: add marketplace.json and update install instructions (79887fa)

Documentation

  • add privacy policy page (fa5b977)
  • mcp: add per-client MCP config snippets (a4bbbbf)

v1.8.1

04 Mar 04:02
353c29d

Choose a tag to compare

1.8.1 (2026-03-04)

Bug Fixes

  • mcp: correct server.json for MCP Registry compatibility (ca3a212)