using-interns: overview table 2→3 interns, routing hints for repo_read vs bulk_text_read, tool quick reference row. setup-interns: Phase 0 adds node --version check + optional repomix pre-warm. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
# interns-repo-read-skill-updates
|
|
|
|
## Goal
|
|
Add `repo_read` intern routing to `using-interns/SKILL.md` and Node.js + repomix pre-warm checks to `setup-interns/SKILL.md`, per the design at `.wiki/concepts/interns-repo-read-design.md`. Both bumps are MINOR (0.1.0 → 0.2.0).
|
|
|
|
## Key files
|
|
- `skills/using-interns/SKILL.md` — routing section, overview table, tool quick reference
|
|
- `skills/setup-interns/SKILL.md` — Phase 0 environment sanity (add Node check + repomix pre-warm)
|
|
- `.wiki/concepts/interns-repo-read-design.md` — design doc (reference only)
|
|
|
|
## Decisions log
|
|
- 2026-05-05: Task created from STATUS.md ⚪ entry. Design approved in .meeting-room. Skill edits can ship in parallel with backend impl (`common#interns-repo-read-impl`); end-to-end test blocked until backend lands.
|
|
|
|
## Open questions
|
|
- [ ] none — design is approved
|
|
|
|
## Completed steps
|
|
- [x] Read design doc and both SKILL.md files
|
|
- [x] Edit `using-interns/SKILL.md`: added repo_read to Overview table, Routing hints, Tool quick reference; bumped 0.1.0→0.2.0
|
|
- [x] Edit `setup-interns/SKILL.md`: added Node-in-PATH check + repomix pre-warm to Phase 0; bumped 0.1.0→0.2.0
|
|
- [x] Build all .skill archives (`scripts/build.ps1`)
|
|
- [x] Install to `~/.claude/skills/` (`scripts/install.sh`)
|
|
- [x] Verify versions 0.2.0 and content on disk
|
|
|
|
## Notes
|
|
- Backend impl (`interns_mcp/interns/repo_read.py`) is a separate task in `.common/lib/interns-mcp/`, not in this repo. Skill edits are parallel-safe. |