Merge branch 'main' into feature/tui-dashboard

This commit is contained in:
bryan
2026-02-04 07:49:08 -08:00
40 changed files with 1735 additions and 784 deletions
+4
View File
@@ -14,6 +14,7 @@ dependencies = [
"pytest>=8.0",
"pytest-asyncio>=0.23",
"pytest-xdist>=3.0",
"tools",
]
[project.optional-dependencies]
@@ -22,6 +23,9 @@ tui = ["textual>=0.75.0"]
[project.scripts]
hive = "framework.cli:main"
[tool.uv.sources]
tools = { workspace = true }
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"