From ec08475832ef523ab293dcea2caa0c8d5651ae7a Mon Sep 17 00:00:00 2001 From: Ivan Cheung Date: Thu, 11 Jun 2026 19:25:30 +0000 Subject: [PATCH] chore: refresh package descriptions to the canvas-first tagline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The GitHub About + these package descriptions still framed termchart as a "deterministic Mermaid→ASCII renderer for terminals", which undersells it — the README headline and the plugin/marketplace descriptions already lead with the live-canvas story. Update the root + CLI `description` fields to match (the CLI keeps the Mermaid→ASCII terminal rendering as an accurate secondary clause). (The GitHub repo About was updated separately via `gh repo edit`. The CLI description reaches npm only on the next user-gated publish.) --- package.json | 2 +- packages/cli/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cd00b9f..84b2e9c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "termchart-monorepo", "private": true, - "description": "termchart: deterministic Mermaid → ASCII/Unicode for terminals — CLI + Claude Code plugin.", + "description": "termchart — a live canvas your AI draws on: push native diagrams, charts & dashboards to a browser/iPad in real time. CLI + Claude Code plugin.", "workspaces": [ "packages/*" ], diff --git a/packages/cli/package.json b/packages/cli/package.json index 48e2c3d..9d5ac0f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@ivanmkc/termchart", "version": "0.5.0", - "description": "Deterministic Mermaid → ASCII/Unicode for terminals, plus push diagrams and live status updates (toasts/progress/loaders) to the remote termchart viewer.", + "description": "Push native diagrams, charts, dashboards & live status to the termchart viewer (browser/iPad) in real time — the CLI for the live canvas your AI draws on; also renders deterministic Mermaid → ASCII/Unicode in the terminal.", "type": "module", "bin": { "termchart": "dist/cli.js"