rename: Peter→Victor (CEO), David→Nolan (CTO) — reserve human names for HITL operators
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -29,8 +29,8 @@ steps:
|
||||
|
||||
DESIGN VERDICT: {design_verdict}
|
||||
|
||||
Peter (CEO): {peter_final}
|
||||
David (CTO): {david_final}
|
||||
Victor (CEO): {peter_final}
|
||||
Nolan (CTO): {david_final}
|
||||
Sarah (Market Intelligence): {sarah_final}
|
||||
|
||||
ORIGINAL DESIGN SPECIFICATION:
|
||||
@@ -40,7 +40,7 @@ steps:
|
||||
1. Address every item in KEY CHANGES REQUIRED. Do not skip any.
|
||||
2. Preserve everything the board marked as STRENGTHS.
|
||||
3. Do not add new agents, templates, or pipeline steps that weren't discussed.
|
||||
4. If a change conflicts with another, follow Peter's direction (CEO authority).
|
||||
4. If a change conflicts with another, follow Victor's direction (CEO authority).
|
||||
5. The output must be a COMPLETE, self-contained design specification with
|
||||
all sections present — not a diff or changelog.
|
||||
|
||||
@@ -77,14 +77,14 @@ steps:
|
||||
spawn:
|
||||
- task_type: human_action
|
||||
task_name: "Operator Approval: Green Light Bootstrap — {task.message}"
|
||||
agent_name: Peter
|
||||
agent_name: Victor
|
||||
priority: 9
|
||||
context:
|
||||
gate_purpose: "Final approval before company creation — this spawns real infrastructure"
|
||||
|
||||
- task_type: bootstrap_company
|
||||
task_name: "Bootstrap: {task.message}"
|
||||
agent_name: David
|
||||
agent_name: Nolan
|
||||
priority: 8
|
||||
depends_on:
|
||||
- "Operator Approval: Green Light Bootstrap — {task.message}"
|
||||
|
||||
Reference in New Issue
Block a user