We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: updates exampes behavior
Updated Home (markdown)
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
update Architecture with corrections from latest fixes
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
Architecture: add CLI/gateway/allow interaction examples and testing structure
Rewrite Home.md as ecosystem discussion, remove duplicative install details
Change default examples from create to delete/destroy commands
Add wiki pages: Home, Installation, Configuration, Architecture, Roadmap, Security & Risks
Initial Home page