From 427288fb2d5f327c63e6caabc9ca6a20d8eb5b67 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 17 Jul 2026 18:14:15 +0000 Subject: [PATCH 1/3] Rename Therapy Compass display label to "Therapy" Renames the user-visible label of the therapy decision-support mode from "Therapy Compass" to "Therapy" across the surfaces where it is shown: the in-tool top header, the left sidebar entry, the browser/page title, the mode config label and its search status/aria labels, the printed patient sheet header, and the placeholder-screen copy. Internal ids, routes, file names, and the dev-only mockup are left unchanged. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01GwN5gzEEiTUoUrGmoUoakq --- src/app/therapy-compass/page.tsx | 2 +- src/components/clinical-dashboard/ClinicalSidebar.tsx | 2 +- src/components/therapy-compass/nav.tsx | 4 ++-- .../therapy-compass/screens/other-screen.tsx | 2 +- .../therapy-compass/screens/sheets-screen.tsx | 2 +- src/lib/app-modes.ts | 10 +++++----- 6 files changed, 11 insertions(+), 11 deletions(-) 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 */}