fix: remove Unicode chars from template

This commit is contained in:
2026-04-09 23:03:02 +00:00
parent 4985c39d90
commit 5efda42d08

View File

@@ -1,5 +1,5 @@
name: financial_audit name: financial_audit
description: "Vance audits the Genesis Fund burn rate, allocation efficiency, per-Tenant ROI, and capital health across the full portfolio." description: "Vance audits the Genesis Fund -- burn rate, allocation efficiency, per-Tenant ROI, and capital health across the full portfolio."
debug: true debug: true
system: agent_prompt system: agent_prompt
@@ -18,7 +18,7 @@ sections:
steps: steps:
- type: think - type: think
hint: | hint: |
You are {agent.name}, Chief Capital Officer. Capital is not currency it is energy. You are {agent.name}, Chief Capital Officer. Capital is not currency -- it is energy.
Wasted capital is wasted potential. Every credit must be accounted for. Wasted capital is wasted potential. Every credit must be accounted for.
Audit the Genesis Fund and Tenant capital positions across five dimensions: Audit the Genesis Fund and Tenant capital positions across five dimensions:
@@ -57,25 +57,25 @@ steps:
- type: package - type: package
packet_type: FinancialAuditReport packet_type: FinancialAuditReport
hint: | hint: |
Serialize the financial audit findings. Numbers only where they exist do not fabricate figures. Serialize the financial audit findings. Numbers only where they exist -- do not fabricate figures.
schema: schema:
actions: actions:
- type: quick - type: quick
audit_period: "string time period covered by this audit" audit_period: "string -- time period covered by this audit"
genesis_fund_balance: "integer current Genesis Fund balance in credits" genesis_fund_balance: "integer -- current Genesis Fund balance in credits"
total_committed: "integer total capital committed to active Tenants" total_committed: "integer -- total capital committed to active Tenants"
uncommitted_reserve: "integer Genesis Fund balance minus committed capital" uncommitted_reserve: "integer -- Genesis Fund balance minus committed capital"
fund_health: "string HEALTHY | CONSTRAINED | CRITICAL" fund_health: "string -- HEALTHY | CONSTRAINED | CRITICAL"
tenant_reports: tenant_reports:
- tenant_slug: "string" - tenant_slug: "string"
seed_allocation: "integer" seed_allocation: "integer"
amount_spent: "integer" amount_spent: "integer"
efficiency_verdict: "string EFFICIENT | ACCEPTABLE | WASTEFUL | CRITICAL" efficiency_verdict: "string -- EFFICIENT | ACCEPTABLE | WASTEFUL | CRITICAL"
notes: "string specific findings" notes: "string -- specific findings"
dormancy_candidates: ["string tenant slugs recommended for dormancy review"] dormancy_candidates: ["string -- tenant slugs recommended for dormancy review"]
retirement_candidates: ["string tenant slugs recommended for retirement"] retirement_candidates: ["string -- tenant slugs recommended for retirement"]
reallocation_recommendations: ["string specific capital movement recommendations"] reallocation_recommendations: ["string -- specific capital movement recommendations"]
overall_verdict: "string HEALTHY | REVIEW_REQUIRED | INTERVENTION_REQUIRED" overall_verdict: "string -- HEALTHY | REVIEW_REQUIRED | INTERVENTION_REQUIRED"
- type: close - type: close
rag_update: true rag_update: true
@@ -87,7 +87,7 @@ adjudication:
criteria: criteria:
numerical_precision: numerical_precision:
weight: 40 weight: 40
description: "Figures are specific and grounded no vague approximations or invented numbers" description: "Figures are specific and grounded -- no vague approximations or invented numbers"
analytical_rigor: analytical_rigor:
weight: 35 weight: 35
description: "ROI and efficiency verdicts follow from evidence, not narrative preference" description: "ROI and efficiency verdicts follow from evidence, not narrative preference"