fix: remove Unicode chars from template

This commit is contained in:
2026-04-09 23:03:01 +00:00
parent 75422e68e3
commit 4985c39d90

View File

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