summaryrefslogtreecommitdiff
path: root/Omni/Ide/hooks/pre-commit
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-26 08:24:21 -0500
committerBen Sima <ben@bensima.com>2025-11-26 08:24:21 -0500
commitfdc00295da1e3575b28acab0a8aacfae85613f2b (patch)
tree2926675802b5c5c58b716a5025c417ea8ccc4940 /Omni/Ide/hooks/pre-commit
parent852697390bff12101f87602da16797d893d4f962 (diff)
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 <amp@ampcode.com>
Diffstat (limited to 'Omni/Ide/hooks/pre-commit')
-rwxr-xr-xOmni/Ide/hooks/pre-commit6
1 files changed, 0 insertions, 6 deletions
diff --git a/Omni/Ide/hooks/pre-commit b/Omni/Ide/hooks/pre-commit
index d096f5b..06f1716 100755
--- a/Omni/Ide/hooks/pre-commit
+++ b/Omni/Ide/hooks/pre-commit
@@ -18,10 +18,4 @@
fi
done
lint "${changed[@]}"
-
- # Task manager: Export tasks before commit
- if [ -d .tasks ]; then
- task export --flush 2>/dev/null || true
- git add .tasks/tasks.jsonl 2>/dev/null || true
- fi
##