From 548cfbdc413ea38145e3ed5ecdd99cf4cb8fd1fd Mon Sep 17 00:00:00 2001 From: Nexus Dev Date: Sat, 11 Apr 2026 16:05:10 +0000 Subject: [PATCH] refactor(nexus): vocabulary sweep company -> workspace (phase 16b) Replace user-visible "company" display strings with "workspace" in the workspace rail, agent detail, and workspace settings page. Code identifiers, API paths, and types remain on the upstream "company" vocabulary per PROJECT.md sync constraint. Co-Authored-By: Claude Opus 4.6 (1M context) --- ui/src/components/CompanyRail.tsx | 4 ++-- ui/src/pages/AgentDetail.tsx | 4 ++-- ui/src/pages/CompanySettings.tsx | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/src/components/CompanyRail.tsx b/ui/src/components/CompanyRail.tsx index 633d781b..55175c8a 100644 --- a/ui/src/components/CompanyRail.tsx +++ b/ui/src/components/CompanyRail.tsx @@ -314,13 +314,13 @@ export function CompanyRail() { -

Add company

+

Add workspace

diff --git a/ui/src/pages/AgentDetail.tsx b/ui/src/pages/AgentDetail.tsx index 00bc4116..bc79a90a 100644 --- a/ui/src/pages/AgentDetail.tsx +++ b/ui/src/pages/AgentDetail.tsx @@ -1534,7 +1534,7 @@ function ConfigurationTab({ : taskAssignSource === "agent_creator" ? "Enabled automatically while this agent can create new agents." : taskAssignSource === "explicit_grant" - ? "Enabled via explicit company permission grant." + ? "Enabled via explicit workspace permission grant." : "Disabled unless explicitly granted."; return ( @@ -2746,7 +2746,7 @@ function AgentSkillsTab({ {desiredOnlyMissingSkills.length > 0 && (
-
Requested skills missing from the company library
+
Requested skills missing from the workspace library
{desiredOnlyMissingSkills.join(", ")}
diff --git a/ui/src/pages/CompanySettings.tsx b/ui/src/pages/CompanySettings.tsx index 6ba3258a..46603a02 100644 --- a/ui/src/pages/CompanySettings.tsx +++ b/ui/src/pages/CompanySettings.tsx @@ -268,13 +268,13 @@ export function CompanySettings() { setDescription(e.target.value)} /> @@ -340,7 +340,7 @@ export function CompanySettings() {
{archiveMutation.isError && ( {archiveMutation.error instanceof Error ? archiveMutation.error.message - : "Failed to archive company"} + : "Failed to archive workspace"} )}