Try DungeonQ's persistent world without a model API key
What happens after a suspicious session is diverted? It needs somewhere consistent to keep working.
DungeonQ's new reproducible walkthrough follows that path: write a world record through MCP, read it through HTTP, use a world-only Wrong Ticket, then restart the services and check that the state survives. A separately scoped operator grant permits a bounded follow-up record; independent evidence checks what happened.
You can run the walkthrough locally without connecting a model or production system. From the public repository, with Node.js 24.15.0+:
npm ci --ignore-scripts
node scripts/judge-demo.mjs /absolute/path/new-report.json
Choose a new report filename. The script creates and cleans up its own temporary fixture. The guide explains the output and links to the recorded JSON:
https://github.com/Ranopha/dungeonq-amazon/blob/main/docs/AMAZON_JUDGE_DEMO.md
Prefer to watch first? The short English film presents recorded command outputs:
This is a deterministic walkthrough with a scripted operator fixture and artificial resources. It demonstrates runtime continuity, not that an AI was fooled or that a production environment is protected.


Replies