1 Commits

Author SHA1 Message Date
HAL9000 949a5a655b refactor(cli): unify error handling and user feedback across CLI commands
- Create centralized CLIOutputManager class for consistent error handling
- Implement unified error display with debug flag support
- Add display helpers for success, warning, info, panels, and tables
- Support all output formats (rich, color, table, plain, json, yaml)
- Stack traces only shown when --debug flag is enabled
- Add comprehensive BDD tests for error handling scenarios
- Ensure consistent styling and iconography across all CLI commands
2026-06-06 00:56:05 -04:00