The CLI currently lacks feedback for long-running operations and has confusing verbosity flags.
Action Items:
- Add a progress spinner (e.g.,
ora) during file processing.
- Fix inverted verbosity logic:
--quiet should suppress output, --verbose should add detail. Currently verbose prevents stats.
- Add a summary output on success (e.g., "✓ All policies passed").
- Clarify usage of
check vs check-native in help text.
The CLI currently lacks feedback for long-running operations and has confusing verbosity flags.
Action Items:
ora) during file processing.--quietshould suppress output,--verboseshould add detail. Currently verbose prevents stats.checkvscheck-nativein help text.