Sprint 61k — Template & Pipeline Correctness Audit
- Fix {task.prompt} → {task.message} in all marketing templates (6 files)
- Add author_bio.yml and ad_copy.yml templates for crimson_leaf_marketing
- Add author_bio task_type to marketing_campaign.yml package schema
- Fix book_outline.yml: remove {prose_style} literal, add anti-truncation rule, fix scifi routing
- Fix InputFromUser.yml: echo full operator message in think output
- Fix planning.yml: add agent:Nova top-level field to lock chair
- Fix publishing genesis.yml: fix {task.message} variable and hardcode Nova title
- Add professional_title to AgentContext and build_state_map
- Increase _DEFAULT_MAX_RAG_CHARS from 4000 to 8000
- Fix adj_pass_rate=0.0: thread adjudication criteria through C# and Python
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ steps:
|
||||
hint: |
|
||||
You are Maya, Director of Marketing Operations.
|
||||
|
||||
CAMPAIGN BRIEF: {task.prompt}
|
||||
CAMPAIGN BRIEF: {task.message}
|
||||
|
||||
Write a complete CAMPAIGN STRATEGY DOCUMENT covering:
|
||||
|
||||
@@ -45,7 +45,7 @@ steps:
|
||||
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)"
|
||||
task_type: "string — one of: social_media_pack, email_campaign, press_release, ad_copy, campaign_strategy"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user