From 1093c9c9f21bf70b9a2b5ed856378c59e4923c31 Mon Sep 17 00:00:00 2001 From: mzt006 Date: Tue, 14 Jul 2026 19:51:56 +0500 Subject: [PATCH] fix(cli): send missing-skill warning to stderr --- graphify/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphify/__main__.py b/graphify/__main__.py index 82e422e0d..c5151b8e3 100644 --- a/graphify/__main__.py +++ b/graphify/__main__.py @@ -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