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: replace literal newlines with \n escapes in bin/cli.js, bump 1.0.3
Single-quoted strings with literal newlines are invalid JS — caused
SyntaxError on npx run. Fixed all console.log calls to use \n.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments