AI and llms.txt¶
bb ships a published llms.txt document for AI agents that need a fast, product-level briefing before they start calling commands.
Use it when you want a compact description of what the CLI is for, what it does well, and where the deeper source-of-truth docs live.
- Published
llms.txt: llms.txt - Versioned docs home: Home
- Installation and Quickstart: Installation and Quickstart
- Command Reference: All Commands
- Machine-readable schemas: JSON Schemas
- AI skill for agents: SKILL.md on GitHub
What it covers¶
- Product premise and operator value
- Core strengths and safety model
- Important workflows for pull requests, search, tags, builds, and automation
- Pointers to the full docs, schemas, skill, and repository
When to use which source¶
- Start with
llms.txtwhen an agent needs quick orientation. - Use the command reference when exact flags and arguments matter.
- Use the advanced docs and ADRs when the agent needs behavioral or architectural context.