- Pre-step: clone .common preserving sub-repo lib/projects-meta-mcp
- 1st run of /setup-interns ❌ STOP at Phase 1 (.common/ not found)
Reason: skill resolves <project-root>/.common cwd-relative;
claude was launched from C:\Windows\System32 (no cd before)
- Surface 3 gaps:
* setup-interns uses cwd-relative paths; setup-projects-meta uses
absolute ~/projects/.common (fixed by using-projects-meta-fix-paths)
* setup-projects-meta only mkdir's .common/lib/, doesn't clone the
.common repo itself — every following setup-* skill breaks
* bootstrap.ps1 must Set-Location $PROJECTS_DIR before launching claude
- Workaround: cd $PROJECTS_DIR, re-launch claude, re-run /setup-interns
- Followup task: setup-interns-fix-paths in claude-skills/.tasks/
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>