export const VOCAB = { // Entity renames (display only — code identifiers unchanged) company: "Workspace", companies: "Workspaces", ceo: "Project Manager", board: "Owner", hire: "Add", fire: "Remove", // Brand name appName: "Nexus", tagline: "Open-source orchestration for your agents", } as const; export type VocabKey = keyof typeof VOCAB;