diff --git a/CHANGELOG.md b/CHANGELOG.md index c1149e3..41887a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ Notable changes per release. Format loosely follows [Keep a Changelog](https://keepachangelog.com/); BearDrive is pre-1.0, so minor versions may ship breaking changes (see [SemVer §4](https://semver.org/#spec-item-4)). +## Unreleased + +- **`bdrive skill install`** — the binary now carries the `beardrive` + skill and installs it into any agent that reads `SKILL.md` + (`~/.claude|.codex|.gemini|.hermes/skills/beardrive/`), idempotently; + bare `bdrive skill` prints the detection table. +- **Hub install guide, Codex and Hermes tabs: one paste, no terminal** — + the same shape as the Claude tab. The pasted prompt has the agent install + the CLI, keep the skill, sign in (`login --device`, so it can relay the + code instead of hoping a browser opened), `bdrive init`, and + `bdrive hooks install` — the step hand-copied setups routinely skipped. + The plain commands moved into an "or run it yourself" fallback. + ## v0.8.0 — 2026-07-16 - **Gated links on every mentioned file path**: Claude Code's turn-start diff --git a/README.md b/README.md index 7a7fe42..9d1071b 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ hub's own storage, never something a syncing client points at directly: | `bdrive share ` | Public URL for a synced file (`--list`, `--revoke`, `--expires`) | | `bdrive sync [folder]` | Run one sync cycle now. `--note ` stamps session context (e.g. an agent session id) onto changes — shown in `bdrive log` and hub history; keeps applying to daemon-committed changes until `--note-ttl` (default 30m) expires. `--hook