From 0afdbfcb6ee345069a0f7dddb1451a767082d296 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Wed, 15 Apr 2026 18:18:10 -0400 Subject: [PATCH] fix: remove misplaced debug:true lines that broke YAML parse --- templates/marketing_campaign.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/marketing_campaign.yml b/templates/marketing_campaign.yml index fbcdfd5..0735d29 100644 --- a/templates/marketing_campaign.yml +++ b/templates/marketing_campaign.yml @@ -44,7 +44,6 @@ steps: tasks: - task_name: "string -- descriptive name, e.g. 'Social Media Pack: The Starfall Accord Launch'" description: "string -- full brief for this content piece: product, audience, channel, phase, tone, CTA, word count" -debug: true agents: - "string -- Zara (for copy/creative), Leo (for strategy/research)" task_type: "string -- one of: social_media_pack, email_campaign, press_release, ad_copy, author_bio, campaign_strategy" @@ -75,4 +74,3 @@ adjudication: execution_completeness: weight: 25 description: "All campaign phases covered with concrete deliverables and owners" -debug: true