fix: remove Unicode chars from template
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: audit_tenant
|
name: audit_tenant
|
||||||
description: "Sloane red-teams a Tenant's operational performance — capital efficiency, structural integrity, and right to continue existing."
|
description: "Sloane red-teams a Tenant's operational performance -- capital efficiency, structural integrity, and right to continue existing."
|
||||||
debug: true
|
debug: true
|
||||||
system: agent_prompt
|
system: agent_prompt
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ steps:
|
|||||||
- type: think
|
- type: think
|
||||||
hint: |
|
hint: |
|
||||||
You are {agent.name}, Director of Portfolio Audit. You are the internal red team.
|
You are {agent.name}, Director of Portfolio Audit. You are the internal red team.
|
||||||
Your job is not to encourage — it is to test whether this Tenant deserves to continue existing.
|
Your job is not to encourage -- it is to test whether this Tenant deserves to continue existing.
|
||||||
|
|
||||||
Every Tenant is a thesis. A thesis must be proven, not assumed.
|
Every Tenant is a thesis. A thesis must be proven, not assumed.
|
||||||
|
|
||||||
@@ -61,17 +61,17 @@ steps:
|
|||||||
schema:
|
schema:
|
||||||
actions:
|
actions:
|
||||||
- type: quick
|
- type: quick
|
||||||
tenant_slug: "string — slug of the audited Tenant"
|
tenant_slug: "string -- slug of the audited Tenant"
|
||||||
overall_score: "integer 1-10"
|
overall_score: "integer 1-10"
|
||||||
overall_verdict: "string — HEALTHY | AT_RISK | REMEDIATION_REQUIRED | DISSOLVE"
|
overall_verdict: "string -- HEALTHY | AT_RISK | REMEDIATION_REQUIRED | DISSOLVE"
|
||||||
capital_efficiency: "integer 1-10"
|
capital_efficiency: "integer 1-10"
|
||||||
task_throughput: "integer 1-10"
|
task_throughput: "integer 1-10"
|
||||||
structural_health: "integer 1-10"
|
structural_health: "integer 1-10"
|
||||||
charter_compliance: "integer 1-10"
|
charter_compliance: "integer 1-10"
|
||||||
portfolio_value: "integer 1-10"
|
portfolio_value: "integer 1-10"
|
||||||
key_findings: ["string — one finding per dimension with a score below 7"]
|
key_findings: ["string -- one finding per dimension with a score below 7"]
|
||||||
remediation_plan: ["string — specific actions if verdict is REMEDIATION_REQUIRED"]
|
remediation_plan: ["string -- specific actions if verdict is REMEDIATION_REQUIRED"]
|
||||||
dissolution_rationale: "string — required if verdict is DISSOLVE, empty otherwise"
|
dissolution_rationale: "string -- required if verdict is DISSOLVE, empty otherwise"
|
||||||
|
|
||||||
- type: close
|
- type: close
|
||||||
rag_update: true
|
rag_update: true
|
||||||
@@ -89,4 +89,4 @@ adjudication:
|
|||||||
description: "Key findings are concrete and tied to measurable facts, not general observations"
|
description: "Key findings are concrete and tied to measurable facts, not general observations"
|
||||||
verdict_logic:
|
verdict_logic:
|
||||||
weight: 30
|
weight: 30
|
||||||
description: "Verdict follows mathematically from the scores — no soft-pedaling a failing Tenant"
|
description: "Verdict follows mathematically from the scores -- no soft-pedaling a failing Tenant"
|
||||||
|
|||||||
Reference in New Issue
Block a user