The required-fixture-guard description still said session.jsonl was needed only for model scenarios, but the harness passes <dir>/session.jsonl to llm-replay unconditionally, so loadReplayScript() fails for a no-model scenario without it. The code already requires it for all scenarios; align the RFC prose.