fix: remove Unicode chars from template
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
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
|
||||
system: agent_prompt
|
||||
requires:
|
||||
@@ -111,25 +111,25 @@ steps:
|
||||
schema:
|
||||
actions:
|
||||
- type: create_company
|
||||
company_name: "string — formal company name"
|
||||
company_slug: "string — lowercase_underscore slug"
|
||||
problem_statement: "string — precise market or internal capability gap being solved"
|
||||
target_customer: "string — the primary buyer, client, or internal requester"
|
||||
why_new_company: "string — why a new sovereign Tenant is justified"
|
||||
why_not_existing_tenant: "string — why existing Tenants cannot solve this cleanly within charter"
|
||||
why_not_tool: "string — why a deterministic tool is insufficient"
|
||||
business_plan: "string — the exact product or service model"
|
||||
value_thesis: "string — how the company creates measurable value"
|
||||
charter: "string — constitutional operating boundaries for the Tenant"
|
||||
forbidden_activities: "string — activities explicitly prohibited to this company"
|
||||
non_goals: "string — explicitly out-of-scope items"
|
||||
overlap_risk: "string — duplication or cannibalization risk and mitigation"
|
||||
recursion_risk: "string — circular delegation risk and why the design remains stable"
|
||||
budget: "integer — seed capital in credits"
|
||||
budget_justification: "string — why this funding level is appropriate"
|
||||
ceo_name: "string — name of the founding CEO"
|
||||
ceo_role: "string — formal title of the founding CEO"
|
||||
ceo_seed: "string — detailed executive seed for downstream identity generation"
|
||||
company_name: "string -- formal company name"
|
||||
company_slug: "string -- lowercase_underscore slug"
|
||||
problem_statement: "string -- precise market or internal capability gap being solved"
|
||||
target_customer: "string -- the primary buyer, client, or internal requester"
|
||||
why_new_company: "string -- why a new sovereign Tenant is justified"
|
||||
why_not_existing_tenant: "string -- why existing Tenants cannot solve this cleanly within charter"
|
||||
why_not_tool: "string -- why a deterministic tool is insufficient"
|
||||
business_plan: "string -- the exact product or service model"
|
||||
value_thesis: "string -- how the company creates measurable value"
|
||||
charter: "string -- constitutional operating boundaries for the Tenant"
|
||||
forbidden_activities: "string -- activities explicitly prohibited to this company"
|
||||
non_goals: "string -- explicitly out-of-scope items"
|
||||
overlap_risk: "string -- duplication or cannibalization risk and mitigation"
|
||||
recursion_risk: "string -- circular delegation risk and why the design remains stable"
|
||||
budget: "integer -- seed capital in credits"
|
||||
budget_justification: "string -- why this funding level is appropriate"
|
||||
ceo_name: "string -- name of the founding CEO"
|
||||
ceo_role: "string -- formal title of the founding CEO"
|
||||
ceo_seed: "string -- detailed executive seed for downstream identity generation"
|
||||
|
||||
- type: close
|
||||
rag_update: true
|
||||
|
||||
Reference in New Issue
Block a user