Reference in New Issue
Block a user
Delete Branch "dev/issue-53-fix-source-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: 为 table/text 类型的 source 补齐缺失的section字段Root Cause
step2 LLM prompt 未强制要求 source 携带 section 字段,step2
_check_rule_fields不验证 source,step3
_normalize_rule只处理 trigger/conditions。缺失 section 的 source 直到 acceptance test 的 Layer A schema 验证才被拦截。
Test
Closes #53
[da-0602-1321]