From 661d4bf866c511d186adaa5363d208b30becda43 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:02:41 -0400 Subject: [PATCH] fix: remove hallucinated book title from marketing_campaign schema example The schema hint on the task_name field contained a fictional example title ('The Starfall Accord Launch') that Maya was reading literally and using as the real book name. Replaced with a neutral placeholder that explicitly instructs Maya to use the ACTUAL title from the campaign brief. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- templates/marketing_campaign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/marketing_campaign.yml b/templates/marketing_campaign.yml index 4f34132..5eb6a2e 100644 --- a/templates/marketing_campaign.yml +++ b/templates/marketing_campaign.yml @@ -42,7 +42,7 @@ steps: packet_type: PlanningResponsePacket schema: tasks: - - task_name: "string -- descriptive name, e.g. 'Social Media Pack: The Starfall Accord Launch'" + - task_name: "string -- descriptive name using the ACTUAL book title from the campaign brief above, e.g. 'Social Media Pack: '" description: "string -- full brief for this content piece: product, audience, channel, phase, tone, CTA, word count" agents: - "string -- Zara (for copy/creative), Leo (for strategy/research)"