Drop other-editor mentions from Key Features Cursor/Gemini/Codex support is an experimental in-code easter egg, not a documented integration. Reframe the bullet around the Claude Code hook.
Update handler counts: 75+ → 80+
Update handler counts to 75+
Remove stale shlex reference from delegation example
Add handler styles section to Handler Model docs
Add remote field to Classification docs
Update Handler-Model.md for HandlerContext interface
Fix statusline setup: use statusLine config, correct paths
Format table alignment
Use prefix matching syntax, remove needless trailing * Command patterns use prefix matching by default. Updated examples throughout wiki to use cleaner syntax without trailing *.
Restructure Security Model for better flow - Move Architecture diagram up after Core Philosophy - Combine Built-in Safe Commands + CLI Handlers into "What's Pre-Approved" - Combine Command Matching + Redirect Matching into "Rule Matching" - Combine parser sections into "Parser Behavior" - Consolidate Edge Cases (removed redundant subsections) - Combine Effective Patterns + Can't Catch into "Pattern Tips" - Remove redundant "deny > ask > allow" from diagram - Convert safe commands list to table format
Fix architectural descriptions in Security Model - Core Philosophy: add wrapper commands, version/help to check order - Decision Priority: clarify last-match-wins vs most-restrictive-wins - Add redirect default behavior (ask when no rule matches) - Add cd tracking in compound commands - Add cmdsub injection protection edge case - Add [ and test to built-in safe commands
Standardize extension setup instructions
Add Statusline extra
Reorganize wiki, add Afterthoughts extension, standardize install instructions
Add *_read pattern to GitHub MCP example
Updated Home (markdown)
Add logo to homepage
Updated _Sidebar (markdown)
Mark file editing as proposal, not implemented
Resize VSCode screenshot to 50%
Add VSCode plugin documentation
Document alias directive
Update examples to use prefix matching syntax
Add consistent stability warnings to config docs
Add stability warning
Document prefix matching and | exact anchor