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: insta project create name is optional — recommended one-liner is paste-run (#34)
The console's empty-state onboarding recommended
'curl … | sh && insta project create <app-name>', but the <app-name>
placeholder is unrunnable: zsh reads <…> as redirection → 'parse error
near \n'. The RECOMMENDED command couldn't be pasted. Name is now
optional: explicit arg wins; else prompt with the cwd dir-name default
(TTY); else use the dir name (non-TTY/CI). So 'insta project create'
runs clean. TDD: slugify + resolver, 4 cases.
Claude-Session: https://claude.ai/code/session_01GMbAe5K1RfwaAcge5inX7P
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments