Match bDS2 zero-byte route validation

This commit is contained in:
2026-07-23 09:55:19 +02:00
parent 3e3b2d9698
commit d87e80f96b
4 changed files with 16 additions and 4 deletions

View File

@@ -450,7 +450,8 @@ surface SiteValidationSurface {
rule SiteValidationScan {
when: SiteValidationScanRequested()
-- Parses <loc> entries from sitemap.xml into expected URL set
-- Scans HTML output dir for index.html files (zero-byte = missing)
-- Scans HTML output dir for index.html files (an expected zero-byte route
-- is missing; an unexpected zero-byte route is extra)
-- Compares source .md mtime against generated HTML mtime
ensures: SiteValidationReport
}