Files
factory/L0
vitya 51ca747af0 L0 11c-2: setup-interns blocked + 3 new gaps
- 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>
2026-05-06 15:26:41 +03:00
..