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
Init box layout: Fixed text overflow where long lines broke the right border. Wrapped "as the entry point." to a new line and widened box (47→50 chars)
Dashboard rendering: Added id3-cli dashboard CLI command for consistent, programmatic dashboard output. The /id3-start skill now uses this command instead of AI-rendered box art, eliminating rendering inconsistencies
What changed
src/utils/ascii.ts — box default width 47→50
src/init.ts — text wrapping for long line
src/dashboard.ts — new programmatic dashboard renderer
bin/cli.ts — added dashboard command
skills-global/id3-start/SKILL.md — uses id3-cli dashboard in Step 3