Commit e38b1b5
fix paper completeness check false warning (#1049)
* 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>
* update arxiv
* Update arXiv link
* add citation section to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f2a3648 commit e38b1b5
2 files changed
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
103 | 119 | | |
104 | 120 | | |
105 | 121 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
| 610 | + | |
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| |||
15027 | 15027 | | |
15028 | 15028 | | |
15029 | 15029 | | |
15030 | | - | |
| 15030 | + | |
15031 | 15031 | | |
15032 | 15032 | | |
15033 | 15033 | | |
| |||
0 commit comments