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

@@ -21,7 +21,7 @@ def castle_root(tmp_path: Path) -> Generator[Path, None, None]:
"run": {
"runner": "python_uv_tool",
"tool": "test-svc",
"cwd": "test-svc",
"working_dir": "test-svc",
"env": {"TEST_SVC_DATA_DIR": str(tmp_path / "data" / "test-svc")},
},
"expose": {