Add null safety checks in bd_daemon_client.py: - list_issues(): Return empty array if issues_data is None - ready(): Return empty array if issues_data is None - stats(): Use empty dict if stats_data is None This prevents TypeError crashes when daemon returns None/empty responses. Amp-Thread-ID: https://ampcode.com/threads/T-072304c3-3a03-4091-92a9-9e16b4538227 Co-authored-by: Amp <amp@ampcode.com>