pub fn run(
args: AuditArgs,
app_config: &AppConfig,
out: &mut CliOutput<'_>,
) -> Result<i32>Expand description
ai-memory audit entry point. Returns the desired process exit
code so the caller can surface a non-zero status from the top-level
dispatch without panicking.