Add cleanup call at end of successful sync to ensure snapshot files (beads.base.jsonl, beads.left.jsonl) are removed even when --no-pull is used. Previously, captureLeftSnapshot was called before the pull block, but cleanup was only inside the !noPull block, leaving orphaned files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>