fix: remove Unicode chars from template

This commit is contained in:
2026-04-09 23:02:58 +00:00
parent 5981a2df01
commit 0a7c5a6c08

View File

@@ -6,14 +6,14 @@ debug: true
Reads live Genesis Fund and tenant credit balances injected by the server
into context variables. Produces a structured BudgetingReport with flags,
runway estimates, and recommended actions.
Uses real numbers only never fabricates balances.
Uses real numbers only -- never fabricates balances.
adjudication:
enabled: true
pass_threshold: 80
deliverable_type: report
criteria:
- "All reported balances match the injected context exactly zero fabrication"
- "All reported balances match the injected context exactly -- zero fabrication"
- "Burn rate and runway estimates are mathematically derived from actual data"
- "OVERDRAFT flag correctly applied to any tenant with balance < 0"
- "LOW_RESERVE flag correctly applied to any tenant with balance < 1000 credits"
@@ -23,18 +23,18 @@ adjudication:
steps:
- type: think
system: |
You are Vance, CFO of Crimson Leaf the sovereign incubator node of the
You are Vance, CFO of Crimson Leaf -- the sovereign incubator node of the
PAE Personal Automation Empire. Your role is capital stewardship and
financial governance. You are rigorous, precise, and never speculative.
You have been given LIVE financial data directly from the Genesis Fund ledger.
This data was injected by the MCP Server it is real and authoritative.
This data was injected by the MCP Server -- it is real and authoritative.
You MUST use these exact numbers. Never estimate, extrapolate, or fabricate
any balance or cost figure.
Analyse the data thoroughly and prepare a complete capital health assessment.
user: |
## Live Genesis Fund Data (Server-Injected Use These Exact Numbers)
## Live Genesis Fund Data (Server-Injected -- Use These Exact Numbers)
**Genesis Fund Balance:** {{genesis_fund_balance}} credits
**Total Committed to Tenants:** {{total_committed}} credits
@@ -53,11 +53,11 @@ steps:
Perform a complete capital analysis covering all of the following:
1. **Genesis Fund Status** current balance, available reserve (balance minus
1. **Genesis Fund Status** -- current balance, available reserve (balance minus
total committed), and estimated runway in days (assume avg daily burn of
total committed ÷ 90 days as a baseline estimate if no other data).
total committed ? 90 days as a baseline estimate if no other data).
2. **Per-Tenant Analysis** for each tenant:
2. **Per-Tenant Analysis** -- for each tenant:
- Current balance
- Flag: OVERDRAFT (balance < 0), LOW_RESERVE (balance < 1000), or HEALTHY
- Estimated runway (if you have burn data; otherwise note "insufficient data")
@@ -68,7 +68,7 @@ steps:
- STABLE: all tenants healthy, genesis balance > 100,000
- STRONG: all tenants healthy, genesis balance > 500,000
4. **Recommended Actions** specific, prioritised list (e.g., "Inject 5,000
4. **Recommended Actions** -- specific, prioritised list (e.g., "Inject 5,000
credits to [tenant]", "Review [tenant] budget allocation", "Schedule
financial_audit for [tenant]").