38 lines
689 B
Plaintext
38 lines
689 B
Plaintext
# BMAD Method Documentation
|
|
# https://bmad-code-org.github.io/BMAD-METHOD/
|
|
#
|
|
# This file controls web crawler access to the documentation site.
|
|
|
|
User-agent: *
|
|
Allow: /
|
|
|
|
# LLM-friendly documentation files
|
|
# These are specifically designed for AI consumption
|
|
# llms.txt - Concise overview with navigation
|
|
# llms-full.txt - Complete documentation in plain text
|
|
|
|
# AI Crawlers - Welcome!
|
|
User-agent: GPTBot
|
|
Allow: /
|
|
|
|
User-agent: ChatGPT-User
|
|
Allow: /
|
|
|
|
User-agent: Google-Extended
|
|
Allow: /
|
|
|
|
User-agent: CCBot
|
|
Allow: /
|
|
|
|
User-agent: anthropic-ai
|
|
Allow: /
|
|
|
|
User-agent: Claude-Web
|
|
Allow: /
|
|
|
|
User-agent: cohere-ai
|
|
Allow: /
|
|
|
|
# Sitemap
|
|
Sitemap: https://bmad-code-org.github.io/BMAD-METHOD/sitemap.xml
|