From 0a7c5a6c08528d4602ce236a53a08c3642d3f3bf Mon Sep 17 00:00:00 2001 From: Nova_2761 Date: Thu, 9 Apr 2026 23:02:58 +0000 Subject: [PATCH] fix: remove Unicode chars from template --- templates/budgeting.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/budgeting.yml b/templates/budgeting.yml index 71c9ee8..64b7e4a 100644 --- a/templates/budgeting.yml +++ b/templates/budgeting.yml @@ -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]").