[chore] update TODO list with new tasks and adjustments

This commit is contained in:
2025-08-08 08:13:23 +02:00
parent 978778fa1c
commit f5f55a0ec4

13
TODO.md
View File

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