From 508a3beff7ddced189d35c143706e1f693e8d856 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Wed, 25 Feb 2026 14:26:37 -0800 Subject: [PATCH] CC: patch cd chaining --- CLAUDE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 66ccbc638..9c41da1af 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -28,7 +28,9 @@ Big-AGI is a Next.js 15 application with a modular architecture built for advanc ### Core Directory Structure -You are started from the root of the repository (i.e. where the git folder is or scripts should be run from). You won't need to issue 'cd ...' commands. +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** +The directory structure is as follows: ``` /app/api/ # Next.js App Router (API routes only, mostly -> /src/server/)