fix(book-pipeline): inference hints + LLM-filled context vars + roster roundtable

- book_research.yml: add inference hint when genre_name/genre_audience/research_focus are empty
- book_outline.yml: add inference hint for genre/audience; change package schema to ask LLM
  to FILL genre_name/genre_audience/prose_style/chapter_target_words from the outline text
  (was using {template_vars} which stay empty unless planning sets them)
- devon/agent.yml: add chapter_roundtable to supported_templates
- lane/agent.yml: add chapter_roundtable to supported_templates
  (all three editors now participate in roundtable — roster-driven, not hardcoded)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Baity
2026-03-12 02:16:18 -04:00
parent dd00c07a90
commit df62a19c3f
4 changed files with 28 additions and 14 deletions

View File

@@ -20,3 +20,4 @@ manages: []
department: editorial
supported_templates:
- chapter_review
- chapter_roundtable