Tagged

Settings-Json

Apr 24, 2026 Claude Code Hands-On 5 min read

Claude Code Hands-On (9): settings.json, the Three-Layer Permission Model, and Env

settings.json is the file that decides what Claude can do, where, and with whose credentials. The three layers (user, project, local), the permission grammar, env vars that change behavior, and the precedence order that …

Apr 16, 2026 Claude Code Hands-On 4 min read

Claude Code Hands-On (1): Install, the Three-Layer Config, and the # @ /init Trio

Install Claude Code, understand the three-layer settings.json system, and learn the three quietly powerful primitives: # to write into context, @ to reference files, /init to generate the project memory file.