Add todo.md: src reorg done, plus logger redundancy + i18n follow-ups

This commit is contained in:
2026-06-24 00:24:52 +02:00
parent de22f51c12
commit 2b88bf1c0d
+5
View File
@@ -0,0 +1,5 @@
For each todo item, interview the user extensively to deeply understand the scope and goal of each.
- [x] Organize the files in src in to folders so it is easier to understand the structure of the code.
- [ ] The file src/logger.ts seems redundant. Why can't we just use @larvit/log directly? Set service name as an ENV config value also.
- [ ] Add i18n support.