- New Vue views: GodModeView (inject event, modify emotions with preloaded current values, kill character with typed-name confirmation) and WorldBuilderView (rules editor, locations with cinematic atmosphere field, event log viewer) - Shared sim-nav strip across Story/GodMode/World views - Location schema extended with optional atmosphere field — a short mood phrase that anchors the opening visual of every scene set there - Translator's _format_world_locations surfaces atmosphere to the LLM prompt so the field actually influences generation - Routes added for /godmode/:simId and /world/:simId Tests: 39/39 passing (added test_location_atmosphere_surfaces_in_prompt). Frontend builds clean. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_action_mapper.py | ||
| test_character_engine.py | ||
| test_god_mode.py | ||
| test_narrative_e2e.py | ||
| test_narrative_translator.py | ||
| test_story_store.py | ||
| test_world_state.py | ||