docs: update domain references to find-bufo.com

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Changed files
+2 -2
scripts
+1 -1
README.md
··· 2 2 3 3 hybrid semantic + keyword search for the bufo zone 4 4 5 - **live at: [find-bufo.fly.dev](https://find-bufo.fly.dev/)** 5 + **live at: [find-bufo.com](https://find-bufo.com/)** 6 6 7 7 ## overview 8 8
+1 -1
scripts/add_one_bufo.py
··· 83 83 """Upload single embedding to turbopuffer""" 84 84 file_hash = hashlib.sha256(filename.encode()).hexdigest()[:16] 85 85 name = filename.rsplit(".", 1)[0] 86 - url = f"https://find-bufo.fly.dev/static/{filename}" 86 + url = f"https://find-bufo.com/static/{filename}" 87 87 88 88 async with httpx.AsyncClient() as client: 89 89 response = await client.post(