pub fn validate_roadmap(path: &Path, scope: &str) -> Result<Vec<Issue>, String>
验证 ROADMAP.md 的格式问题。
规则只做验证,不做修复。修复由 LLM 完成(当前未接入)。