v0.3.0 (2026-01-01)
Feat
- add short option expansion to custom rule matching
- add commands for custom rules management
- detect find -exec rm -rf as destructive pattern
- add verify_config script for config validation
- integrate custom rules into hook analysis
- add custom rule matching logic
- add config loading module for user-configurable rules
Fix
- stop _short_opts parsing at non-alpha chars and -- marker
- Block rm -rf of cwd itself even when under /tmp/
Refactor
- improve verify_config output formatting
- return ValidationResult from validate_config_file