From cf963c30716bec6aa2cde0ea0d221fdd3ea08d13 Mon Sep 17 00:00:00 2001 From: Thiago Margatho Date: Tue, 7 Jul 2026 09:15:58 -0300 Subject: [PATCH] docs: fix .claw vs .claude confusion in root CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Root CLAUDE.md said shared defaults live in .claude.json and machine-local overrides in .claude/settings.local.json. Both are wrong: .claude.json is Claude Code's own permission config, unrelated to this project. The project's actual shared-defaults file is .claw.json (model aliases etc.), and its local-override path is .claw/settings.local.json — matching rust/CLAUDE.md and .claw.json. Co-Authored-By: Claude Sonnet 5 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index bc3e2b6f..4c110467 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -17,5 +17,5 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Working agreement - Prefer small, reviewable changes and keep generated bootstrap files aligned with actual repo workflows. -- Keep shared defaults in `.claude.json`; reserve `.claude/settings.local.json` for machine-local overrides. +- Keep shared defaults in `.claw.json`; reserve `.claw/settings.local.json` for machine-local overrides. - Do not overwrite existing `CLAUDE.md` content automatically; update it intentionally when repo workflows change.