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