Executive summary
Reviewed both Qwen 3.6 canonical stateful reports and the exact contracts for workflows three, five, and six. Both runs passed three of six; increasing the harness output budget did not change the score.
The failures have different causes and should not be addressed with one broad prompt change. Workflow three is primarily a synthetic search-tokenization artifact, workflow five combines overly literal timestamp scope matching with a real stale-read sequencing miss, and workflow six is a genuine multi-stage planning and context-management gap plus a missing invalid-scope guard.
The plan corrects harness semantics first, reruns the unchanged model, and only then introduces bounded agent-policy or context changes for failures that remain. No implementation was performed in this planning session.