src/ ├── domain/ │ ├── entities/ │ │ └── inspection.py # Pure types: FailureMode, References, InspectionContext, InspectionAnalysis ...