v0.0.5
Developer Experience & Polish
Testing infrastructure, bundle optimization, and UX improvements across the board.
What's new
- 65% smaller JS bundle — reduced from 2,587 KB to 895 KB by removing unused editor features (code block highlighting, content type picker, unused slash commands)
- Auto-save indicator — replaced Save buttons with a subtle saving/saved indicator that prevents layout shift
- Disconnected page — the board now shows a friendly disconnected state when the CLI server stops, instead of silently failing
- Notes button while editing — the notes icon is now accessible even while editing a task name
pnpm run devcommand — full dev environment with Vite HMR + CLI auto-restart using a single command- Testing infrastructure — Vitest setup with 117 tests covering the reducer, serialization, CLI commands, drag helpers, and utilities
- CI pipeline — GitHub Actions workflow running lint, type-check, and tests on every push/PR
Also in this release
- Added release skill for automated publishing workflow
- Added testing skill for writing unit tests
Full diff: v0.0.4...v0.0.5