The files in this directory are regenerated from the live code by
cmd/docgen. Do not edit them by hand; edits are overwritten
on the next make docs run.
| file | contents |
|---|---|
cli.md |
guild CLI reference — every subcommand with flags + usage |
mcp.md |
MCP tool catalog — every tool with arg schema |
To regenerate:
make docs
CI catches drift via make docs-check (exits non-zero if the
generated output differs from what's checked in).