From a3d277488f04befde06ad992ffe040c704adef68 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 31 Aug 2025 11:33:09 -0400 Subject: [PATCH] docs: mark CSV and NDJSON exports complete --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index e6b6840..5ef1f79 100644 --- a/TODO.md +++ b/TODO.md @@ -18,8 +18,8 @@ Prioritized from easiest/low-risk to more involved work. Check off as we ship. - [x] Redirect map summary (from → to domain counts) ### Next (target v0.0.3) -- [ ] CSV exports: pages.csv, links.csv -- [ ] NDJSON export option for streaming pipelines +- [x] CSV exports: pages.csv, links.csv +- [x] NDJSON export option for streaming pipelines ### Notes - All report metrics must be gathered by default with zero flags required.