pub(crate) fn next_step_report_with_selection(
store: &AtlasStore,
query: &str,
limit: Option<usize>,
content_selection: ContentSelection,
) -> Result<NextStepReport, CliError>Expand description
Build a next-step report under one optional classified-content selection.