Commit Graph

31 Commits

Author SHA1 Message Date
David Baity
ff3090b7fd feat: add reply steps to all CLM templates routing to crimson_leaf_marketing:live-feed 2026-04-28 09:08:16 -04:00
bf1a262a13 Fix campaign_review: make Tool_WebSearcher steps optional so pipeline continues when tool is offline 2026-04-18 00:29:29 +00:00
c2aff1994c fix(campaign_review): dispatch to crimson_leaf/incubation not holding-company 2026-04-17 20:43:05 +00:00
058b8c9fbb Sprint 81: update templates/campaign_review.yml 2026-04-17 20:37:34 +00:00
David Baity
a48304ac77 feat: add campaign_strategy template
Leo-driven tactical strategy document for influencer outreach,
analytics setup, evergreen content, retargeting, and similar
campaign execution tasks spawned by marketing_campaign.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-15 19:22:50 -04:00
David Baity
0afdbfcb6e fix: remove misplaced debug:true lines that broke YAML parse 2026-04-15 18:18:10 -04:00
David Baity
d2b8bada4e fix: genesis uses openai/gpt-4o-mini to avoid gemini-flash-preview timeout 2026-04-15 02:21:19 -04:00
David Baity
2687f9d52f fix: remove misplaced debug:true from genesis.yml schema
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-15 00:45:41 -04:00
David Baity
bb56299b8e Fix adjudication template resolution -- add adjudication.yml 2026-04-11 12:28:08 -04:00
d2f57be438 fix: remove Unicode chars from template 2026-04-09 23:03:20 +00:00
8a447425ca fix: remove Unicode chars from template 2026-04-09 23:03:19 +00:00
14819f25ff fix: remove Unicode chars from template 2026-04-09 23:03:18 +00:00
93e4a35ac0 fix: remove Unicode chars from template 2026-04-09 23:03:17 +00:00
41a22c9fe4 fix: remove Unicode chars from template 2026-04-09 23:03:17 +00:00
3d88e1ae82 fix: remove Unicode chars from template 2026-04-09 23:03:16 +00:00
4c1f17736c fix: remove Unicode chars from template 2026-04-09 23:03:15 +00:00
35f707cb67 fix: remove Unicode chars from template 2026-04-09 23:03:14 +00:00
3e2ce3c76c fix: remove duplicate debug key in adjudication criteria block 2026-04-09 20:55:40 +00:00
b57c74b506 fix: remove duplicate debug key in adjudication criteria block 2026-04-09 20:55:38 +00:00
5774d85347 fix: remove duplicate debug key in adjudication criteria block 2026-04-09 20:55:37 +00:00
36dcf42aae fix: remove duplicate debug key in adjudication criteria block 2026-04-09 20:55:35 +00:00
b6a5276ba5 fix: remove duplicate debug key in adjudication criteria block 2026-04-09 20:55:33 +00:00
42ea6915ff fix: remove duplicate debug key in adjudication criteria block 2026-04-09 20:55:32 +00:00
David Baity
8aa0a2d8ef feat: add debug:true to all templates; add LLM_LOG_DIR config 2026-04-09 14:38:14 -04:00
David Baity
1d605cc9f3 Sprint 66g: template architecture -- company templates only, starter_pack, rename to lower_case_with_underscores
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-01 22:43:30 -04:00
David Baity
b4616ea027 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>
2026-03-30 10:36:23 -04:00
PAE
be31c929b4 Bootstrap: scaffold templates/ 2026-03-30 07:05:12 +00:00
David Baity
4fff153dec Add custom InputFromUser template routing to Maya/marketing_campaign
Routes all campaign requests to Maya with task_type marketing_campaign.
Replaces global template that routes to Selene/planning.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-22 15:29:11 -04:00
David Baity
24e299ac6c Fix genesis.yml: force route to marketing_campaign/Maya, prevent planning fallback 2026-03-22 15:13:30 -04:00
David Baity
5a93b1ebe0 Bootstrap Crimson Leaf Marketing: agents (Maya, Leo, Zara) + 5 templates
Agents:
- Maya: Director of Marketing Operations (genesis, marketing_campaign, planning)
- Leo: Senior Marketing Strategist (campaign_strategy, market_research)
- Zara: Lead Creative Copywriter (social_media_pack, email_campaign, press_release)

Templates:
- genesis.yml: routes InputFromUser intake to marketing_campaign or planning
- marketing_campaign.yml: full go-to-market plan → spawns social/email/press tasks
- social_media_pack.yml: Instagram/TikTok/LinkedIn/X content pack (Zara)
- email_campaign.yml: 5+ email sequence for launch/campaign (Zara)
- press_release.yml: AP-style press release (Zara)
2026-03-22 15:10:35 -04:00
28e7200d01 Bootstrap: scaffold templates/ 2026-03-22 18:38:58 +00:00