mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-13 10:57:13 +00:00
e02c7cc60c
The python3 -c "..." approach still failed on Windows Conda (no python3 shim) and PowerShell (JSON curly brace/quote parsing). Replace the inline command with 'graphify hook-check' — a new shell-agnostic subcommand that prints the hookSpecificOutput JSON if graph.json exists and exits 0 silently if not. Works on PowerShell, cmd.exe, macOS, and Linux with no quoting or interpreter-name issues. Users must re-run 'graphify codex install' to regenerate the hook. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>