pub(crate) fn reset_index_files_with_revalidation(
db: &Path,
include_mcp_config: bool,
revalidate: impl FnMut() -> Result<(), CliError>,
) -> Result<ResetIndexReport, CliError>Expand description
Remove registered reset targets only after staging and lifecycle revalidation.