Update CLAUDE.md

This commit is contained in:
Kristian Benestad 2026-05-16 21:23:02 +07:00
parent 767b370202
commit ea039c1d78

View file

@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
## Branching convention ## 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`. - **Documentation only** (`CLAUDE.md`, `docs/`) — push directly to `main`.
## What this project is ## What this project is