From 14819f25ff4a4b7bed818479050ff4df286b75e4 Mon Sep 17 00:00:00 2001 From: Nova_2761 Date: Thu, 9 Apr 2026 23:03:18 +0000 Subject: [PATCH] fix: remove Unicode chars from template --- templates/marketing_campaign.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/marketing_campaign.yml b/templates/marketing_campaign.yml index cf5dc2f..fbcdfd5 100644 --- a/templates/marketing_campaign.yml +++ b/templates/marketing_campaign.yml @@ -1,5 +1,5 @@ name: marketing_campaign -description: "Full go-to-market campaign — research → strategy → spawn execution tasks (social, email, press release, ad copy)." +description: "Full go-to-market campaign -- research -> strategy -> spawn execution tasks (social, email, press release, ad copy)." debug: true system: agent_prompt agent_prompt: @@ -42,12 +42,12 @@ steps: packet_type: PlanningResponsePacket schema: 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" + - 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" + - "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" priority: 2 max_tasks: 8 insert_children: true