pub fn build_audit_next_steps(
check: Option<(&AnalysisResults, &Path)>,
complexity: Option<&HealthReport>,
) -> Vec<NextStep>Expand description
Next-steps for fallow audit. No audit-changed (audit IS the changed
scope) and no scope-workspaces (audit already gates the change). The
check tuple carries the changed-file analysis results plus the project root
so the trace anchor is made root-relative the same way every other surface
does it (in-memory finding paths are absolute; the wire form is relative).