docs: fix .claw vs .claude confusion in root CLAUDE.md
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 <noreply@anthropic.com>
This commit is contained in:
parent
4ea31c1bc9
commit
cf963c3071
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue