feat(simulation): voice pipeline integration — Factual bypass, observer wiring, tell iteration (#650 #652 #651)

ContentType::Factual bypasses LLM for fact-bearing lines (numbers,
denials). Observer enrichment systems rewrite dialogue/conversation
text with voiced versions before snapshot assembly. Friendly and
RoutineDeviation tells get concrete surface-pattern examples.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 09:11:44 +01:00
co-authored by Claude Opus 4.6
parent ce0df2f320
commit 1a4fd578cc
8 changed files with 316 additions and 12 deletions
+1
View File
@@ -127,6 +127,7 @@ fn krenn_culture() -> CultureProfile {
TellCategory::Friendly,
],
}],
behavior_modifiers: vec![],
}
}
+1
View File
@@ -119,6 +119,7 @@ fn krenn_culture() -> CultureProfile {
TellCategory::Friendly,
],
}],
behavior_modifiers: vec![],
}
}