RunWave should be agentic for real playtests. Scripted mode is currently misleading.
Current problem:
- The orchestrator defaults/documentation still mention
playMode: scripted.
- Jobs can carry
playMode, but the remote runner always calls the agentic runPlaytest path.
- This makes the public contract confusing: a user can think they are running scripted mode, while the runner actually requires OpenRouter and uses the agent.
Expected:
Remove scripted play mode from the real fleet/run contract. If we keep any scripted behavior, it should be clearly limited to local tests/smoke tests and not exposed as a production play mode.
RunWave should be agentic for real playtests. Scripted mode is currently misleading.
Current problem:
playMode: scripted.playMode, but the remote runner always calls the agenticrunPlaytestpath.Expected:
Remove scripted play mode from the real fleet/run contract. If we keep any scripted behavior, it should be clearly limited to local tests/smoke tests and not exposed as a production play mode.