fix(cli): send missing-skill warning to stderr

This commit is contained in:
mzt006
2026-07-14 23:31:59 +01:00
committed by safishamsi
parent f80e4fac35
commit 4f6106a2f1
+1 -1
View File
@@ -174,7 +174,7 @@ def _check_skill_version(skill_dst: Path) -> None:
except OSError:
return
if not skill_exists:
print(" warning: skill dir exists but SKILL.md is missing. Run 'graphify install' to repair.")
print(" warning: skill dir exists but SKILL.md is missing. Run 'graphify install' to repair.", file=sys.stderr)
return
# A progressive SKILL.md links to its references/ sidecar. If the body points
# at references/ but the dir is gone (manual delete, partial upgrade), the