This commit is contained in:
David Baity
2026-04-06 21:51:34 -04:00
parent cfd98e9ea8
commit 99c4718baf
5 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ name: Cora
role: specialist role: specialist
locked: false locked: false
model: default model: default
model_tier: reviewer
character: character:
professional_title: Continuity & Accuracy Editor professional_title: Continuity & Accuracy Editor
personality: | personality: |

View File

@@ -2,6 +2,7 @@ name: Devon
role: specialist role: specialist
locked: false locked: false
model: power model: power
model_tier: reviewer
character: character:
professional_title: Developmental Editor professional_title: Developmental Editor
personality: | personality: |

View File

@@ -2,6 +2,7 @@ name: Lane
role: specialist role: specialist
locked: false locked: false
model: default model: default
model_tier: reviewer
character: character:
professional_title: Line Editor professional_title: Line Editor
personality: | personality: |

View File

@@ -1,2 +0,0 @@
- Standard Practice: Multi-chapter fiction projects initiate with a Character Bible, Concept Summary, detailed 10-chapter outline, Voice & Tone Guide, and sequential book_chapter task dispatches including dependencies.
- Standard Practice: Novel production commences with a comprehensive planning deliverable containing Character Bible, Concept Summary, 10-chapter Outline, Voice & Tone Guide, Publishing Notes, followed by sequential spawning of dependent chapter-writing tasks.

View File

@@ -108,6 +108,8 @@ steps:
- task_type: chapter_polish - task_type: chapter_polish
task_name: "Polish: {chapter_ref}" task_name: "Polish: {chapter_ref}"
agent_name: Iris agent_name: Iris
depends_on:
- "Polish: {chapter_ref_prev}"
context: context:
chapter_text: "{chapter_text}" chapter_text: "{chapter_text}"
consensus_critique: "{consensus_critique}" consensus_critique: "{consensus_critique}"