pub fn build_file_summary_with_selection(
store: &AtlasStore,
file: &Path,
limit: usize,
content_selection: ContentSelection,
) -> ServiceResult<FileSummaryReport>Expand description
Build structured file intelligence after enforcing classified-content selection.
ยงErrors
Returns an error when the file is outside the explicit selection or the ordinary summary read fails.