pub(crate) fn lint_project(
config: &AtlasMapConfig,
db: &Path,
config_path: Option<&Path>,
options: LintOptions,
purpose_level: PurposeLintLevel,
) -> Result<LintReport, CliError>Expand description
Build one shared typed lint result for CLI and MCP callers.