Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 266 Bytes

File metadata and controls

7 lines (5 loc) · 266 Bytes

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.