Changelog
2026-04-19v0.1.2— Zero Deps
- Fixed:
npx kandown initwas hanging because npm had to install 11 runtime dependencies (React, Three.js, Ink, etc.) before running the CLI. All dependencies are now bundled into the CLI binary — the published package has zero runtime deps. - Moved all dependencies to devDependencies — the web app and TUI are fully pre-built.
- Added auto-bump rule to AGENTS.md for critical bug fixes.