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
902aea524d
commit
ee17e9470a
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export const AGENT_ROLES = [
|
||||||
export type AgentRole = (typeof AGENT_ROLES)[number];
|
export type AgentRole = (typeof AGENT_ROLES)[number];
|
||||||
|
|
||||||
export const AGENT_ROLE_LABELS: Record<AgentRole, string> = {
|
export const AGENT_ROLE_LABELS: Record<AgentRole, string> = {
|
||||||
ceo: "CEO",
|
ceo: "Project Manager", // [nexus] was: "CEO"
|
||||||
cto: "CTO",
|
cto: "CTO",
|
||||||
cmo: "CMO",
|
cmo: "CMO",
|
||||||
cfo: "CFO",
|
cfo: "CFO",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue