mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
Replace overly broad `except Exception` blocks with specific exception handlers (StorageError, ConfigError, ParseError, SearchError, PermissionError) across all CLI commands. This provides more precise error messages and improves debugging experience for end users. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>