Files
“mkczarkowski” 3ce857259d feat(skill-directory-bundle): CLI print-mode multi-file notice (p5)
In --print human mode, a skill's SKILL.md still goes to stdout, but every
non-SKILL.md file under the skill directory is now surfaced on stderr as a
"Note: skill X has N additional files not shown in --print: ..." line so
students don't assume the print output is the entire skill. JSON mode is
unchanged (the full files[] array is already in the response).

Touched:
- src/commands/get.ts: emitMultiFileSkillNotice() called from both single-
  artifact (--name) and multi-skill (no --name) print paths.
- tests/print-mode.test.ts: 4 new cases covering single-file no-notice,
  multi-file notice content, JSON-mode silence, and per-skill iteration
  in the no-name flow.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 09:24:14 +02:00
..