Select the types of activity you want to include in your feed.
Fix bottler: skip git pull on empty tap repos
git pull --ff-only fails when the remote tap repo has no commits (empty repo, no main branch). Check rev-parse origin/main first; if it fails, skip the pull.