mirror of
https://github.com/go-task/task.git
synced 2026-06-25 21:56:16 +00:00
feat(website): add llms.txt for AI agents (#2513)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user