diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-22 16:12:33 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-22 16:12:33 -0500 |
| commit | a1a4d4d8013487ea9ae48e8b4fef10097fa76a4d (patch) | |
| tree | 1972168b5a963650318993708e9f0c3f778fdf04 /Omni/Ide/hooks/post-checkout | |
| parent | 6f4b2c97a24967508f3970b46999052fd1f44e67 (diff) | |
feat: implement t-1o2bxcq7999.1
Diffstat (limited to 'Omni/Ide/hooks/post-checkout')
| -rwxr-xr-x | Omni/Ide/hooks/post-checkout | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Omni/Ide/hooks/post-checkout b/Omni/Ide/hooks/post-checkout index 3fe14b5..7c8bcb9 100755 --- a/Omni/Ide/hooks/post-checkout +++ b/Omni/Ide/hooks/post-checkout @@ -15,6 +15,10 @@ then MakeTags "${changed[@]}" fi +# Configure git merge driver for tasks +git config merge.agent.name "Agent Merge Driver" || true +git config merge.agent.driver "agent merge-driver %A %B" || true + # Task manager: Import tasks after branch switch if [ -f .tasks/tasks.jsonl ]; then task import -i .tasks/tasks.jsonl 2>/dev/null || true |
