docs: fix README and PLUGIN.md documentation issues

- Clarify that `bd ready` shows issues ready to work on (#512)
- Update git hooks install command from deprecated script to `bd hooks install` (#513)
- Fix Claude Code plugin local install: use `./beads` not `.`, clarify shell vs CC commands (#514)

Fixes #512, #513, #514

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-13 09:58:27 +11:00
parent b9bd45bcb3
commit 6b6d2dc4af
2 changed files with 11 additions and 6 deletions

View File

@@ -322,8 +322,8 @@ git push
git pull
# bd automatically detects JSONL is newer and imports on next command
bd ready # Fresh data from git!
bd list # Shows issues from other machines
bd ready # Shows issues ready to work on (with fresh data from git)
bd list # Lists all issues, including those from other machines
```
**Manual sync (optional):**
@@ -333,7 +333,7 @@ bd sync # Immediately flush pending changes and import latest JSONL
**For zero-lag sync**, install the git hooks:
```bash
cd examples/git-hooks && ./install.sh
bd hooks install
```
This adds: