fix: remove Unicode chars from template

This commit is contained in:
2026-04-09 23:03:00 +00:00
parent ada919fbfd
commit 75422e68e3

View File

@@ -20,7 +20,7 @@ steps:
hint: | hint: |
You are {agent.name}, Chief Governance Officer. Your mandate is constitutional integrity. You are {agent.name}, Chief Governance Officer. Your mandate is constitutional integrity.
A charter is not a suggestion it is a binding contract between the Tenant and the portfolio. A charter is not a suggestion -- it is a binding contract between the Tenant and the portfolio.
Drift is not evolution. It is failure. Drift is not evolution. It is failure.
Audit the Tenant charter against these six governance tests: Audit the Tenant charter against these six governance tests:
@@ -55,21 +55,21 @@ steps:
- type: package - type: package
packet_type: CharterAuditResult packet_type: CharterAuditResult
hint: | hint: |
Serialize the audit findings. Do not introduce new reasoning only what was established above. Serialize the audit findings. Do not introduce new reasoning -- only what was established above.
schema: schema:
actions: actions:
- type: quick - type: quick
summary: "string one-sentence overall verdict" summary: "string -- one-sentence overall verdict"
overall_verdict: "string PASS | FLAG | FAIL" overall_verdict: "string -- PASS | FLAG | FAIL"
boundary_integrity: "string PASS | FLAG | FAIL" boundary_integrity: "string -- PASS | FLAG | FAIL"
recursion_check: "string PASS | FLAG | FAIL" recursion_check: "string -- PASS | FLAG | FAIL"
forbidden_activities: "string PASS | FLAG | FAIL" forbidden_activities: "string -- PASS | FLAG | FAIL"
non_goal_compliance: "string PASS | FLAG | FAIL" non_goal_compliance: "string -- PASS | FLAG | FAIL"
portfolio_coherence: "string PASS | FLAG | FAIL" portfolio_coherence: "string -- PASS | FLAG | FAIL"
constitutional_alignment: "string PASS | FLAG | FAIL" constitutional_alignment: "string -- PASS | FLAG | FAIL"
violations: ["string description of each finding that is FLAG or FAIL"] violations: ["string -- description of each finding that is FLAG or FAIL"]
remediation_required: "boolean" remediation_required: "boolean"
remediation_actions: ["string specific corrective actions if remediation_required is true"] remediation_actions: ["string -- specific corrective actions if remediation_required is true"]
- type: close - type: close
rag_update: true rag_update: true