Functionsยง
- cap_
details - Cap detail points by token budget instead of hard count Keeps high-priority details until budget exhausted
- format_
commit_ message - Format
ConventionalCommitas a single string for display and commit - normalize_
summary_ verb - Convert present-tense verbs to past-tense and handle type-specific
replacements. Uses the shared
crate::validation::PAST_TENSE_MAPso normalization and validation stay in sync. - normalize_
unicode - Normalize Unicode characters to ASCII (remove AI-style formatting) Normalize Unicode characters to ASCII (remove AI-style formatting)
- post_
process_ commit_ message - Post-process conventional commit message to fix common issues