Skip to content

Commit c62e0a3

Browse files
authored
fix: rename evolution storypoints
Rename the MC/OC perspective storypoints to MC Steadfast Expression and OC Steadfast Expression to avoid collision with the Character Evolution Audience Experience Dynamic added in Fall 2025. Validation: - npm run validate:schema
1 parent bb1d413 commit c62e0a3

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
## Recent Canonical Terminology Updates
2121

22+
- Renamed the perspective storypoints `Main Character Evolution` and `Influence Character Evolution` to `MC Steadfast Expression` and `OC Steadfast Expression` to avoid collision with the `Character Evolution` Audience Experience Dynamic added in Fall 2025.
2223
- Added Character-framing Storypoint Appreciations as canonical-valid labels: Character Intentions, Character Repercussions, Character Adaptations, Character Affectations, Character Engagements, Character Perks, Character Pressures, and Character Forebodings.
2324
- Clarified that these labels normalize to the original linear-focused appreciation families for interoperability (centered on Story Goal and Story Consequence).
2425
- Clarified usage guidance: linear stories use linear-focused appreciations, while holistic stories may use either linear-focused or Character-framing appreciations.

docs/terminology/02.appreciations-of-narrative.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@
359359
"short_definition": "the catalyst provocateur's influence forces the main character to dig deeper into personal justifications"
360360
},
361361
{
362-
"name": "Influence Character Evolution",
363-
"short_definition": "the specific element that defines the evolved motivation of the Influence Character's unique point-of-view"
362+
"name": "OC Steadfast Expression",
363+
"short_definition": "the specific element that expresses the steadfast motivation of the Obstacle Character's unique point-of-view"
364364
},
365365
{
366366
"name": "Influence Character Flow",
@@ -787,8 +787,8 @@
787787
"short_definition": "the main character delves deeper into personal motivations and justifications"
788788
},
789789
{
790-
"name": "Main Character Evolution",
791-
"short_definition": "the specific element that defines the evolved motivation of the Main Character's unique point-of-view"
790+
"name": "MC Steadfast Expression",
791+
"short_definition": "the specific element that expresses the steadfast motivation of the Main Character's unique point-of-view"
792792
},
793793
{
794794
"name": "Main Character Flow",

examples/complete-storyform-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
},
244244
{
245245
"id": "storypoint_0026",
246-
"appreciation": "Influence Character Evolution",
246+
"appreciation": "OC Steadfast Expression",
247247
"illustration": "",
248248
"summary": "",
249249
"storytelling": "",
@@ -459,7 +459,7 @@
459459
},
460460
{
461461
"id": "storypoint_0053",
462-
"appreciation": "Main Character Evolution",
462+
"appreciation": "MC Steadfast Expression",
463463
"illustration": "",
464464
"summary": "",
465465
"storytelling": "",

schema/ncp-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@
835835
"Influence Character Event 7",
836836
"Influence Character Event 8",
837837
"Influence Character Event 9",
838-
"Influence Character Evolution",
838+
"OC Steadfast Expression",
839839
"Influence Character Flow",
840840
"Influence Character Introduction",
841841
"Influence Character Issue",
@@ -942,7 +942,7 @@
942942
"Main Character Event 7",
943943
"Main Character Event 8",
944944
"Main Character Event 9",
945-
"Main Character Evolution",
945+
"MC Steadfast Expression",
946946
"Main Character Flow",
947947
"Main Character Growth",
948948
"Main Character Introduction",

schema/ncp-schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ additionalProperties: false
618618
- Influence Character Event 7
619619
- Influence Character Event 8
620620
- Influence Character Event 9
621-
- Influence Character Evolution
621+
- OC Steadfast Expression
622622
- Influence Character Flow
623623
- Influence Character Introduction
624624
- Influence Character Issue
@@ -725,7 +725,7 @@ additionalProperties: false
725725
- Main Character Event 7
726726
- Main Character Event 8
727727
- Main Character Event 9
728-
- Main Character Evolution
728+
- MC Steadfast Expression
729729
- Main Character Flow
730730
- Main Character Growth
731731
- Main Character Introduction

0 commit comments

Comments
 (0)