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: press_release
description: "Write a professional press release for a product launch, campaign, or news event."
debug: true
system: agent_prompt
agent_prompt:
- "= identity.md"
@@ -69,12 +70,16 @@ adjudication:
news_value:
weight: 30
description: "Lead paragraph contains a genuine news hook, not marketing language"
debug: true
ap_style:
weight: 25
description: "Follows AP style conventions for structure, attribution, and formatting"
debug: true
quote_quality:
weight: 25
description: "Quotes are authentic, newsworthy, and attributed correctly"
debug: true
completeness:
weight: 20
description: "All standard press release sections present and properly formatted"
debug: true