From d3b4447669d6ae090bf85bb1e6a79e5ed6da660a Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Tue, 10 Feb 2026 00:07:27 -0800 Subject: [PATCH] CLAUDE.md: update --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index d2683f727..66ccbc638 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -28,6 +28,8 @@ 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. + ``` /app/api/ # Next.js App Router (API routes only, mostly -> /src/server/) /pages/ # Next.js Pages Router (file-based, mostly -> /src/apps/)