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: ad_copy
description: "Write platform-specific advertising copy for paid campaigns across Meta, Google, and Amazon."
debug: true
system: agent_prompt
agent_prompt:
- "= identity.md"
@@ -93,12 +94,16 @@ adjudication:
platform_specificity:
weight: 30
description: "Each platform's copy respects its format constraints and audience mindset"
debug: true
hook_strength:
weight: 25
description: "Headlines and opening lines earn attention without resorting to clickbait"
debug: true
cta_quality:
weight: 25
description: "CTAs are specific, low-friction, and matched to campaign objective"
debug: true
completeness:
weight: 20
description: "All three platforms present with full variant sets per format spec"
debug: true