Reference in New Issue
Block a user
Delete Branch "dev/issue-69-fix-list-section"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
_normalize_rule: 新增_clean_section()处理 list 类型 sectionRoot Cause
LLM 在 step2 输出 source 时 section 字段格式不稳定(有时 string,有时 list),
导致
_normalize_rule中sec.strip()抛出 AttributeError。Closes #69
[da-0602-1321]