cleanup Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). Create and run a cleanup process using the process at . Implementation notes (for the process): - Parse arguments for flag (if present, set dryRun: true in inputs) and (default: 7) - The process scans .a5c/runs/ for completed/failed runs, aggregates insights, writes summaries, then removes old data - Always show the user what will be removed before removing (in interactive mode via breakpoints) - In non-interactive mode (yolo), proceed with cleanup using defaults - The insights file goes…