This commit is contained in:
2026-01-22 02:45:08 -08:00
parent 3d571b007b
commit ba23c0606f
18 changed files with 75 additions and 5355 deletions

5
CLI.py
View File

@@ -93,7 +93,6 @@ _install_rich_traceback(show_locals=False)
from SYS.logger import debug, set_debug
from SYS.worker_manager import WorkerManager
from SYS.background_services import ensure_zerotier_server_running, stop_zerotier_server
from SYS.cmdlet_catalog import (
get_cmdlet_arg_choices,
@@ -1587,8 +1586,6 @@ class CLI:
return app
def run(self) -> None:
ensure_zerotier_server_running()
# Ensure Rich tracebacks are active even when invoking subcommands.
try:
config = self._config_loader.load()
@@ -2402,8 +2399,6 @@ Come to love it when others take what you share, as there is no greater joy
if pipeline_ctx_ref:
pipeline_ctx_ref.clear_current_command_text()
stop_zerotier_server()
_PTK_Lexer = object # type: ignore