Skip to content

Commit 769bb78

Browse files
committed
Update CLAUDE.md
1 parent 942689e commit 769bb78

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CLAUDE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This file contains conventions that Claude should follow when working on this project.
44

5-
- **Formatting:** Always format Python code with `ruff`.
65
- **Dependency Management:** Use `uv` for all Python dependency management.
7-
- **Committing:** Always double-check with the user before committing changes to git.
6+
- **Python Environment:** You are in the uv `.venv` Python environment. All dependency code can be found in `.venv/`.
7+
- **Formatting:** Always format Python code with `ruff`.
8+
- **Committing:**
9+
- NEVER commit anything to git unless explicitly asked to do so.
10+
- Always double-check with the user before committing changes to git.
11+
- This project follows semantic release - commit messages MUST follow Conventional Commits format.
12+
- Examples: `feat:`, `fix:`, `docs:`, `style:`, `refactor:`, `perf:`, `test:`, `chore:`
13+
- BREAKING CHANGES: Adding `BREAKING CHANGE:` in the commit footer triggers a major release. This is very uncommon - NEVER do this unless explicitly told to do so.

0 commit comments

Comments
 (0)