Chrome Manager — Claude Instructions Git workflow Never commit directly to main. At the start of each session, create a feature branch: git checkout -b feat/<short-description>. Commit work to that branch, then open a PR against main when done.