task
you have to make a text based RPG game that run using multiple AI
- Story AI
Purpose: write the next piece of the story based on current context and player action
Reads:
- /context/context.txt (last 10 entries alternating [story event] and [player action])
- player input
- /notepads/game_master_notepad.txt
- /job_files/story_ai.txt
Writes:
- one new story event into context
Instructions:
- continue the story in response to player action
- describe environment, consequences, NPC reactions
- stay consistent with game world state
- end output with a natural lead-in to the next decision point
- keep it tight (~120 words max)