Notes on building software.

A personal blog of technical articles about software development.

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.

Personal vs Project vs Local Memory

September 6, 2026· 2 min read·claude-codememoryclaude-mdconfiguration

Claude Code has three kinds of memory file: personal for all your projects, project for the team, and local for private per-project notes.

Generating a CLAUDE.md with /init

September 6, 2026· 2 min read·claude-codememoryclaude-mdconfiguration

The /init command scans your project and writes a starter CLAUDE.md so you do not have to build one from a blank file.

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.