fix(k1): harden BLE discovery and bridge recovery
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user