dev/issue-69-fix-list-section
main
LLM 输出 section 字段有时为 list 而非 string,导致 .strip() 崩溃。 添加 _clean_section() 将 list→首元素 string,空 list 回退到 rule path。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>