بنقرة واحدة
update-llms-text
// Update and maintain the llms.txt file. Use when the user wants to add sections, add links, correct information, or review the llms.txt file.
// Update and maintain the llms.txt file. Use when the user wants to add sections, add links, correct information, or review the llms.txt file.
| name | update-llms-text |
| description | Update and maintain the llms.txt file. Use when the user wants to add sections, add links, correct information, or review the llms.txt file. |
| disable-model-invocation | true |
| argument-hint | [action or description of changes] |
Update sites/docs/src/content/llms.txt, a curated resource list that
helps LLMs understand the Flutter framework.
Always start by reading the existing sites/docs/src/content/llms.txt to
understand the current structure and content before making changes.
Based on the user-provided action, perform one of the following tasks:
When asked to add a new section:
When asked to add new links to an existing section:
If not provided, ask for the target section and links to add.
For each link provided:
Load and analyze its source file to identify its title and determine an appropriate description.
Append the link to the specified section, matching the existing Markdown-based format:
- [Title](URL): Description.
When asked to correct information:
When asked to review the file:
- [Title](URL): Description.