feat: add debug:true to all templates; add LLM_LOG_DIR config

This commit is contained in:
David Baity
2026-04-09 14:38:07 -04:00
parent b6aa3e5916
commit e8bf839ec7
4 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
name: adjudicate_tenant name: adjudicate_tenant
description: "Constitutional evaluation of a proposed Tenant against the 9-point Genesis Standard." description: "Constitutional evaluation of a proposed Tenant against the 9-point Genesis Standard."
debug: true
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:
- "= identity.md" - "= identity.md"
@@ -45,6 +46,7 @@ adjudication:
precision: precision:
weight: 70 weight: 70
description: "Verdict logic is binary and legally sound." description: "Verdict logic is binary and legally sound."
debug: true
compliance: compliance:
weight: 30 weight: 30
description: "Strict adherence to the 9-point Genesis Standard." description: "Strict adherence to the 9-point Genesis Standard."

View File

@@ -1,6 +1,7 @@
name: budgeting name: budgeting
version: "1.0" version: "1.0"
description: > description: >
debug: true
Capital monitoring and burn-rate dashboard for Vance (CFO). Capital monitoring and burn-rate dashboard for Vance (CFO).
Reads live Genesis Fund and tenant credit balances injected by the server Reads live Genesis Fund and tenant credit balances injected by the server
into context variables. Produces a structured BudgetingReport with flags, into context variables. Produces a structured BudgetingReport with flags,

View File

@@ -1,5 +1,6 @@
name: capital_allocation_audit name: capital_allocation_audit
description: "Audits a funding request against fiscal thresholds and authorizes capital release via fund_tenant." description: "Audits a funding request against fiscal thresholds and authorizes capital release via fund_tenant."
debug: true
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:
- "= identity.md" - "= identity.md"
@@ -43,6 +44,7 @@ adjudication:
mathematical_rigor: mathematical_rigor:
weight: 60 weight: 60
description: "Analysis uses hard numbers, margins, and probability rather than speculation." description: "Analysis uses hard numbers, margins, and probability rather than speculation."
debug: true
solvency_protection: solvency_protection:
weight: 40 weight: 40
description: "Ensures the Genesis Node maintains its primary requirement for sovereignty." description: "Ensures the Genesis Node maintains its primary requirement for sovereignty."

View File

@@ -1,5 +1,6 @@
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
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:
- "= identity.md" - "= identity.md"
@@ -41,6 +42,7 @@ adjudication:
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."
debug: true
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."