David Baity
|
ee7404ec96
|
Sprint 89: Fix intent schema (template->task_type), update genesis to write project.yml, fix all project.yml intents
|
2026-05-01 00:37:47 -04:00 |
|
David Baity
|
58545cbdee
|
fix: decouple proposal gate from board debate; fix genesis.yml hardcoded models
|
2026-04-29 00:38:57 -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 |
|
|
|
41a22c9fe4
|
fix: remove Unicode chars from template
|
2026-04-09 23:03:17 +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
|
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 |
|
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 |
|