pub fn clean_roadmap(path: &Path) -> Result<usize, String>
删除 ROADMAP.md 中所有已完成条目。
只删 - [x] 行,级联清理空分类和空版本标题。
- [x]