- 2nd /setup-interns run (after cd $PROJECTS_DIR + restart) succeeded
- /mcp confirms interns √ connected · 2 tools
(bulk_text_read + transcript_distill; repo_read pending common impl)
- Phases 7/8 cut by usage limit but no actual work remained:
JSON valid, /mcp clean post-restart
- 1 new gap: skill writes .gitignore at <project-root> even when
it's not a git repo (~/projects/ here) — file inert, no leak
(.common/.gitignore covers secrets/). Track as small skill bug.
- Resume table: 11c-2 ✅, 11c-3..5 wait for limit reset 19:20 MSK
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- 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>
- Mark step 11b ✅: superpowers + context7 installed via /plugin install
- Gap: /plugin marketplace add claude-plugins-official is NOT needed
(marketplace pre-registered per github.com/anthropics/claude-plugins-official)
- Gap: $PROJECTS_DIR (PS session var) does not survive shell restart;
bootstrap.ps1 should re-read projects_dir from ~/.config/factory/home.toml
in every new session (home.toml is already SoT)
- Update Resume table: 11b ✅, 11c starting
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Captures the full step-by-step output of bootstrapping a fresh Win11
laptop through the factory L0a + L0b layers up to claude-skills
install. Includes a Resume Point section listing what's done, what's
in flight (11b — plugins), and what's next (11c — setup-* skills).
Gap list (the harvest of this field-test) accumulates in the same
file under 'Gaps / questions surfaced during field-test'.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>