From 538981562e4d85c7c9325b9ca5d599fd7039b2e2 Mon Sep 17 00:00:00 2001 From: "William L. Anderson" Date: Tue, 10 Feb 2026 10:10:14 -0600 Subject: [PATCH] use git branches for changes --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 2e66a86..8a3c9a7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -125,6 +125,8 @@ private log(message: string, ...args: unknown[]): void { 4. **Path Normalization:** Handle root folder ("/") vs empty string consistently ## Workflow Rules +- ALWAYS create a git branch before making changes +- keep commits atomic and focused ### Development Workflow