fix(k1): harden BLE discovery and bridge recovery

This commit is contained in:
DCCONSTRUCTIONS
2026-08-06 12:43:00 +03:00
parent be50144ca8
commit 52da9b75b7
14 changed files with 1010 additions and 48 deletions
+7
View File
@@ -13,6 +13,11 @@ SCANNER_DIAGNOSTIC_FILE: Final = "scanner-diagnostics.jsonl"
_HANDLER_MARKER: Final = "_mission_core_scanner_diagnostics_path"
_EXTRA_FIELDS: Final = (
"event_code",
"operation_id",
"operation_stage",
"connection_mode",
"error_category",
"error_code",
"reason_code",
"failed_phase",
"dialogue_stage",
@@ -21,6 +26,8 @@ _EXTRA_FIELDS: Final = (
"modeling_command_attempted",
"outcome_unknown",
"safe_to_retry",
"side_effect_status",
"network_change_attempted",
"status_reconciliation",
"network_change_admissible",
"network_change_reconciliation",