docs: fix README and PLUGIN.md documentation issues (#763)

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
This commit is contained in:
Adam Spiers
2025-12-28 01:20:00 +00:00
committed by GitHub
parent d0694e6171
commit d71601d98e
3 changed files with 12 additions and 6 deletions

View File

@@ -402,7 +402,7 @@ bd export -o .beads/issues.jsonl
bd import -i .beads/issues.jsonl
# Install git hooks for guaranteed sync
cd examples/git-hooks && ./install.sh
bd hooks install
```
If you disabled auto-sync with `--no-auto-flush` or `--no-auto-import`, remove those flags or use `bd sync` manually.