MicroFish/frontend/src
anadoris007 484689735f feat(narrative): add GodModeView, WorldBuilderView, cinematic locations
- 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>
2026-04-22 15:01:08 +05:30
..
api feat(narrative): add frontend API client for world + god mode 2026-04-22 14:57:06 +05:30
assets/logo Enhance homepage layout and styling 2025-12-10 15:15:44 +08:00
components feat(narrative): add StoryTimelineView with StoryBeat and CharacterCard 2026-04-20 22:04:28 +05:30
i18n feat(i18n): set up vue-i18n with dynamic locale loading 2026-04-01 15:22:14 +08:00
router feat(narrative): add GodModeView, WorldBuilderView, cinematic locations 2026-04-22 15:01:08 +05:30
store Add D3.js dependency and implement pending upload state management 2025-12-10 18:17:26 +08:00
views feat(narrative): add GodModeView, WorldBuilderView, cinematic locations 2026-04-22 15:01:08 +05:30
App.vue Update font styles across the application to include 'Noto Sans SC' for improved typography consistency. 2025-12-26 17:35:09 +08:00
main.js feat(i18n): set up vue-i18n with dynamic locale loading 2026-04-01 15:22:14 +08:00