Cleaned up
This commit is contained in:
@@ -20,6 +20,13 @@ sections:
|
|||||||
- instructions
|
- instructions
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- type: tool
|
||||||
|
action: git_read_file
|
||||||
|
params:
|
||||||
|
path: "staging/refinement_notes/chapter-{chapter_ref}.md"
|
||||||
|
output_key: refinement_notes
|
||||||
|
optional: true
|
||||||
|
|
||||||
- type: think
|
- type: think
|
||||||
hint: |
|
hint: |
|
||||||
You are Iris, a fiction author performing a bounded editorial correction pass.
|
You are Iris, a fiction author performing a bounded editorial correction pass.
|
||||||
@@ -42,6 +49,12 @@ steps:
|
|||||||
|
|
||||||
VERDICT: {chapter_verdict}
|
VERDICT: {chapter_verdict}
|
||||||
|
|
||||||
|
---
|
||||||
|
HUMAN REFINEMENT NOTES (operator-injected; apply these in addition to MUST APPLY items):
|
||||||
|
{refinement_notes}
|
||||||
|
(If this block is empty, no additional human guidance was provided.)
|
||||||
|
---
|
||||||
|
|
||||||
---
|
---
|
||||||
ORIGINAL CHAPTER:
|
ORIGINAL CHAPTER:
|
||||||
{chapter_text}
|
{chapter_text}
|
||||||
@@ -101,7 +114,13 @@ steps:
|
|||||||
No commentary, no change log, no editorial notes — ONLY the chapter.
|
No commentary, no change log, no editorial notes — ONLY the chapter.
|
||||||
|
|
||||||
- type: document
|
- type: document
|
||||||
filename: "Chapter_{chapter_number}_final"
|
filename: "polished/chapter-{chapter_ref}"
|
||||||
|
|
||||||
|
- type: tool
|
||||||
|
action: update_pipeline_status
|
||||||
|
params:
|
||||||
|
chapter_ref: "{chapter_ref}"
|
||||||
|
stage_key: "polished"
|
||||||
|
|
||||||
|
|
||||||
- type: think
|
- type: think
|
||||||
@@ -121,7 +140,7 @@ steps:
|
|||||||
max_chars: 4000
|
max_chars: 4000
|
||||||
|
|
||||||
- type: document
|
- type: document
|
||||||
filename: "character-state-{chapter_ref}-final"
|
filename: "polished/character-state-{chapter_ref}-final"
|
||||||
- type: close
|
- type: close
|
||||||
rag_update: true
|
rag_update: true
|
||||||
|
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ steps:
|
|||||||
Start directly with the chapter title and opening line. No commentary, no "Pass 1" label.
|
Start directly with the chapter title and opening line. No commentary, no "Pass 1" label.
|
||||||
|
|
||||||
- type: document
|
- type: document
|
||||||
filename: "chapter-{chapter_ref}"
|
filename: "staging/drafts/chapter-{chapter_ref}"
|
||||||
|
|
||||||
- type: think
|
- type: think
|
||||||
hint: |
|
hint: |
|
||||||
@@ -196,7 +196,7 @@ steps:
|
|||||||
max_chars: 4000
|
max_chars: 4000
|
||||||
|
|
||||||
- type: document
|
- type: document
|
||||||
filename: "character-state-{chapter_ref}"
|
filename: "staging/drafts/character-state-{chapter_ref}"
|
||||||
|
|
||||||
- type: close
|
- type: close
|
||||||
rag_update: true
|
rag_update: true
|
||||||
|
|||||||
Reference in New Issue
Block a user