From 71446c0f29f9a04fac4eaa31e95b948fd448164e Mon Sep 17 00:00:00 2001 From: Torben Nehmer Date: Thu, 10 Sep 2026 22:21:31 +0200 Subject: [PATCH] README.md: CLAUDE.md-Zeile im Architektur-Baum an die neue Importkette angepasst Files changed: - README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f939624..ada03bf 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Two starting points, depending on what you're doing - full walkthrough in [INSTA ``` chemenu/ ├── AGENTS.md # Control plane: invariants, file naming, routing, gates -├── CLAUDE.md # Claude Code only: imports AGENTS.md/USER.md/SOUL.md/ENVIRONMENT.md + its Claude-Code-only instructions. No rules of its own +├── CLAUDE.md # Claude Code only: imports AGENTS.md, links the one Claude-Code-only decision (model/effort). No rules of its own ├── README.md # This file: human-readable overview of the whole repo ├── INSTALL.md # Human-readable setup: new instance vs. cloning this one ├── INSTALL-MCP.md # Human-readable setup for the optional MCP read server