docs(landing): replace 'chat rooms' with 'command-first rooms' in feature descriptions
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions

This commit is contained in:
ZhenYi 2026-04-16 19:02:26 +08:00
parent 84f2604106
commit c9f4e2dbe7
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ const SOLUTIONS = [
icon: Network, icon: Network,
title: 'Collaborative Rooms', title: 'Collaborative Rooms',
href: '/solutions/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, badge: null,
}, },
{ {

View File

@ -10,7 +10,7 @@ const FEATURES = [
{ {
icon: Network, icon: Network,
title: 'Collaborative Rooms', 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, icon: Bot,