Revise BeadBoard integration section

Updated BeadBoard integration instructions in README.
This commit is contained in:
zenchantlive 2026-03-05 17:53:30 -08:00 committed by GitHub
parent 03efa10e28
commit b3956b31ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,12 +174,14 @@ BeadBoard is designed for AI agent coordination. Agents work in their own projec
Add the following to your project's `AGENTS.md` or `CLAUDE.md`:
```markdown
## BeadBoard Integration
## BeadBoard
You have access to the **beadboard-driver** skill. [page:22]
- Always use beadboard-driver as your entrypoint for coordination work (tasks, context, status) instead of inventing your own workflow.
- Use it to read and update Beads via `bd`, keep work state consistent with the BeadBoard UI, and obey the verification rules described in this repo.
- When in doubt about what to do next or how to record progress, call beadboard-driver and follow its guidance rather than editing markdown adhoc.
- Install driver: `npx skills add zenchantlive/beadboard --skill beadboard-driver`
- Working directory: run all `bd` commands from project root
- Source of truth: `bd` CLI manages all work state
- Evidence required: never claim done without running verification gates
```
### Key Concepts