Private
Public Access
0
0
Files
manual_slop/src
ed b148283233 refactor(ai_client): narrow 'except Exception' in _reread_file_items (Phase 9 site 8)
Was: except Exception as e (broad)
Now: except (OSError, UnicodeDecodeError) as e

The err_item drain (returned via the refreshed list with error: True flag)
is preserved. Only specific file I/O errors are caught now.
2026-06-20 11:10:00 -04:00
..