From e25a89528b8d0bd0b3c42e1d6ce315429d04a96a Mon Sep 17 00:00:00 2001 From: Yunfei He Date: Sat, 20 Jun 2026 13:43:43 +0800 Subject: [PATCH] docs(readme): align the homepage status banner with the public-beta message (#208) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The top-level README carried a terser "Status" banner, while packages/runtime/README.md had the fuller "Public beta" banner that actually conveys the call to action — seeking public feedback to lock the @vue-tui/runtime API down before 1.0. Bring the homepage in sync so both read identically. Co-authored-by: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e70a20a..d35a8b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # vue-tui -> **Status** — the runtime API is stabilizing; the CLI and dev toolkit are still experimental and may change. Bug reports welcome. +> **Public beta** — the `@vue-tui/runtime` API is stabilizing, and we're now seeking public feedback to lock it down before 1.0. The CLI and dev tooling remain experimental and may change. Feedback and bug reports are very welcome. The Vue framework for terminal UIs. Build with components, develop with HMR, test with confidence.