You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: strip wrapper command line from stackql output before jq parsing
The wrapper prints the binary path + args as the first line of output,
which is not JSON. grep -E '^\s*[\[{]' keeps only lines that are actual
JSON, discarding both that command line and any leftover blank lines.
https://claude.ai/code/session_01Y8NseCm28GqE8nQ1Yvg5aa
0 commit comments