fix(cleanup): remove empty isolation stubs and dead symbols (P2-2 / C-3a / C-4)

This commit is contained in:
2026-08-16 10:26:36 +09:00
parent 5e519e2085
commit 971f14ad3f
9 changed files with 559 additions and 94 deletions
@@ -35,7 +35,6 @@ from mqtt_common import (
logger = logging.getLogger("delegate_job.registry")
TERMINAL_STATUSES = ("completed", "error", "cancelled")
VALID_STATUSES = ("pending", "running", "completed", "error", "cancelled")