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"