CLAUDE.md · git:20260324.3d48efe · 2026-03-24 · sha256 3f90182a91832b2d

CLAUDE.md git:20260324.3d48efeA

Immutable. This exact content is served forever at /api/v1/blob/3f90182a91832b2d.

# Project Rules

## Safety
- Do not push to main/master directly
- Do not force-push
- Do not delete files outside this project
- Do not commit .env or credential files
- Run tests before committing

## Code Style
- Follow existing conventions
- Keep functions small and focused
- Add comments only when the logic isn't obvious

## Git
- Use descriptive commit messages
- One logical change per commit
- Create feature branches for new work