feat(interns): add repo_read routing to using-interns + Node/repomix checks to setup-interns [v0.2.0]

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>
This commit is contained in:
2026-05-06 07:02:42 +03:00
parent daf33391c0
commit 81af7825b6
6 changed files with 42 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
# Task Board
_Updated: 2026-05-05 (active-platform-eval paused — design done, awaiting eval-set authorship decision)_
_Updated: 2026-05-05 (interns-repo-read-skill-updates done — both skills 0.2.0)_
<!--
Canonical layout. One block per task. Per-task deep context lives in
@@ -96,11 +96,11 @@ _Updated: 2026-05-05 (active-platform-eval paused — design done, awaiting eval
---
## [interns-repo-read-skill-updates] — Skill-side updates for the `repo_read` intern (design at claude-skills/.wiki/concepts/interns-repo-read-design.md). Two coordinated edits: (1) `using-interns/SKILL.md` routing section — add hints on when to use `repo_read` vs `bulk_text_read`, MINOR bump; (2) `setup-interns/SKILL.md` — add Node-in-PATH check + optional `npx repomix@latest --version` pre-warm step, MINOR bump. Blocked by `common#interns-repo-read-impl` only for end-to-end test; skill edits themselves can ship in parallel.
## 🟢 [interns-repo-read-skill-updates] — Skill-side updates for the `repo_read` intern (design at claude-skills/.wiki/concepts/interns-repo-read-design.md). Two coordinated edits: (1) `using-interns/SKILL.md` routing section — add hints on when to use `repo_read` vs `bulk_text_read`, MINOR bump; (2) `setup-interns/SKILL.md` — add Node-in-PATH check + optional `npx repomix@latest --version` pre-warm step, MINOR bump. Blocked by `common#interns-repo-read-impl` only for end-to-end test; skill edits themselves can ship in parallel.
**Status:** ready
**Where I stopped:** (not started)
**Next action:** Edit `using-interns/SKILL.md` Routing section per design; bump version. Edit `setup-interns/SKILL.md` add Node-check; bump version.
**Status:** done
**Where I stopped:** both skills edited (0.1.0→0.2.0), rebuilt + installed, versions verified on disk
**Next action:** (none — kept until merged)
**Branch:** n/a
<!-- created-by: OpeItcLoc03@DESKTOP-NSEF0UK / from: .meeting-room / 2026-05-05T20:05:05.877Z -->

View File

@@ -0,0 +1,26 @@
# 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.