pub fn classify_intent(subject: &str) -> CommitIntentKindExpand description
Classify a commit subject line into an intent kind.
Uses a two-stage pipeline:
- Conventional Commits: Parse
type(scope)!: descriptionprefix - Keyword heuristic: Match known keywords in the subject