diff --git a/docs/site-map.md b/docs/site-map.md index 8497dc327..8ad544b16 100644 --- a/docs/site-map.md +++ b/docs/site-map.md @@ -46,7 +46,7 @@ This file is generated by `npm run sitemap:update`. Run `npm run sitemap:check` - `/formulation` - Formulation mode. Search kind: `formulation`. Query example: `/formulation?q=I+keep+going+over+it&focus=1&run=1`. - `/?mode=prescribing` - Medication mode. Search kind: `documents`. Query example: `/?mode=prescribing&q=acamprosate+renal+dose&focus=1&run=1`. - `/?mode=tools` - Tools mode. Search kind: `tools`. Query example: `/?mode=tools&q=medications&focus=1&run=1`. -- `/therapy-compass` - Therapy Compass mode. Search kind: `tools`. Query example: `/therapy-compass?q=behavioural+activation&focus=1&run=1`. +- `/therapy-compass` - Therapy mode. Search kind: `tools`. Query example: `/therapy-compass?q=behavioural+activation&focus=1&run=1`. ## Mode page index diff --git a/src/app/therapy-compass/page.tsx b/src/app/therapy-compass/page.tsx index 45e31b924..360c4e753 100644 --- a/src/app/therapy-compass/page.tsx +++ b/src/app/therapy-compass/page.tsx @@ -3,7 +3,7 @@ import type { Metadata } from "next"; import { TherapyCompassPage } from "@/components/therapy-compass"; export const metadata: Metadata = { - title: "Therapy Compass - Clinical KB", + title: "Therapy - Clinical KB", description: "Source-grounded therapy decision support: search, compare, recommend, pathways, brief interventions and patient sheets.", }; diff --git a/src/components/clinical-dashboard/ClinicalSidebar.tsx b/src/components/clinical-dashboard/ClinicalSidebar.tsx index 98118eff0..8c2ad598a 100644 --- a/src/components/clinical-dashboard/ClinicalSidebar.tsx +++ b/src/components/clinical-dashboard/ClinicalSidebar.tsx @@ -82,7 +82,7 @@ const sidebarToolItems = [ { id: "formulation", label: "Formulation", icon: Network, href: "/formulation" }, { id: "prescribing", label: "Medication", icon: Pill, href: "/?mode=prescribing" }, { id: "tools", label: "Tools", icon: Wrench, href: "/?mode=tools" }, - { id: "therapy-compass", label: "Therapy Compass", icon: appModeIcons["therapy-compass"], href: "/therapy-compass" }, + { id: "therapy-compass", label: "Therapy", icon: appModeIcons["therapy-compass"], href: "/therapy-compass" }, ] as const; // Drop any tool whose id is a dev-only app mode from the production nav. Non-mode diff --git a/src/components/therapy-compass/nav.tsx b/src/components/therapy-compass/nav.tsx index e8ddc1379..c5161d859 100644 --- a/src/components/therapy-compass/nav.tsx +++ b/src/components/therapy-compass/nav.tsx @@ -38,7 +38,7 @@ export function TherapyCompassNav() { - Therapy Compass + Therapy Source-grounded decision support @@ -47,7 +47,7 @@ export function TherapyCompassNav() { {/* Screen nav — horizontal, scrollable */} diff --git a/src/components/therapy-compass/screens/other-screen.tsx b/src/components/therapy-compass/screens/other-screen.tsx index fb4864801..9c48bf664 100644 --- a/src/components/therapy-compass/screens/other-screen.tsx +++ b/src/components/therapy-compass/screens/other-screen.tsx @@ -30,8 +30,8 @@ export function OtherScreen() { {b.otherLabel} - This surface uses the same Therapy Compass shell. Pick a tool from the top navigation to keep exploring the - clinical workspace. + This surface uses the same Therapy shell. Pick a tool from the top navigation to keep exploring the clinical + workspace. diff --git a/src/components/therapy-compass/screens/sheets-screen.tsx b/src/components/therapy-compass/screens/sheets-screen.tsx index 1aacb0ab5..35ca9502d 100644 --- a/src/components/therapy-compass/screens/sheets-screen.tsx +++ b/src/components/therapy-compass/screens/sheets-screen.tsx @@ -170,7 +170,7 @@ export function SheetsScreen() { - Therapy Compass · Patient information + Therapy · Patient information Prepared for you diff --git a/src/lib/app-modes.ts b/src/lib/app-modes.ts index 8291a2340..dc7ee13fc 100644 --- a/src/lib/app-modes.ts +++ b/src/lib/app-modes.ts @@ -310,7 +310,7 @@ export const appModeDefinitions = [ }, { id: "therapy-compass", - label: "Therapy Compass", + label: "Therapy", description: "Source-grounded therapy decision support", href: "/therapy-compass", // Held out of production discovery until the re-curated therapy pathways @@ -325,15 +325,15 @@ export const appModeDefinitions = [ kind: "tools", placeholder: "Search therapies, symptoms, or skills...", inputAriaLabel: "Search therapies by problem, symptom, skill, or population", - submitIdleLabel: "Compass", - submitBusyLabel: "Compass", - submitAriaLabel: "Open Therapy Compass", + submitIdleLabel: "Therapy", + submitBusyLabel: "Therapy", + submitAriaLabel: "Open Therapy", emptyTitle: "Browse the therapy library", readyTitle: "Search source-grounded therapies", progressLabel: "Loading the therapy library.", resultKind: "tools", resultHeading: "Therapies", - statusLabel: "Compass", + statusLabel: "Therapy", nextStep: "Open a therapy record", badgeLabel: null, },
- This surface uses the same Therapy Compass shell. Pick a tool from the top navigation to keep exploring the - clinical workspace. + This surface uses the same Therapy shell. Pick a tool from the top navigation to keep exploring the clinical + workspace.