mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
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.