From ea039c1d7860b474fae54b91fc6894bc8fe91eae Mon Sep 17 00:00:00 2001 From: kbenestad Date: Sat, 16 May 2026 21:23:02 +0700 Subject: [PATCH] Update CLAUDE.md --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index ccc509d..97caec9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Branching convention -- **Code changes** (`mdcms.py`, `pyproject.toml`, `app/`, `.github/`) — use branch `mdcms_cli` (create from `main` if it doesn't exist), PR to `main`. +- **Code changes** (`mdcms.py`, `pyproject.toml`, `app/`, `.github/`) — use branch `mdcms_claude` (create from `main` if it doesn't exist), PR to `main`. - **Documentation only** (`CLAUDE.md`, `docs/`) — push directly to `main`. ## What this project is