Merge Detection

Automatic merge commit message generation.

Hunknote automatically detects merge states.

Detected States

StateDetectionBehavior
Merge in progress.git/MERGE_HEAD existsType: merge
Conflict resolutionMERGE_HEAD + resolved conflictsType: merge
Normal commitNo MERGE_HEADNormal type selection

Merge Message Format

merge(auth): Merge branch feature-auth into main

Integrate the feature-auth branch which adds user
authentication with JWT tokens.

Changes:
- Add login and logout endpoints
- Implement JWT token validation