[axm.hooks]
git:await-merge = axm_git.hooks.await_merge:AwaitMergeHook
git:branch-delete = axm_git.hooks.branch_delete:BranchDeleteHook
git:commit-phase = axm_git.hooks.commit_phase:CommitPhaseHook
git:create-branch = axm_git.hooks.create_branch:CreateBranchHook
git:create-pr = axm_git.hooks.create_pr:CreatePRHook
git:merge-squash = axm_git.hooks.merge_squash:MergeSquashHook
git:preflight = axm_git.hooks.preflight:PreflightHook
git:pull-main = axm_git.hooks.pull:PullHook
git:push = axm_git.hooks.push:PushHook
git:worktree-add = axm_git.hooks.worktree_add:WorktreeAddHook
git:worktree-remove = axm_git.hooks.worktree_remove:WorktreeRemoveHook

[axm.tools]
git_branch = axm_git.tools.branch:GitBranchTool
git_commit = axm_git.tools.commit:GitCommitTool
git_pr = axm_git.tools.pr:GitPRTool
git_preflight = axm_git.tools.commit_preflight:GitPreflightTool
git_push = axm_git.tools.push:GitPushTool
git_tag = axm_git.tools.tag:GitTagTool
git_worktree = axm_git.tools.worktree:GitWorktreeTool
