mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
BearDrive is now hub-based only. Clients sync through a `bdrive web` hub over https and never talk to object storage directly. - Remove the `bdrive remote` / `bdrive remote set` command entirely. Wiring a folder's remote is `bdrive init` (always a hub); switching hubs is `bdrive login <url>` then re-`init`. Object storage stays as the *hub's* backing store (`bdrive web s3://…`), never a client remote. - Reposition README, CLAUDE.md, and the beardrive skill from "no server required / direct-to-bucket" to hub-based; section 2 of the skill is now "storing a hub's data" (server-side), and the stale `init --remote` / `remote set` examples are fixed. BREAKING: direct client-to-bucket sync is no longer supported. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R7Q9ZKSZRTdvrSJkYLUmYs