From 64a683cce0ae72049525b16e1f681f5b4f7493a6 Mon Sep 17 00:00:00 2001 From: Tom Softreck Date: Wed, 26 Aug 2026 18:27:14 +0200 Subject: [PATCH] chore: exclude linked worktrees from prefact --- git2mcp/project.sh | 4 ++-- project.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/git2mcp/project.sh b/git2mcp/project.sh index 07a1f04..fade454 100755 --- a/git2mcp/project.sh +++ b/git2mcp/project.sh @@ -30,7 +30,7 @@ $VENV/bin/redup scan . --format toon --output ./project #$VENV/bin/vallm batch ./src --recursive --semantic --model qwen2.5-coder:7b #$VENV/bin/vallm batch --parallel . #$VENV/bin/vallm batch . --recursive --format toon --output ./project -$VENV/bin/prefact -a -e "examples/**" +$VENV/bin/prefact -a -e "examples/**" -e ".worktrees/**" $PIP install doql --upgrade --quiet @@ -44,4 +44,4 @@ tree.sh pip install -U goal $PIP install goal --upgrade --quiet -$VENV/bin/goal -a \ No newline at end of file +$VENV/bin/goal -a diff --git a/project.sh b/project.sh index 50ddfbf..9926379 100755 --- a/project.sh +++ b/project.sh @@ -30,7 +30,7 @@ $VENV/bin/redup scan . --format toon --output ./project #$VENV/bin/vallm batch ./src --recursive --semantic --model qwen2.5-coder:7b #$VENV/bin/vallm batch --parallel . #$VENV/bin/vallm batch . --recursive --format toon --output ./project -$VENV/bin/prefact -a -e "examples/**" +$VENV/bin/prefact -a -e "examples/**" -e ".worktrees/**" $PIP install doql --upgrade --quiet @@ -44,4 +44,4 @@ tree.sh pip install -U goal $PIP install goal --upgrade --quiet -$VENV/bin/goal -a \ No newline at end of file +$VENV/bin/goal -a