Git Workflow

This project uses a GitHub Flow / trunk-based workflow with main as the stable branch.

Branch types

Rules

Experiment branches

Use experiment/* for exploratory work that may be discarded or redesigned after review. Promote useful outcomes into standard branches with clear scope.


Source: docs/git-workflow.md — edits land here on the next deploy.