v0.2.0 (2025-12-29)
Feat
- add audit logging for denied commands
- add paranoid mode environment variable checks
- detect dangerous commands via xargs and parallel
- block git worktree remove --force
- block git checkout without --
- block find -delete destructive command
Fix
- Add cross-platform script execution compatibility
- recognize rm -R (uppercase) as recursive and respect -- delimiter
- preserve case sensitivity for git branch -D detection
Refactor
- rename strict to paranoid for rm rule parameter