- Fixed zk_cache.py: replaced bare except with OSError, FileNotFoundError - Fixed simple_daemon.py: replaced bare except with specific httpx exceptions - Fixed migrate_to_postgresql.py: replaced bare except with JSONDecodeError This continues Phase 3.1: Fix bare except patterns