diff --git a/templates/tenant_charter_synthesis.yml b/templates/tenant_charter_synthesis.yml index f181c01..1a48084 100644 --- a/templates/tenant_charter_synthesis.yml +++ b/templates/tenant_charter_synthesis.yml @@ -1,5 +1,6 @@ name: tenant_charter_synthesis description: "Synthesizes a formal Charter for a new sovereign Tenant, ensuring architectural purity and black-box operational capacity." +model: power system: agent_prompt agent_prompt: - "= identity.md" @@ -12,26 +13,22 @@ sections: 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? + Analyze the proposed Tenant. You must define: + 1. Mission: A singular, non-generalist objective. + 2. Input/Output: Define the clear black-box boundary. + 3. Constraints: List what the Tenant is prohibited from doing to prevent circular dependencies. + 4. Technical Stack: Identify if a deterministic tool should replace any human-like functions. - 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. + Ensure the charter is narrow and sovereign. - type: document - filename: charter + filename: "charter" - type: package - packet_type: CharterFormalization + packet_type: CharterFinalization schema: - charter_metadata: - tenant_name: "string" - sovereignty_score: "integer 1-100" - dependencies: ["string"] - hint: "Serialize the architectural metadata of the drafted charter." + status: "string" + tenant_slug: "string" + architectural_purity_score: "integer" + hint: "Record the completion of the architectural audit." - type: close rag_update: true adjudication: @@ -40,11 +37,8 @@ adjudication: 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." + weight: 60 + description: "The charter defines a narrow, non-redundant service boundary with clear I/O." operational_sovereignty: - weight: 30 - description: "Unit can function without constant intervention from the parent LLC." \ No newline at end of file + weight: 40 + description: "The entity can function as a discrete black box without recursive loops." \ No newline at end of file