You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -99,11 +99,13 @@ Add three diagnostic capabilities to the requirement parser: frontmatter require
99
99
100
100
## 10. Findings / Research Notes
101
101
102
-
(To be filled during implementation)
102
+
- Collision detection: the generator still yields duplicate records (doesn't suppress them). This is correct — the caller's dict handles dedup via overwrite. The warning is purely diagnostic.
103
+
- Mismatch threshold change: `extracted_count < len(requirement_like_lines)` naturally handles the old `== 0` case and also catches partial-extraction scenarios.
104
+
- Frontmatter detection wired at `logger.info()` per DR §1.8 log-level discipline.
0 commit comments