From 2b88bf1c0d1240742044fc970173097ebde5181a Mon Sep 17 00:00:00 2001 From: lilleman Date: Wed, 24 Jun 2026 00:24:52 +0200 Subject: [PATCH] Add todo.md: src reorg done, plus logger redundancy + i18n follow-ups --- todo.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..8c119ff --- /dev/null +++ b/todo.md @@ -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. \ No newline at end of file