. ├── main.go # Entry point ├── cmd/ │ ├── root.go # Root command and CLI setup with services initialization │ ├── checkout.go # Git worktree checkout commands with autocomplete │ ├── commit.go # ...