fix: remove Unicode chars from template

This commit is contained in:
2026-04-09 23:03:08 +00:00
parent bde8071c4b
commit dc2eb1364e

View File

@@ -1,47 +1,47 @@
name: portfolio_architectural_review name: portfolio_architectural_review
description: "Critically evaluates a proposed Tenant for structural purity, eliminates redundancy, and formalizes the sovereign Charter." description: "Critically evaluates a proposed Tenant for structural purity, eliminates redundancy, and formalizes the sovereign Charter."
debug: true debug: true
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:
- "= identity.md" - "= identity.md"
sections: sections:
- project - project
- history - history
- rag - rag
- message - message
- instructions - instructions
steps: steps:
- type: think - type: think
hint: | hint: |
Perform a rigorous architectural audit of the proposed business unit. Perform a rigorous architectural audit of the proposed business unit.
1. Apply Occam's Razor: Is this a company, or just a workflow/tool? 1. Apply Occam's Razor: Is this a company, or just a workflow/tool?
2. Check for Redundancy: Does this overlap with existing Tenants? 2. Check for Redundancy: Does this overlap with existing Tenants?
3. Verify Sovereignty: Can this operate as a discrete black box? 3. Verify Sovereignty: Can this operate as a discrete black box?
Identify any circular dependencies or vague service boundaries. Identify any circular dependencies or vague service boundaries.
- type: think - type: think
hint: | hint: |
Based on the previous audit, draft the formal 'charter.md'. Based on the previous audit, draft the formal 'charter.md'.
Define the Input/Output clarity, the narrow service boundary, and the specific non-generalist mission. Define the Input/Output clarity, the narrow service boundary, and the specific non-generalist mission.
Reference {steps[0].text} for constraints. Reference {steps[0].text} for constraints.
- type: document - type: document
filename: charter filename: charter
- type: package - type: package
packet_type: GovernanceResponse packet_type: GovernanceResponse
schema: schema:
status: "string" status: "string"
recommendation: "string" recommendation: "string"
charter_id: "string" charter_id: "string"
hint: "Summarize the architectural standing and provide the Gitea reference for the new charter." hint: "Summarize the architectural standing and provide the Gitea reference for the new charter."
- type: close - type: close
rag_update: true rag_update: true
adjudication: adjudication:
enabled: true enabled: true
pass_threshold: 90 pass_threshold: 90
deliverable_type: coordination deliverable_type: coordination
criteria: criteria:
structural_purity: structural_purity:
weight: 60 weight: 60
description: "Proposed unit has zero overlap and clear black-box boundaries." description: "Proposed unit has zero overlap and clear black-box boundaries."
operational_clarity: operational_clarity:
weight: 40 weight: 40
description: "The charter defines specific inputs and outputs without recursive loops." description: "The charter defines specific inputs and outputs without recursive loops."