Agent Consumption
The docs source is Markdown-first and the deployed docs expose a raw Markdown mirror.
Agents should start with:
https://docs.wendellai.com/llms.txt
Markdown files are available at:
https://docs.wendellai.com/markdown/
For repository-local consumption, read files directly from:
docs-site/docs/
Recommended read order:
index.mdquickstart.mdcli.mdconfiguration.mdagent-adapter-contract.mdtroubleshooting.md
Contract for agent readers
The Markdown files avoid site-specific components and can be parsed without rendering Docusaurus.
Front matter is standard YAML:
---
title: Quickstart
description: Create and run your first Wendell Playbook-backed test suite.
---
Agents can ignore front matter if they only need procedural content.
Stable concepts
Use these terms consistently:
| Term | Meaning |
|---|---|
| Playbook | Business behavior source material. |
| Playbook draft | Hosted draft created from source material. |
| Playbook summary | Extracted and reviewable primitive summary. |
| Required question | Blocking review question that must be answered before approval. |
| Test suite | Published hosted scenario pack generated from an approved Playbook. |
| Runner | Local CLI identity that runs the customer agent and uploads results. |
| Agent adapter | Customer-owned command invoked by Wendell with JSON stdin/stdout. |