refactor: remove genre-specific chapter templates; all genres use book_chapter

This commit is contained in:
David Baity
2026-04-01 17:58:10 -04:00
parent 1675b87268
commit 682454bc7b
6 changed files with 2 additions and 140 deletions

View File

@@ -259,13 +259,8 @@ steps:
- EXACTLY one action per chapter from PART 2 of the outline — no more, no less
- task_name format: "Write Chapter N: [Chapter Title]" (N is a plain number, 1, 2, 3...)
- agent_name: always "Iris"
- task_type: choose based on genre_name from the outline:
* "ya_chapter" → if genre_name contains "YA" or "Young Adult"
* "romance_chapter" → if genre_name contains "Romance" or "Contemporary Romance"
* "drafting" → if genre_name contains "Science Fiction" or "Sci-Fi" or "Space Opera"
* "cozy_mystery_chapter" → if genre_name contains "Cozy Mystery" or "Mystery"
* "adult_novel_chapter" → if genre_name contains "Adult" and not YA
* "book_chapter" → all other genres (default)
- task_type: always "book_chapter" for all genres (book_chapter uses conditional_skills
to load the correct genre guide automatically based on genre_name)
- description: >
Include the chapter summary, POV character, emotional beat, cliffhanger, character state,
dominant tension, and opening location from the chapter outline.