From 259cb010825a900054f58af88d10106d7861d306 Mon Sep 17 00:00:00 2001 From: Nova_2761 Date: Thu, 9 Apr 2026 23:02:55 +0000 Subject: [PATCH] fix: remove Unicode chars from template --- templates/audit_tenant.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/audit_tenant.yml b/templates/audit_tenant.yml index a2b7fdb..936bb8b 100644 --- a/templates/audit_tenant.yml +++ b/templates/audit_tenant.yml @@ -1,5 +1,5 @@ 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 system: agent_prompt @@ -19,7 +19,7 @@ steps: - type: think hint: | 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. @@ -61,17 +61,17 @@ steps: schema: actions: - type: quick - tenant_slug: "string — slug of the audited Tenant" + tenant_slug: "string -- slug of the audited Tenant" 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" task_throughput: "integer 1-10" structural_health: "integer 1-10" charter_compliance: "integer 1-10" portfolio_value: "integer 1-10" - key_findings: ["string — one finding per dimension with a score below 7"] - remediation_plan: ["string — specific actions if verdict is REMEDIATION_REQUIRED"] - dissolution_rationale: "string — required if verdict is DISSOLVE, empty otherwise" + key_findings: ["string -- one finding per dimension with a score below 7"] + remediation_plan: ["string -- specific actions if verdict is REMEDIATION_REQUIRED"] + dissolution_rationale: "string -- required if verdict is DISSOLVE, empty otherwise" - type: close rag_update: true @@ -89,4 +89,4 @@ adjudication: description: "Key findings are concrete and tied to measurable facts, not general observations" verdict_logic: 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"