50 lines
1.6 KiB
YAML
50 lines
1.6 KiB
YAML
name: tenant_charter_synthesis
|
|
description: "Synthesizes a formal Charter for a new sovereign Tenant, ensuring architectural purity and black-box operational capacity."
|
|
system: agent_prompt
|
|
agent_prompt:
|
|
- "= identity.md"
|
|
sections:
|
|
- project
|
|
- history
|
|
- rag
|
|
- message
|
|
- instructions
|
|
steps:
|
|
- type: think
|
|
hint: |
|
|
Critically evaluate the proposed Tenant against the Constitutional Principles:
|
|
1. Occam's Razor: Is this the simplest structure?
|
|
2. Systemic Sovereignty: Can it operate as a black box?
|
|
3. Zero Redundancy: Does it overlap with existing Tenants?
|
|
|
|
Draft the Charter using the following structure:
|
|
- Mission: Narrow and specific.
|
|
- Boundaries: Defined Inputs and Outputs.
|
|
- Constraints: Prohibited actions or recursive loops.
|
|
- Success Metrics: Deterministic indicators of health.
|
|
- type: document
|
|
filename: charter
|
|
- type: package
|
|
packet_type: CharterFormalization
|
|
schema:
|
|
charter_metadata:
|
|
tenant_name: "string"
|
|
sovereignty_score: "integer 1-100"
|
|
dependencies: ["string"]
|
|
hint: "Serialize the architectural metadata of the drafted charter."
|
|
- type: close
|
|
rag_update: true
|
|
adjudication:
|
|
enabled: true
|
|
pass_threshold: 90
|
|
deliverable_type: coordination
|
|
criteria:
|
|
architectural_purity:
|
|
weight: 40
|
|
description: "Charter defines a clear black-box boundary with no recursive service loops."
|
|
narrow_scope:
|
|
weight: 30
|
|
description: "Mission is specific and non-generalist."
|
|
operational_sovereignty:
|
|
weight: 30
|
|
description: "Unit can function without constant intervention from the parent LLC." |