Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 248 Bytes

File metadata and controls

6 lines (4 loc) · 248 Bytes

Agent Guidelines

Git Workflow

  1. Never use git commit --no-verify unless asked for directly by the user.
  2. Always push commits immediately after making them, even if additional commits will be made. The goal is to run CI on every commit.