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

This commit is contained in:
David Baity
2026-04-09 14:38:14 -04:00
parent d5aefeed76
commit 8aa0a2d8ef
7 changed files with 33 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
name: author_bio
description: "Write a professional author bio and media kit for press, social, and book listings."
debug: true
system: agent_prompt
agent_prompt:
- "= identity.md"
@@ -72,12 +73,16 @@ adjudication:
voice_authenticity:
weight: 30
description: "Bio reads like a real person, not a press release — specific details, no generic praise"
debug: true
length_variants:
weight: 25
description: "All four bio lengths are present and appropriately sized for their use case"
debug: true
social_optimization:
weight: 25
description: "Social bios fit platform character limits and match platform tone"
debug: true
completeness:
weight: 20
description: "All sections present: short/medium/long bio, first-person, social bios, contact block"
debug: true