From e8bf839ec7e3f4add724ed333dd083e071f30c11 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:38:07 -0400 Subject: [PATCH] feat: add debug:true to all templates; add LLM_LOG_DIR config --- templates/adjudicate_tenant.yml | 2 ++ templates/budgeting.yml | 1 + templates/capital_allocation_audit.yml | 2 ++ templates/portfolio_architectural_review.yml | 2 ++ 4 files changed, 7 insertions(+) diff --git a/templates/adjudicate_tenant.yml b/templates/adjudicate_tenant.yml index cfc8095..4fb4917 100644 --- a/templates/adjudicate_tenant.yml +++ b/templates/adjudicate_tenant.yml @@ -1,5 +1,6 @@ name: adjudicate_tenant description: "Constitutional evaluation of a proposed Tenant against the 9-point Genesis Standard." +debug: true system: agent_prompt agent_prompt: - "= identity.md" @@ -45,6 +46,7 @@ adjudication: precision: weight: 70 description: "Verdict logic is binary and legally sound." +debug: true compliance: weight: 30 description: "Strict adherence to the 9-point Genesis Standard." \ No newline at end of file diff --git a/templates/budgeting.yml b/templates/budgeting.yml index 45d7e58..71c9ee8 100644 --- a/templates/budgeting.yml +++ b/templates/budgeting.yml @@ -1,6 +1,7 @@ name: budgeting version: "1.0" description: > +debug: true Capital monitoring and burn-rate dashboard for Vance (CFO). Reads live Genesis Fund and tenant credit balances injected by the server into context variables. Produces a structured BudgetingReport with flags, diff --git a/templates/capital_allocation_audit.yml b/templates/capital_allocation_audit.yml index a3b3db7..d9ece1a 100644 --- a/templates/capital_allocation_audit.yml +++ b/templates/capital_allocation_audit.yml @@ -1,5 +1,6 @@ name: capital_allocation_audit description: "Audits a funding request against fiscal thresholds and authorizes capital release via fund_tenant." +debug: true system: agent_prompt agent_prompt: - "= identity.md" @@ -43,6 +44,7 @@ adjudication: mathematical_rigor: weight: 60 description: "Analysis uses hard numbers, margins, and probability rather than speculation." +debug: true solvency_protection: weight: 40 description: "Ensures the Genesis Node maintains its primary requirement for sovereignty." \ No newline at end of file diff --git a/templates/portfolio_architectural_review.yml b/templates/portfolio_architectural_review.yml index 69ab9d9..a59b598 100644 --- a/templates/portfolio_architectural_review.yml +++ b/templates/portfolio_architectural_review.yml @@ -1,5 +1,6 @@ name: portfolio_architectural_review description: "Critically evaluates a proposed Tenant for structural purity, eliminates redundancy, and formalizes the sovereign Charter." +debug: true system: agent_prompt agent_prompt: - "= identity.md" @@ -41,6 +42,7 @@ adjudication: structural_purity: weight: 60 description: "Proposed unit has zero overlap and clear black-box boundaries." +debug: true operational_clarity: weight: 40 description: "The charter defines specific inputs and outputs without recursive loops." \ No newline at end of file