We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: update CLI and configuration documentation Clarify the relationship between `pattern` and `glob` fields, noting that `pattern` can now be omitted if a `glob` is provided. Also, add details regarding the validation process for `custom-dangerous-patterns`.
updates for 0.3.0
docs: clarify eval order with Plugin/Hermes tags and fix deny-vs-allow precedence - Tag eval steps with [Plugin]/[Hermes] source labels - Show block and built-in patterns as sub-steps of detect_dangerous_command() - Fix: deny runs before allow (deny wins), not after - Fix: remove incorrect allow-wins-over-deny statements - Add summary table contrasting deny vs block vs allow behavior - Clarify --yolo bypasses block patterns but not deny patterns
Change default examples from create to delete/destroy commands
Add wiki pages: Home, Installation, Configuration, Architecture, Roadmap, Security & Risks