mirror of
https://github.com/safishamsi/graphify.git
synced 2026-09-23 05:55:54 +00:00
fix(cli): send missing-skill warning to stderr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user