feat(website): add llms.txt for AI agents (#2513)

This commit is contained in:
Valentin Maerten
2025-11-29 12:40:44 +01:00
committed by GitHub
parent a085d62727
commit 02b13a687a
5 changed files with 585 additions and 1 deletions

View File

@@ -71,6 +71,28 @@ version: '3'
You can find more information on this in the
[YAML language server project](https://github.com/redhat-developer/yaml-language-server).
## AI/LLM Assistants
Task documentation is optimized for AI assistants like Claude Code, Cursor, and
other LLM-powered development tools through the
[VitePress LLMs plugin](https://github.com/okineadev/vitepress-plugin-llms).
This integration provides:
- Structured documentation in LLM-friendly formats
- Context-optimized content for AI assistants
- Automatic generation of `llms.txt` and `llms-full.txt` files
- Enhanced discoverability of Task features for AI tools
AI assistants can access Task documentation through:
- **[llms.txt](https://taskfile.dev/llms.txt)**: Lightweight overview of Task documentation
- **[llms-full.txt](https://taskfile.dev/llms-full.txt)**: Complete documentation with all content
These files are automatically generated and kept in sync with the documentation,
ensuring AI assistants always have access to the latest Task features and usage
patterns.
## Community Integrations
In addition to our official integrations, there is an amazing community of