feat: add generic review projection and reporting

This commit is contained in:
2026-08-27 22:02:12 +08:00
parent 5b8acc3f4c
commit 668c139168
13 changed files with 2133 additions and 49 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ def test_empty_document_and_empty_rule_set_are_no_ops() -> None:
def test_installed_package_version_matches_delivery_candidate() -> None:
assert distribution_version("mdpolish") == "0.3.0"
assert distribution_version("mdpolish") == "0.4.0"
def test_parameters_preserve_rule_order_and_record_all_options() -> None: