Conventional Commits (v1.0.0) Produce consistent commit messages that parse into changelogs and drive semantic versioning. Format Rules: header on one line, scope is always included, separate sections with blank lines. Add before for breaking changes (e.g., ). Choosing the Type User-facing changes: - : new user-visible behavior — new CLI flags, UI components, API endpoints - : corrected behavior — fixes crashes, handles edge cases, corrects output Maintenance: - : structure change without behavior change — renaming, extracting utilities - : performance improvement — faster algorithms, reduced…