# Branching This project is currently developed locally. When it becomes a Git repository, use focused branches: - `feature/` for new user-facing features. - `fix/` for bug fixes. - `docs/` for documentation-only work. - `scanner/` for capture, OCR, crop, or parser work. Keep branches small enough to review and validate quickly.