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
parent 260ecbb9d8
commit 78538a7390

View file

@ -50,7 +50,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",