mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +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.