Three fixes for Windows CI failures: 1. Remove single quotes from git branch --list glob patterns. On Windows, cmd.exe passes single quotes literally to git, preventing glob expansion. Affects shouldUseWorktreeIsolation() and stale branch detection. 2. Extend listWorktrees() branch-name fallback to cover milestone/* branches, not just worktree/* branches. On Windows, path normalization can prevent path-based worktree matching; the branch-name fallback is the safety net. 3. Use path.sep instead of hardcoded "/" in CWD prefix checks (doctor.ts orphan fix guard, worktree-manager.ts removeWorktree guard). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| resources | ||
| tests | ||
| app-paths.ts | ||
| bundled-extension-paths.ts | ||
| cli.ts | ||
| loader.ts | ||
| logo.ts | ||
| onboarding.ts | ||
| pi-migration.ts | ||
| resource-loader.ts | ||
| tool-bootstrap.ts | ||
| update-check.ts | ||
| update-cmd.ts | ||
| wizard.ts | ||