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

@@ -7,7 +7,7 @@ import json
import logging
import time
from castle_cli.config import load_config
from castle_core.config import load_config
from castle_api.config import settings
from castle_api.health import check_all_health