fix(schema): add missing dialogue mood and situation values

Adds 'focused' to mood enum and 'greeting' to situation enum in
dialogue-pool.schema.json. Both values are used by Sprint 7-8
dialogue content but were not added to the schema at the time.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-17 22:43:55 +01:00
co-authored by Claude Opus 4.6
parent 65d3b5e50c
commit 16cccda411
+4 -2
View File
@@ -65,7 +65,8 @@
"enum": [
"arrival", "shift_start", "shift_end", "shift_transition",
"bar_evening", "night_shift", "investigation", "confrontation",
"social", "alone", "emergency", "routine", "observation"
"social", "alone", "emergency", "routine", "observation",
"greeting"
]
},
"minItems": 1,
@@ -90,7 +91,8 @@
"type": "string",
"enum": [
"fond", "comfortable", "worried", "suspicious",
"analytical", "conflicted", "concerned", "relieved"
"analytical", "conflicted", "concerned", "relieved",
"focused"
]
},
"uniqueItems": true,