jpmschweitzer and Claude Opus 4.6
82a911f3aa
feat(voice): add cache, queue, and worker modules (D-138, Spike 2 Phase 2)
...
MessagePack voice cache with per-zone persistence and version invalidation.
Priority work queue with crossbeam bounded channel, backpressure, pause/resume,
and zone-change reprioritization. Inference worker pool with empty output guard
and graceful degradation to base text.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 17:09:24 +01:00
jpmschweitzer and Claude Opus 4.6
33030fcc58
feat(engine): voice pipeline Phase 1 — composition engine and data model
...
Add the voice pipeline composition engine (D-138 Spike 2, Phase 1):
- voice/prompt_builder.rs: full prompt assembly from culture profile,
tell state, and base text. Handles occasional injection gating,
epistemic marker extraction, content-length-gated tell injection.
16 unit tests.
- blueprint.rs: CultureProfile gains voice_persona, voice_examples,
occasional_injections fields. NpcBlueprint gains tell_behaviors.
OccasionalInjection struct with kind discriminator (oath/faith/
hesitancy/etc), frequency, and tell-suppression gating.
- culture-krenn.ron: v2 voice injector from Spike 1 — persona block,
3 examples, oath injection at 0.25 frequency.
- D-138 amended: Phi-3 dropped entirely, exact Gemma 2B provenance
documented. Model file renamed to gemma2.gguf.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 16:35:39 +01:00