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