fix: create_company template uses task.message instead of opportunity_description requires

This commit is contained in:
David Baity
2026-04-11 16:23:14 -04:00
parent 89b522c920
commit 0860269007

View File

@@ -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.