docs: todo,testing,kickstart (4 files)

This commit is contained in:
2025-12-25 21:07:19 +00:00
parent 20dbc83d43
commit abcf1afec7
4 changed files with 10 additions and 6 deletions

View File

@@ -19,9 +19,9 @@ Use this file when youre 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)

View File

@@ -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

View File

@@ -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

View File

@@ -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