fix: remove global worktree path fallback (#1476)

This commit is contained in:
Drew Ritter
2026-05-12 10:24:45 -07:00
committed by GitHub
parent 491df7360c
commit 3dfb376268
8 changed files with 117 additions and 66 deletions

View File

@@ -25,7 +25,7 @@ fi
# Parse command line arguments
VERBOSE=false
SPECIFIC_TEST=""
TIMEOUT=300 # Default 5 minute timeout per test
TIMEOUT=600 # Default 10 minute timeout per test
RUN_INTEGRATION=false
while [[ $# -gt 0 ]]; do
@@ -73,6 +73,7 @@ done
# List of skill tests to run (fast unit tests)
tests=(
"test-worktree-path-policy.sh"
"test-subagent-driven-development.sh"
)