docs/upstream-asks.md ends with two ## Status sections that contradict each other. Both list the same eight asks; ask #8 is recorded differently in each:
| line |
heading |
ask #8 |
status |
| 111 |
## Status |
pkg/scan public API |
Done — "Implemented: ScanText, ScanFile, RedactText, RedactFile, CanProcessFile, CheckNames, ConfidenceOf, ParseStrategy. 27 tests." |
| 129 |
## Status |
ScanText public API |
Not started — "Highest architectural impact" |
The first is correct: pkg/scan exists and has since 4662062, and #285 extends it further. The second table appears to be a pre-implementation copy that was never removed when the first was added.
Fix is to delete the stale table (lines 129-138). Noted in the #285 description as out of scope for that diff; filing so it does not get lost.
docs/upstream-asks.mdends with two## Statussections that contradict each other. Both list the same eight asks; ask #8 is recorded differently in each:## Statuspkg/scanpublic API## StatusThe first is correct:
pkg/scanexists and has since 4662062, and #285 extends it further. The second table appears to be a pre-implementation copy that was never removed when the first was added.Fix is to delete the stale table (lines 129-138). Noted in the #285 description as out of scope for that diff; filing so it does not get lost.