Skip to content

v1.0.1

Latest

Choose a tag to compare

@bruce-jsh bruce-jsh released this 07 Apr 07:31

v1.0.1 — Patch

Fixes

  • 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