From a8853c56d1dd9813424c3d372e09e44d58e3cd5e Mon Sep 17 00:00:00 2001 From: Brandon Li Date: Sun, 30 Aug 2026 13:46:17 -0500 Subject: [PATCH] Name the actual branch in CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The file said to work on `main`, but this repo's mainline is `master` and no `main` exists — which is how a feature branch got created instead. Co-Authored-By: Claude Opus 5 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index f55f2d8..2653581 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # Claude Instructions ## Working Directory -Always work directly on `main`. Do **not** create worktrees or feature branches unless explicitly asked. +Always work directly on `master` — this repo has no `main`. Do **not** create worktrees or feature branches unless explicitly asked. The project root is `D:\Development\market-dev\autotrader-firms\autotrader`.