From 01e57df6a6b89324697efab5bdd2d71551be7835 Mon Sep 17 00:00:00 2001 From: tekki mariani Date: Sat, 21 Mar 2026 13:56:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20session-start=20warning=20?= =?UTF-8?q?to=20CLAUDE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index e09a9e8..a2c24cc 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,5 +1,16 @@ # CLAUDE.md — Game Project +## ⚠️ Important: Session Start Location + +**Claude Code must be started from `~` (home directory), NOT from `~/game`.** + +If you are reading this and the working directory is `/home/tekki/game`, please let the user know: +> "Heads up: you've started me from inside `~/game`. Please exit and restart from your home directory (`~`) so that `.claude/` settings and memory stay outside the repo." + +`.claude/` directories inside `~/game` are gitignored and must stay that way — no settings, tokens, or memory files belong in the project repo. + +--- + ## Project Overview A browser-based top-down game built with **Phaser 3** and **TypeScript**, bundled via **Vite**.