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