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

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "castle-workspace"
version = "0.0.0"
description = "Castle platform workspace root"
requires-python = ">=3.11"
[tool.uv.workspace]
members = ["core", "cli", "castle-api"]
[tool.uv.sources]
castle-core = { workspace = true }
castle-cli = { workspace = true }