refactor: Migrate CLI and API components to use castle-core for configuration and manifest handling

This commit is contained in:
2026-02-22 22:54:38 -08:00
parent 6d0332e32b
commit 41d4c574cb
31 changed files with 1699 additions and 904 deletions

View File

@@ -8,11 +8,11 @@ dependencies = [
"uvicorn>=0.34.0",
"pydantic-settings>=2.0.0",
"httpx>=0.27.0",
"castle-cli",
"castle-core",
]
[tool.uv.sources]
castle-cli = { path = "../cli", editable = true }
castle-core = { workspace = true }
[project.scripts]
castle-api = "castle_api.main:run"