Commit cd08766
fix completeness check: use covered-rules.final() instead of .get()
The warning falsely reported 4 missing rules because .get() only sees
state accumulated before the current location. Rules defined after the
check were invisible. Using .final() sees all rules in the document.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f2a3648 commit cd08766
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15027 | 15027 | | |
15028 | 15028 | | |
15029 | 15029 | | |
15030 | | - | |
| 15030 | + | |
15031 | 15031 | | |
15032 | 15032 | | |
15033 | 15033 | | |
| |||
0 commit comments