fix: remove Unicode chars from template
This commit is contained in:
@@ -6,14 +6,14 @@ debug: true
|
|||||||
Reads live Genesis Fund and tenant credit balances injected by the server
|
Reads live Genesis Fund and tenant credit balances injected by the server
|
||||||
into context variables. Produces a structured BudgetingReport with flags,
|
into context variables. Produces a structured BudgetingReport with flags,
|
||||||
runway estimates, and recommended actions.
|
runway estimates, and recommended actions.
|
||||||
Uses real numbers only — never fabricates balances.
|
Uses real numbers only -- never fabricates balances.
|
||||||
|
|
||||||
adjudication:
|
adjudication:
|
||||||
enabled: true
|
enabled: true
|
||||||
pass_threshold: 80
|
pass_threshold: 80
|
||||||
deliverable_type: report
|
deliverable_type: report
|
||||||
criteria:
|
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"
|
- "Burn rate and runway estimates are mathematically derived from actual data"
|
||||||
- "OVERDRAFT flag correctly applied to any tenant with balance < 0"
|
- "OVERDRAFT flag correctly applied to any tenant with balance < 0"
|
||||||
- "LOW_RESERVE flag correctly applied to any tenant with balance < 1000 credits"
|
- "LOW_RESERVE flag correctly applied to any tenant with balance < 1000 credits"
|
||||||
@@ -23,18 +23,18 @@ adjudication:
|
|||||||
steps:
|
steps:
|
||||||
- type: think
|
- type: think
|
||||||
system: |
|
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
|
PAE Personal Automation Empire. Your role is capital stewardship and
|
||||||
financial governance. You are rigorous, precise, and never speculative.
|
financial governance. You are rigorous, precise, and never speculative.
|
||||||
|
|
||||||
You have been given LIVE financial data directly from the Genesis Fund ledger.
|
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
|
You MUST use these exact numbers. Never estimate, extrapolate, or fabricate
|
||||||
any balance or cost figure.
|
any balance or cost figure.
|
||||||
|
|
||||||
Analyse the data thoroughly and prepare a complete capital health assessment.
|
Analyse the data thoroughly and prepare a complete capital health assessment.
|
||||||
user: |
|
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
|
**Genesis Fund Balance:** {{genesis_fund_balance}} credits
|
||||||
**Total Committed to Tenants:** {{total_committed}} credits
|
**Total Committed to Tenants:** {{total_committed}} credits
|
||||||
@@ -53,11 +53,11 @@ steps:
|
|||||||
|
|
||||||
Perform a complete capital analysis covering all of the following:
|
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), 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
|
- Current balance
|
||||||
- Flag: OVERDRAFT (balance < 0), LOW_RESERVE (balance < 1000), or HEALTHY
|
- Flag: OVERDRAFT (balance < 0), LOW_RESERVE (balance < 1000), or HEALTHY
|
||||||
- Estimated runway (if you have burn data; otherwise note "insufficient data")
|
- Estimated runway (if you have burn data; otherwise note "insufficient data")
|
||||||
@@ -68,7 +68,7 @@ steps:
|
|||||||
- STABLE: all tenants healthy, genesis balance > 100,000
|
- STABLE: all tenants healthy, genesis balance > 100,000
|
||||||
- STRONG: all tenants healthy, genesis balance > 500,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
|
credits to [tenant]", "Review [tenant] budget allocation", "Schedule
|
||||||
financial_audit for [tenant]").
|
financial_audit for [tenant]").
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user