Skip to main content

doctor_roadmap

Function doctor_roadmap 

Source
pub fn doctor_roadmap(path: &Path, scope: &str) -> Result<Vec<Issue>, String>
Expand description

诊断并修复 ROADMAP.md 的格式问题。

  1. LLM 修复:理解非标准格式并转换为标准格式(LLM 已配置时)
  2. 规则校验:v 前缀、分类大小写、checkbox 格式(双重保障)