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:
parent
ea417fa0d5
commit
45da249203
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue