mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
- Updated the logic for auto-generating branch names to consistently use the primary branch (main/master) and avoid nested feature paths. - Removed references to currentWorktreeBranch in favor of getPrimaryWorktreeBranch for better clarity and maintainability. - Enhanced comments to clarify the purpose of branch name generation.