Notes on building software.

A personal blog of technical articles about software development.

Setting Sensible Defaults for a New Project

September 7, 2026· 2 min read·claude-codeconfigurationsettings

A starter settings.json for a new repo: pin a model, allow safe commands, set env, and add a format hook.

Sharing Team Settings Safely

September 7, 2026· 2 min read·claude-codeconfigurationsettings

Commit shared rules in the project settings file, keep personal tweaks and secrets in the local file.