This commit is contained in:
2026-01-19 21:25:44 -08:00
parent 37e2ff6651
commit fcab85455d
13 changed files with 820 additions and 393 deletions

View File

@@ -184,7 +184,7 @@ def _run_cli(clean_args: List[str]) -> int:
if MedeiaCLI is None:
try:
repo_root = _ensure_repo_root_on_sys_path()
from CLI import MedeiaCLI as _M # type: ignore
from CLI import CLI as _M # type: ignore
MedeiaCLI = _M
except Exception as exc:
# Provide diagnostic information