Commit b6c23c7
fix(project create): don't stream the per-project skill install's clack UI (#52)
insta project create shells npx skills add for the stack skills (insta,
neon-postgres, tigris, better-auth) with stdio='inherit' — dumping the same
clone-spinner/banner noise we already removed from insta setup agent. Run it
silent instead; the per-skill ✓/failed line is the clean output and still
appears as each skill finishes (live progress). Also stops the child inheriting
a piped stdin.
Before: 'installing … via npx skills add …' + spinner spam per skill
After:
installing related agent skills (insta, neon-postgres, tigris, better-auth) …
insta ✓
neon-postgres ✓
tigris ✓
better-auth ✓
77/77 green.
Claude-Session: https://claude.ai/code/session_01GMbAe5K1RfwaAcge5inX7P
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent c0bcd5f commit b6c23c7
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
0 commit comments