From c9f4e2dbe75c7af2ad93709740d6bc307d9906c4 Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Thu, 16 Apr 2026 19:02:26 +0800 Subject: [PATCH] docs(landing): replace 'chat rooms' with 'command-first rooms' in feature descriptions --- src/app/solutions/page.tsx | 2 +- src/components/landing/landing-sections.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/solutions/page.tsx b/src/app/solutions/page.tsx index 34727e8..35fe80b 100644 --- a/src/app/solutions/page.tsx +++ b/src/app/solutions/page.tsx @@ -28,7 +28,7 @@ const SOLUTIONS = [ icon: Network, title: 'Collaborative Rooms', href: '/solutions/rooms', - desc: 'Real-time chat rooms where humans and AI agents work together. Persistent context, thread replies, and shared command history.', + desc: 'Command-first rooms where humans and AI agents execute engineering tasks together. Persistent context, command audit trail, and shared command history.', badge: null, }, { diff --git a/src/components/landing/landing-sections.tsx b/src/components/landing/landing-sections.tsx index c7bb161..f330285 100644 --- a/src/components/landing/landing-sections.tsx +++ b/src/components/landing/landing-sections.tsx @@ -10,7 +10,7 @@ const FEATURES = [ { icon: Network, title: 'Collaborative Rooms', - description: 'Real-time rooms where humans and AI agents work together. Issue commands, review results, and build consensus — all in one thread.', + description: 'Command-first rooms where humans and AI agents work together via shared command streams. Issue commands, review results, and build consensus — all in one thread.', }, { icon: Bot,