Revise BeadBoard integration section
Updated BeadBoard integration instructions in README.
This commit is contained in:
parent
03efa10e28
commit
b3956b31ce
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
|
@ -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 ad‑hoc.
|
||||
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue