From ea4a255e7d4c37a0f446a49979fafcdad98b3eed Mon Sep 17 00:00:00 2001 From: William Chen Date: Wed, 10 Jun 2026 19:01:49 -0700 Subject: [PATCH 1/6] =?UTF-8?q?docs:=20dissolve=20Mothership=20into=20the?= =?UTF-8?q?=20docs=20=E2=80=94=20Sim=20is=20the=20agent,=20the=20surface?= =?UTF-8?q?=20is=20Chat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Mothership section was a shadow IA: four of its eight pages mirrored the topic sections one-for-one, organized by interface instead of topic. With the product retiring the brand (the built-in agent is just Sim, working in Chat), the section dissolves into the docs proper: - New Chat section, placed right after Get Started: chat/index (absorbs the command-center overview AND the research page), chat/tasks, chat/mailer. - mothership/workflows -> workflows/building-in-chat, alongside the visual builder where it belongs. - mothership/{tables,knowledge,files} fold into their topic indexes as condensed "In chat" sections — the capability lives with the topic. - Prose voice throughout: "open Chat and ask" — Sim does things, Chat is the place. The user-built-agents collision is handled head-on (chat/index points at /agents; FAQ disambiguates Chat vs a chat deployment). - Full reference sweep: homepage, introduction (10 refs), enterprise (retention/drains/access-control: "chat data"), costs voice table, workflows overview, getting-started FAQ, logs-debugging. App-facing literals deliberately kept until the app renames: the trigger enum values (mothership, copilot), drain category labels, and the @mothership.sim.ai mail domain. - /mothership/:path* 308s to each new home (workflows/tables/knowledge/files/ research/tasks/mailer all mapped individually); /copilot and /mailer chains retargeted to single hops. - constitution.md language rules updated: Sim is the agent, "Chat" capitalized for the surface, "Mothership" moves to the never-say column. Verified: all new pages render, every redirect class 308s to the right target, full-tree link sweep 0 broken. DO NOT MERGE until the app UI ships the rename — written for the future UI. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude/rules/constitution.md | 6 +- apps/docs/content/docs/en/chat/index.mdx | 91 +++++++++++++ .../docs/en/{mothership => chat}/mailer.mdx | 0 .../docs/en/{mothership => chat}/tasks.mdx | 36 +++--- apps/docs/content/docs/en/files/index.mdx | 10 ++ .../content/docs/en/getting-started/index.mdx | 2 +- apps/docs/content/docs/en/index.mdx | 2 +- .../content/docs/en/introduction/index.mdx | 18 +-- .../content/docs/en/knowledgebase/index.mdx | 10 ++ .../content/docs/en/logs-debugging/index.mdx | 2 +- apps/docs/content/docs/en/meta.json | 14 +- .../docs/content/docs/en/mothership/files.mdx | 120 ------------------ .../docs/content/docs/en/mothership/index.mdx | 73 ----------- .../content/docs/en/mothership/knowledge.mdx | 85 ------------- .../docs/content/docs/en/mothership/meta.json | 4 - .../content/docs/en/mothership/research.mdx | 44 ------- .../content/docs/en/mothership/tables.mdx | 60 --------- apps/docs/content/docs/en/platform/costs.mdx | 4 +- .../en/platform/enterprise/access-control.mdx | 16 +-- .../en/platform/enterprise/data-drains.mdx | 6 +- .../en/platform/enterprise/data-retention.mdx | 2 +- .../docs/en/platform/enterprise/index.mdx | 4 +- apps/docs/content/docs/en/tables/index.mdx | 11 ++ .../building-in-chat.mdx} | 38 +++--- apps/docs/content/docs/en/workflows/index.mdx | 4 +- apps/docs/next.config.ts | 23 +++- 26 files changed, 217 insertions(+), 468 deletions(-) create mode 100644 apps/docs/content/docs/en/chat/index.mdx rename apps/docs/content/docs/en/{mothership => chat}/mailer.mdx (100%) rename apps/docs/content/docs/en/{mothership => chat}/tasks.mdx (70%) delete mode 100644 apps/docs/content/docs/en/mothership/files.mdx delete mode 100644 apps/docs/content/docs/en/mothership/index.mdx delete mode 100644 apps/docs/content/docs/en/mothership/knowledge.mdx delete mode 100644 apps/docs/content/docs/en/mothership/meta.json delete mode 100644 apps/docs/content/docs/en/mothership/research.mdx delete mode 100644 apps/docs/content/docs/en/mothership/tables.mdx rename apps/docs/content/docs/en/{mothership/workflows.mdx => workflows/building-in-chat.mdx} (61%) diff --git a/.claude/rules/constitution.md b/.claude/rules/constitution.md index 6881c060ee8..64f9e1eea8c 100644 --- a/.claude/rules/constitution.md +++ b/.claude/rules/constitution.md @@ -23,7 +23,7 @@ Sim is the **AI workspace** where teams build and run AI agents. Not a workflow | The product | "AI workspace" | "workflow tool", "automation platform", "agent framework" | | Building | "build agents", "create agents" | "create workflows" (unless describing the workflow module specifically) | | Visual builder | "workflow builder" or "visual builder" | "canvas", "graph editor" | -| Mothership | "Mothership" (capitalized) | "chat", "AI assistant", "copilot" | +| The built-in agent | "Sim" — Sim is the agent. The surface is "Chat" (capitalized) | "Mothership", "AI assistant", "copilot" | | Deployment | "deploy", "ship" | "publish", "activate" | | Audience | "teams", "builders" | "users", "customers" (in marketing copy) | | What agents do | "automate real work" | "automate tasks", "automate workflows" | @@ -50,7 +50,7 @@ When describing Sim, always lead with the most differentiated claim: | Module | One-liner | |--------|-----------| -| **Mothership** | Your AI command center. Build and manage everything in natural language. | +| **Chat** | Open Chat and ask. Sim builds and manages everything in natural language. | | **Workflows** | The visual builder. Connect blocks, models, and integrations into agent logic. | | **Knowledge Base** | Your agents' memory. Upload docs, sync sources, build vector databases. | | **Tables** | A database, built in. Store, query, and wire structured data into agent runs. | @@ -68,4 +68,4 @@ When describing Sim, always lead with the most differentiated claim: ## Vision -Sim becomes the default environment where teams build AI agents — not a tool you visit for one task, but a workspace you live in. Workflows are one module; Mothership is another. The workspace is the constant; the interface adapts. +Sim becomes the default environment where teams build AI agents — not a tool you visit for one task, but a workspace you live in. Workflows are one module; Chat is another. The workspace is the constant; the interface adapts. diff --git a/apps/docs/content/docs/en/chat/index.mdx b/apps/docs/content/docs/en/chat/index.mdx new file mode 100644 index 00000000000..66dcf6f2ddf --- /dev/null +++ b/apps/docs/content/docs/en/chat/index.mdx @@ -0,0 +1,91 @@ +--- +title: Chat +description: Open Chat and ask. Sim builds workflows, manages data, runs research, and takes action across your workspace. +pageType: concept +--- + +import { Image } from '@/components/ui/image' +import { Video } from '@/components/ui/video' +import { FAQ } from '@/components/ui/faq' + +