From 81f8066f999744a5ef00e82b028010c731f056e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Sat, 2 May 2026 20:02:59 +0100 Subject: [PATCH] docs(roadmap): mark v1.7.0 CLI parity shipped Adds the terminal verbs (topic tail / member list / notification list) explicitly to v1.7.0 so the demo cut summary matches what's on npm. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/roadmap.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 5317ed8..0e77d3d 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -140,10 +140,11 @@ production-grade before any new architectural work. --- -## v1.7.0 — *the demo cut* +## v1.7.0 — *the demo cut* — *shipped* The release that turns claudemesh into a thing you can record and -show to non-technical audiences. +show to non-technical audiences. CLI v1.7.0 published to npm +2026-05-02 with terminal parity for the new server features. - **Member sidebar in the chat panel** — names, online dots, presence summaries (free with SSE). `GET /v1/members` lists @@ -157,10 +158,15 @@ show to non-technical audiences. on the universe page lists every `@` reference across all your meshes (last 7 days). `GET /v1/notifications` mirrors for api-key clients. *Shipped 2026-05-02.* -- **First public blog post + recorded demo** — "claudemesh in 90 - seconds" video -- **Marketing site refresh** — screenshots from the real-time UI, - remove v0.2.0 stamps +- **CLI parity for the demo** — `claudemesh topic tail` (live SSE + consumer in the terminal), `claudemesh member list`, and + `claudemesh notification list`. Each auto-mints + revokes a + 5-minute apikey. *Shipped in CLI v1.7.0, 2026-05-02.* +- **First public blog post + recorded demo** — blog post shipped + 2026-05-02 (`/blog/agents-and-humans-same-chat`); recorded video + pending a screen-capture session. +- **Marketing site refresh** — timeline `next` block updated. + Screenshots pending a Chrome session. ---