fix: remove Unicode chars from template

This commit is contained in:
2026-04-09 23:03:37 +00:00
parent faa956befd
commit 1b8cb6684e

View File

@@ -30,16 +30,16 @@ steps:
- Full name: [exact canonical name] - Full name: [exact canonical name]
- Age: [if known] - Age: [if known]
- Role: [protagonist / love_interest / antagonist / supporting] - Role: [protagonist / love_interest / antagonist / supporting]
- Faction/School: [magic school, faction, or group alignment if applicable] - Faction/School: [magic school, faction, or group alignment -- if applicable]
## Voice Signature ## Voice Signature
(REQUIRED this section is injected into every chapter to enforce consistent voice.) (REQUIRED -- this section is injected into every chapter to enforce consistent voice.)
- Stress expression scale: [mild phrase] = minor | [mid] = upset | [strong] = furious - Stress expression scale: [mild phrase] = minor | [mid] = upset | [strong] = furious
- Verbal tic: [what they say in a specific context, e.g., "says 'obviously' sarcastically when meaning the opposite"] - Verbal tic: [what they say in a specific context, e.g., "says 'obviously' sarcastically when meaning the opposite"]
- Sentence length pattern: [e.g., "short declaratives when focused, run-ons when arguing"] - Sentence length pattern: [e.g., "short declaratives when focused, run-ons when arguing"]
- What they REACH FOR: [tactile / visual / analytical / emotional how they sense the world] - What they REACH FOR: [tactile / visual / analytical / emotional -- how they sense the world]
- What they NEVER say: [phrase or construction they would never use] - What they NEVER say: [phrase or construction they would never use]
- Imperfection signature: [what breaks in their speech when emotional trailing off, wrong word, etc.] - Imperfection signature: [what breaks in their speech when emotional -- trailing off, wrong word, etc.]
- One example line of their dialogue that could not belong to any other character: - One example line of their dialogue that could not belong to any other character:
"[example line]" "[example line]"
@@ -52,21 +52,21 @@ steps:
- Shared uncertainty: [the epistemological question their power raises] - Shared uncertainty: [the epistemological question their power raises]
## Arc ## Arc
- Want: [what they think they need the surface goal] - Want: [what they think they need -- the surface goal]
- Need: [what they actually need to grow the deeper truth] - Need: [what they actually need to grow -- the deeper truth]
- Fatal flaw: [the trait that creates conflict and prevents getting what they need] - Fatal flaw: [the trait that creates conflict and prevents getting what they need]
- Wound: [backstory that created the flaw the originating event] - Wound: [backstory that created the flaw -- the originating event]
- Transformation: [where they need to end up the arc endpoint] - Transformation: [where they need to end up -- the arc endpoint]
## Relationships ## Relationships
For each major character in the project: For each major character in the project:
- [Character 2 name]: [relationship type + dynamic in one sentence] - [Character 2 name]: [relationship type + dynamic in one sentence]
- [Character 3 name]: [relationship type + dynamic in one sentence] - [Character 3 name]: [relationship type + dynamic in one sentence]
(Include at minimum: protagonist love_interest, protagonist antagonist) (Include at minimum: protagonist ? love_interest, protagonist ? antagonist)
## Notes for Writers ## Notes for Writers
5 bullet points a chapter writer MUST know that are NOT captured in the sections above. 5 bullet points a chapter writer MUST know that are NOT captured in the sections above.
Focus on the most easily-missed or frequently-wrong details the things that make this Focus on the most easily-missed or frequently-wrong details -- the things that make this
character feel real versus generic. Include: character feel real versus generic. Include:
- At least one physical habit or tell - At least one physical habit or tell
- At least one speech quirk specific to this character - At least one speech quirk specific to this character
@@ -79,10 +79,10 @@ steps:
asset_id: "voice-sig-{character_name_slug}" asset_id: "voice-sig-{character_name_slug}"
hint: | hint: |
Extract ONLY the voice signature entry for {character_name} in this exact format. Extract ONLY the voice signature entry for {character_name} in this exact format.
Do NOT include any other sections. Do NOT paraphrase copy directly from the Do NOT include any other sections. Do NOT paraphrase -- copy directly from the
Voice Signature section of the character sheet you just wrote. Voice Signature section of the character sheet you just wrote.
### {character_name} Voice Signature ### {character_name} -- Voice Signature
- Role: [from ## Identity: Role field] - Role: [from ## Identity: Role field]
- Voice tone: [from ## Voice Signature: stress scale value] - Voice tone: [from ## Voice Signature: stress scale value]
- Speech pattern: [from ## Voice Signature: sentence length pattern] - Speech pattern: [from ## Voice Signature: sentence length pattern]
@@ -100,13 +100,13 @@ adjudication:
criteria: criteria:
voice_signature_completeness: voice_signature_completeness:
weight: 35 weight: 35
description: "Voice Signature section is fully populated with specific, usable identifiers not vague descriptions" description: "Voice Signature section is fully populated with specific, usable identifiers -- not vague descriptions"
arc_clarity: arc_clarity:
weight: 25 weight: 25
description: "Want vs Need are distinct; Fatal Flaw and Wound are specific and connected" description: "Want vs Need are distinct; Fatal Flaw and Wound are specific and connected"
writer_notes_specificity: writer_notes_specificity:
weight: 25 weight: 25
description: "Notes for Writers contains actionable, non-obvious details not generic craft advice" description: "Notes for Writers contains actionable, non-obvious details -- not generic craft advice"
grounding_in_source: grounding_in_source:
weight: 15 weight: 15
description: "Character details are consistent with the project outline and prior deliverables" description: "Character details are consistent with the project outline and prior deliverables"