examples/README.md
This directory contains examples of how to integrate bd with AI agents and workflows.
# Try the Python agent example
cd python-agent
python agent.py
# Try the bash agent example
cd bash-agent
./agent.sh
# Install git hooks
cd git-hooks
./install.sh
# REMOVED (bd-4c74): branch-merge demo - hash IDs eliminate collision resolution
The basic agent workflow:
bd ready --json --limit 1bd update <id> --claim --jsonbd create "Found bug" --jsonbd dep add <new-id> <parent-id> --type discovered-frombd close <id> --reason "Done" --jsonAll commands support --json for easy parsing.