Commit aadb38a4 authored by Jan Reimes's avatar Jan Reimes
Browse files

docs(agents): add instructions for locating and activating bd executable

- Include steps for activating the mise environment in bash and zsh
- Clarify usage of bd commands for issue tracking
parent 44a52f05
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -91,6 +91,19 @@ grepai trace graph "ValidateToken" --depth 3 --json
This project uses **bd (beads)** for issue tracking.
Run `bd prime` for workflow context, or install hooks (`bd hooks install`) for auto-injection.

**Locate executable:**
If bash or zsh is used as shell environment: If you need to run `bd` commands but cannot locate the executable, you might need to activate the `mise` environment via:

```bash
eval "$(mise activate --shims bash)"
```

or:

```zsh
eval "$(mise activate --shims zsh)"
```

**Quick reference:**

- `bd ready` - Find unblocked work