From f5f55a0ec4a56ce2a33d4dbe2a023c8d548afe69 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Fri, 8 Aug 2025 08:13:23 +0200 Subject: [PATCH] [chore] update TODO list with new tasks and adjustments --- TODO.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index f88f8ac..76c75a0 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,12 @@ +- refactor into multiple files + +- fix cli output for model display + +- update the project to no more use features + +- rename project to "PolyScribe" + +- update local models using hashes (--update-models) - create folder models/ if not present -> use /usr/share/polyscribe/models/ for release version, use ./models/ for development version - create missing folders for output files @@ -13,10 +22,6 @@ - add verbose flag (--verbose | -v) + add logging -- refactor into multiple files - -- rename project to "PolyScribe" - - add documentation - package into executable - add CI