feat(interface): Introduce non-interactive CLI mode and restructure UI layer

This commit is contained in:
Ahmed Allam
2025-10-31 21:07:21 +02:00
committed by Ahmed Allam
parent 30e8dac403
commit 833e4dfdce
29 changed files with 254 additions and 46 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ include = [
]
[tool.poetry.scripts]
strix = "strix.cli.main:main"
strix = "strix.interface.main:main"
[tool.poetry.dependencies]
python = "^3.12"