diff --git a/docs/todo/0-kickstart.md b/docs/todo/0-kickstart.md index 49633d4d8..4d6d66868 100644 --- a/docs/todo/0-kickstart.md +++ b/docs/todo/0-kickstart.md @@ -19,9 +19,9 @@ Use this file when you’re not sure what to do next, or you want a quick “mak From `docs/todo/`: -- [ ] Run `python3 scan-project-todos.py` -- [ ] Review `TODO_SCAN_REPORT.md` for in-repo `TODO/FIXME/HACK/XXX` markers -- [ ] Review `TODO_STATUS.md` for open vs done counts across this folder +- [x] Run `python3 scan-project-todos.py` +- [x] Review `TODO_SCAN_REPORT.md` for in-repo `TODO/FIXME/HACK/XXX` markers +- [x] Review `TODO_STATUS.md` for open vs done counts across this folder ## 15-Minute Local Sanity Check (Frontend) diff --git a/docs/todo/12-DOCUMENTATION-TODO.md b/docs/todo/12-DOCUMENTATION-TODO.md index db113be3b..1c4b18a02 100644 --- a/docs/todo/12-DOCUMENTATION-TODO.md +++ b/docs/todo/12-DOCUMENTATION-TODO.md @@ -13,6 +13,9 @@ - [ ] Fix getting-started cross-links TODO in `docs/guides/getting-started.md:313` - [ ] Fix DBAL integration doc link TODOs (`docs/implementation/DBAL_INTEGRATION.md:285`, `docs/implementation/DBAL_INTEGRATION.md:391`, `docs/implementation/DBAL_INTEGRATION.md:408`) - [ ] Address archived mapping TODO in `docs/archive/src/lib/CODE_TO_DOCS_MAPPING.md:9` +- [ ] Fix architecture doc link TODOs (`docs/architecture/security.md:260`, `docs/architecture/deployment.md:298`, `docs/architecture/testing.md:243`, `docs/architecture/packages.md:496`, `docs/architecture/packages.md:498`) +- [ ] Fix migrations/refactoring docs that reference the wrong repo structure (`docs/migrations/FILE_RELOCATION_GUIDE.md:83`, `docs/migrations/FILE_RELOCATION_GUIDE.md:92`, `docs/migrations/RELOCATION_SUMMARY.md:79`, `docs/refactoring/REFACTORING_INDEX.md:360`, `docs/refactoring/REFACTORING_SUMMARY.md:450`) +- [ ] Review and flesh out `## TODO` section in `docs/architecture/css-as-abstract-system.md:275` ## Getting Started diff --git a/docs/todo/5-FRONTEND-TODO.md b/docs/todo/5-FRONTEND-TODO.md index 471fc2a9c..654f1e8f0 100644 --- a/docs/todo/5-FRONTEND-TODO.md +++ b/docs/todo/5-FRONTEND-TODO.md @@ -61,11 +61,11 @@ ## References -- Scan results: `docs/todo/TODO_SCAN_REPORT.md` +- Scan results: [TODO_SCAN_REPORT.md](TODO_SCAN_REPORT.md) ## Build & Performance -- [ ] Fix TypeScript configuration error (strictNullChecks) +- [x] Fix TypeScript configuration error (strictNullChecks) (dbd8e49) - [ ] Resolve build failures in Next.js frontend - [ ] Add bundle size monitoring and alerts - [ ] Implement tree-shaking optimization diff --git a/docs/todo/8-TESTING-TODO.md b/docs/todo/8-TESTING-TODO.md index 2b6951f8c..41f6b4870 100644 --- a/docs/todo/8-TESTING-TODO.md +++ b/docs/todo/8-TESTING-TODO.md @@ -48,7 +48,8 @@ ## Stub Detection - [ ] Review and fix all detected stub implementations -- [ ] Convert TODO comments to GitHub issues +- [x] Update TODO scan to include `.github` ✅ (`scan-project-todos.py` now uses `rg --hidden`) +- [ ] Convert TODO comments to GitHub issues (use `TODO_SCAN_REPORT.md` as input) - [ ] Implement completeness scoring tracking over time - [ ] Add stub detection to PR checks (blocking critical stubs) - [ ] Create stub-to-implementation tracking dashboard