Notes on building software.
A personal blog of technical articles about software development.
Accept-Edits Mode for Faster Iteration
Accept-edits mode auto-approves file changes while still asking before running commands.
Writing Permission Rules That Match Commands
Allow and deny rules let you pre-approve safe tools and block risky ones by pattern.
Reducing Permission Prompts Safely
Cut down on prompts by allowlisting the safe commands you run often, not by turning off all checks.
When to Use (and Avoid) Bypass Permissions
Bypass permissions removes every prompt, which is powerful and risky; reserve it for controlled, throwaway environments.