← Back to wkappbot-workflow
wkappbot-workflow
★★★
Git Commit Conventions
Commit message rules for this repo. English only -- Korean wastes 2-3x tokens in git history.
developer
workflowgitcommitconventiondeveloperproject
Steps
- Language: English only -- no Korean in commi...
- Format: '<type>: <what changed and why>' --...
- Types: feat / fix / refactor / test / docs /...
- feat = new user-visible capability
- fix = bug fix (describe symptom, not file na...
- refactor = restructuring with no behavior ch...
- test = test additions or corrections
- docs = documentation only (CLAUDE.md, README...
- bump = version bump (always 3 files: Assembl...
- chore = build/tooling/CI, no production code...
- Body: bullet points for non-obvious details...
- - Use '- ' bullets, not numbered lists
- - Explain WHY, not WHAT (the diff already sh...
- - Max 5 bullets; if more needed, consider sp...
- NO file listings -- never list changed files...
- Bad: 'fix: TeeTextWriter.cs, Program.cs, Eye...
- Good: 'fix: --sudo no longer spawns a visibl...
- Co-Authored-By line: always append 'Co-Autho...
- Examples:
- feat: multi-browser CDP port scan auto-route...
- fix: elevated Eye proxy drops OperationCance...
- fix: webbot window position wrong when sandb...
- refactor: split TeeTextWriter error record i...
- bump: v5.11 -> v5.12 (WebBot multi-port scan...
- chore: add git commit conventions skill