feat(02-01): update AGENT_ROLE_LABELS.ceo to Project Manager

- Changed ceo: "CEO" to ceo: "Project Manager" in shared constants
- Added [nexus] comment for rebase visibility
- Satisfies TERM-05
This commit is contained in:
Mikkel Georgsen 2026-03-30 23:05:49 +02:00 committed by Nexus Dev
parent ea417fa0d5
commit 45da249203

View file

@ -51,7 +51,7 @@ export const AGENT_ROLES = [
export type AgentRole = (typeof AGENT_ROLES)[number];
export const AGENT_ROLE_LABELS: Record<AgentRole, string> = {
ceo: "CEO",
ceo: "Project Manager", // [nexus] was: "CEO"
cto: "CTO",
cmo: "CMO",
cfo: "CFO",