v1.45.0 ✅

  • Domain Boundary Diagrams[DomainBoundary("Layer")] on a class or method triggers four new constants: _LayerView (architecture flowchart TD), _Stats (Markdown table), _ErrorSurface (fail-edges only), _ErrorPropagation (errors grouped by layer)
  • [DomainBoundary] on classes — attribute now valid on classes; all methods inherit the layer; method-level annotation takes priority
  • Automatic layer detectionLayerDetector resolves layer from [DomainBoundary] annotation or namespace heuristics (*.Domain.*, *.Application.*, *.Infrastructure.*, *.Controllers.*)
  • Layer subgraph coloring_LayerView and _ErrorPropagation color outer layer subgraph containers via Mermaid class directive
  • README hero — two contrasting diagrams: _LayerView (architecture TD) + _Diagram (pipeline LR)
  • Diagram gallery — new mkdocs/resultflow/diagrams/ public gallery showcasing all diagram types
  • ~4,680 tests, >4,500 floor