Notes on building software.

A personal blog of technical articles about software development.

Accept-Edits Mode for Faster Iteration

September 6, 2026· 2 min read·claude-codepermissionsworkflow

Accept-edits mode auto-approves file changes while still asking before running commands.

Writing Permission Rules That Match Commands

September 6, 2026· 2 min read·claude-codepermissionsconfiguration

Allow and deny rules let you pre-approve safe tools and block risky ones by pattern.

Reducing Permission Prompts Safely

September 6, 2026· 2 min read·claude-codepermissionssafety

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

September 6, 2026· 2 min read·claude-codepermissionssafety

Bypass permissions removes every prompt, which is powerful and risky; reserve it for controlled, throwaway environments.