Sprint 56h: fix spawn_list bug + add iris character_sheet support + voice sig auto-import

This commit is contained in:
David Baity
2026-03-23 23:46:13 -04:00
parent 4124bd8ba8
commit 79a2e8ab7c
13 changed files with 268 additions and 9 deletions

View File

@@ -94,9 +94,11 @@ steps:
- KEY BEATS: 35 numbered scene beats that will form the chapter
- CLOSING HOOK: Exact last image or line that makes readers continue
- Reminders about continuity, prose style, and target length
- CHARACTER VOICE PROFILES: Copy the "## Voice Signatures" section from the
Character Bible here verbatim. PASS 1 must write every character to their profile.
If no Voice Signatures section exists, omit this block.
- CHARACTER VOICE PROFILES (pre-extracted):
{character_profiles}
If this block is empty, fall back to searching PROJECT DELIVERABLES for a file
containing "## Voice Signatures" and copy it here. PASS 1 must write every
character to their profile.
STEP 5 — CHECK LIVE CHARACTER STATE (if available):
Look in your RAG context for an asset called [character-state].
@@ -329,6 +331,7 @@ steps:
chapter_ref: "{chapter_ref}"
chapter_number: "{chapter_number}"
review_letter: "a"
character_profiles: "{character_profiles}"
- task_type: chapter_review
task_name: "Review (Lane): {chapter_ref}"
@@ -343,6 +346,7 @@ steps:
chapter_ref: "{chapter_ref}"
chapter_number: "{chapter_number}"
review_letter: "b"
character_profiles: "{character_profiles}"
- task_type: chapter_review
task_name: "Review (Cora): {chapter_ref}"
@@ -357,6 +361,7 @@ steps:
chapter_ref: "{chapter_ref}"
chapter_number: "{chapter_number}"
review_letter: "c"
character_profiles: "{character_profiles}"
- task_type: chapter_roundtable
task_name: "Roundtable: {chapter_ref}"
@@ -372,6 +377,7 @@ steps:
genre_audience: "{genre_audience}"
chapter_ref: "{chapter_ref}"
chapter_target_words: "{chapter_target_words}"
character_profiles: "{character_profiles}"
depends_on:
- "Review (Devon): {chapter_ref}"
- "Review (Lane): {chapter_ref}"