From 93008f3bdb239feee4310fdf29128fb18bff56c7 Mon Sep 17 00:00:00 2001 From: backryun Date: Wed, 12 Aug 2026 10:43:10 -0300 Subject: [PATCH] chore(repo): re-untrack the _tasks self-referential symlink MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `caf768e3c4` untracked it; the DeepAI merge (44069c5f54, #9443) re-added it. It is an absolute symlink pointing at one machine's checkout, and AGENTS.md keeps `_tasks/` out of the main repo entirely. While tracked, `check-tracked-artifacts.mjs` fails on pre-commit, so no commit can be made on this branch at all — this restores the precedent fix purely to unblock committing, and is unrelated to the Docker change that follows. --- _tasks | 1 - 1 file changed, 1 deletion(-) delete mode 120000 _tasks diff --git a/_tasks b/_tasks deleted file mode 120000 index c17ee3177f..0000000000 --- a/_tasks +++ /dev/null @@ -1 +0,0 @@ -/home/diegosouzapw/dev/proxys/OmniRoute/_tasks \ No newline at end of file