From caf768e3c4110f44bab0b83bef8369e53be64cde Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 8 Aug 2026 01:21:02 -0300 Subject: [PATCH] fix(repo): untrack the _tasks self-referential symlink _tasks is a SEPARATE nested git repo (gitignored). A self-referential symlink _tasks -> its own path was tracked here; every pull materialized it over the real _tasks repo, destroying plans/specs/hands-off. Now untracked (and /_tasks in .gitignore prevents re-capture). --- _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