mirror of
https://github.com/przeprogramowani/10x-cli.git
synced 2026-09-19 03:30:01 +08:00
3ce857259d
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>