Git Commit Workflow
Overview
Sequential git commit workflow that preserves user-prepared staged changes for the current round, safely screens files before staging, groups the rest into logical commits, generates Chinese Conventional Commit messages, and loops until the working tree is clean unless the user explicitly asks to stop.
Core principle: If files are already staged, the current staged set is the commit unit for this round. If git status still shows any remaining changes af
[Description truncada. Veja o README completo no GitHub.]