From fdc00295da1e3575b28acab0a8aacfae85613f2b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 26 Nov 2025 08:24:21 -0500 Subject: Remove git-tracked task references from hooks and docs - Remove task sync from pre-commit hook - Remove task import from post-merge and post-checkout hooks - Remove merge driver config from post-checkout - Remove merge-driver command from jr - Update Task README for SQLite storage - Delete outdated WORKER_AGENT_GUIDE.md Amp-Thread-ID: https://ampcode.com/threads/T-f2358f5a-2d4a-47e7-a895-6647474d8311 Co-authored-by: Amp --- Omni/Ide/hooks/post-checkout | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Omni/Ide/hooks/post-checkout') diff --git a/Omni/Ide/hooks/post-checkout b/Omni/Ide/hooks/post-checkout index 7c8bcb9..a360517 100755 --- a/Omni/Ide/hooks/post-checkout +++ b/Omni/Ide/hooks/post-checkout @@ -15,15 +15,6 @@ 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 -fi - ## START BRANCHLESS CONFIG git branchless hook post-checkout "$@" -- cgit v1.2.3