Architectural Flow Catalog — scripts/generate_flow_catalog.py scans obj/Generated/**/*_Flows.g.cs and publishes every [ResultFlow] + [DomainBoundary] diagram as a live MkDocs page (mkdocs/reference/flow-catalog/); grouped by class → method → view type (Pipeline, Layer View, Stats, Error Surface, Error Propagation); _Sidecar constants skipped
Demo Project MkDocs section — mkdocs/demo/ landing page + flow-catalog.md showcasing the REslava.Result.Flow.Demo output; wired into nav and home page grid
CI auto-rebuild — mkdocs-docfx.yml builds the demo and regenerates the catalog before every MkDocs deploy
No generator changes, no new attributes, no API changes