mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
GTM reviewer round 1 (baseline: positioning 6, funnel 4, open-paid 8,
community 3, launch 3, metrics 2; 3 blockers + 3 majors, all repo-fixable):
- TRUTH: removed the false 'no server required' claim (x3 on the
website) and stale 'S3/GCS directly' sync claims in both plugin
manifests — hub-only since v0.3.0
- POSITIONING: one line everywhere ('the open-source Google Drive for
AI agents' + the attribution/read-analytics wedge) across README,
website, marketplace.json, plugin.json, SKILL.md; third 'Why' card
and AGPL-why rationale; nav CTA → Star on GitHub
- COMMUNITY: CONTRIBUTING.md, issue forms + PR template, public dated
ROADMAP.md, CHANGELOG.md seeded from all 8 releases
- DEMO ASSETS: real product screenshots captured from the seeded demo
hub (Insights treemap, browse-with-heat, public share page) embedded
in README + website — no fabricated content anywhere
- DOCS: self-hosting quickstart, metrics plan (north star: active
shared brains), launch-plan drafts (Show HN/PH/launch week), and
docs/gtm-handoff.md — the prioritized external-action checklist
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01P5cxPQdSGJnjXCYY9GeWXt
2.9 KiB
2.9 KiB
Changelog
Notable changes per release. Format loosely follows Keep a Changelog; BearDrive is pre-1.0, so minor versions may ship breaking changes (see SemVer §4).
v0.7.0 — 2026-07-14
bdrive url <file>— internal, permission-walled links (sign-in + project membership required) that agents share when they create files; the plugin now teaches agents to include the link in their reply.- Mobile layout overhaul: responsive chrome now covers tablet and phone landscape, 44px touch targets throughout, five designer-review rounds.
- Read-heat hooks re-registered on upgrade pick up broader matchers.
v0.6.0 — 2026-07-13
- Web UI rewritten in React + TypeScript (same URLs, same design):
committed build output keeps
go build/go installNode-free. - Read-heat coverage fix: agent reads via shell commands (
cat,grep,tail) and Grep matches now count, not just native file reads;bdrive hooks installupgrades existing hook matchers in place. - Content-hashed assets served immutable; committed e2e harness + 42-spec Playwright suite.
v0.5.0 — 2026-07-12
- Project home page: connect-an-agent guide (Claude Code & Cowork plugin flow, Hermes/Codex CLI) with real hub URL + project id filled in; Insights embedded for admins/org owners.
- Two-file AGENTS.md orientation for shared folders in the plugin flows.
- Expandable history notes; RESTful
/insightsand/historyroutes.
v0.4.0 — 2026-07-12
- Read heat / Insights: per-file read telemetry (human vs agent vs share), heat dots in listings, and the Insights dashboard — treemap, reads×staleness scatter with the hot-but-stale danger quadrant, hot path, per-agent coverage matrix.
- Agent read reporting:
bdrive read-log+ hooks spool agent file reads locally and report on next sync.
v0.3.1 — 2026-07-10
- Parallel blob upload + progress bar for large initial imports.
v0.3.0 — 2026-07-10
- Hub-only architecture: clients sync exclusively through a
bdrive webhub over HTTPS (theremotecommand and direct client-to-bucket sync were removed);bdrive logoutadded. - SQL metadata backends: hub accounts/projects/orgs/shares can live in SQLite or Postgres (incl. Supabase) instead of JSON files.
- Dockerfile + Cloud Run deployment recipe.
v0.2.2 — 2026-07-08
- BearDrive: the project (formerly
sfs) got its name; CLI becamebdrive. - Multi-project sync hub with accounts and orgs; interactive
bdrive init/ browserbdrive loginonboarding; public share links; web viewer folded into the CLI asbdrive web; per-file history in the web UI;/beardrive:installteam onboarding for Claude Code.
v0.1.0 — 2026-06-12
- First release: per-device append-only journals, last-writer-wins replay, content-addressed blobs, offline-first sync through S3/GCS/ file remotes, conflict copies, daemon with turn-boundary agent hooks.