From 196d08b4fda6a8f651005ae8cbfa0571e99d7b9b Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Wed, 4 Mar 2026 11:37:38 -0800 Subject: [PATCH] CLAUDE.md: try stopping compound --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 7ad11d10a..345003298 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -34,6 +34,7 @@ The `gh` command is available to interact with GitHub from the terminal, but **N You are started from the root of the repository (i.e. where the git folder is or scripts should be run from). **ISSUE ALL COMMANDS FROM THE ROOT, OMITTING 'cd' COMMANDS. DO NOT CHAIN CD AND OTHER COMMANDS** +**NEVER RUN COMPOUND `cd` COMMANDS LIKE `cd some-folder && command` - ONLY RUN `command` FROM THE ROOT, ALWAYS.** The directory structure is as follows: ```