Audit the current session's research flow. Execute in order: 1. CONTEXT CHECK: memory_recall for subjects matching the current session topics. List what EEMS knows. 2. AGGREGATE: Identify duplicate or overlapping memories on the same topic. If multiples exist, consolidate into one authoritative entry — keep the best, link or supersede the rest with memory_link(relation="supersedes"). 3. CORRECT: If any stored memory contradicts findings from this session, update it. Use memory_link(relation="contradicts") to mark the old one, store the corrected version. 4. PRUNE: Memories that exist only because of an abandoned research direction (pivot happened, conclusion changed) — delete them with memory_forget. State what you're deleting and why. 5. REPORT: Output a summary table — kept, merged, corrected, deleted. One line each. Be aggressive. Research flows generate speculative memories that don't survive the final conclusion. Kill them.