fix: create_company template uses task.message instead of opportunity_description requires
This commit is contained in:
@@ -2,9 +2,6 @@ name: create_company
|
|||||||
description: "Genesis Protocol -- evaluate a proposed opportunity, decide whether a new sovereign Tenant is justified, and package a create_company action."
|
description: "Genesis Protocol -- evaluate a proposed opportunity, decide whether a new sovereign Tenant is justified, and package a create_company action."
|
||||||
debug: true
|
debug: true
|
||||||
system: agent_prompt
|
system: agent_prompt
|
||||||
requires:
|
|
||||||
- opportunity_description
|
|
||||||
|
|
||||||
agent_prompt:
|
agent_prompt:
|
||||||
- "= identity.md"
|
- "= identity.md"
|
||||||
|
|
||||||
@@ -25,7 +22,7 @@ steps:
|
|||||||
You are {agent.name}, executing the Genesis Protocol for Crimson Leaf LLC.
|
You are {agent.name}, executing the Genesis Protocol for Crimson Leaf LLC.
|
||||||
|
|
||||||
OPPORTUNITY BRIEF (you MUST design the company described here -- do not invent a different one):
|
OPPORTUNITY BRIEF (you MUST design the company described here -- do not invent a different one):
|
||||||
{opportunity_description}
|
{task.message}
|
||||||
|
|
||||||
This is a high-stakes constitutional act. Do NOT default to company creation.
|
This is a high-stakes constitutional act. Do NOT default to company creation.
|
||||||
Crimson Leaf creates and governs companies; it does not perform commodity work.
|
Crimson Leaf creates and governs companies; it does not perform commodity work.
|
||||||
|
|||||||
Reference in New Issue
Block a user