Problem
The CLI and documentation advertise termchart serve, whose fallback invokes npx @ivanmkc/termchart-viewer when the viewer is not available from the monorepo. As of 2026-08-29, npm view @ivanmkc/termchart-viewer version returns 404: the package is not published.
This means serving works from a repository checkout, but the published standalone CLI cannot self-install the viewer as its help text implies.
Decision required
Choose one supported distribution model:
- Publish
@ivanmkc/termchart-viewer and add a release path that keeps it compatible with the CLI, or
- Bundle or otherwise locate the viewer with the CLI and remove the unpublished-package fallback and documentation.
Acceptance criteria
Problem
The CLI and documentation advertise
termchart serve, whose fallback invokesnpx @ivanmkc/termchart-viewerwhen the viewer is not available from the monorepo. As of 2026-08-29,npm view @ivanmkc/termchart-viewer versionreturns 404: the package is not published.This means serving works from a repository checkout, but the published standalone CLI cannot self-install the viewer as its help text implies.
Decision required
Choose one supported distribution model:
@ivanmkc/termchart-viewerand add a release path that keeps it compatible with the CLI, orAcceptance criteria