Enhance documentation for GitHub Copilot agents

Added CLAUDE.md file for AI assistant integration and updated Copilot agents description.
This commit is contained in:
George 2026-01-31 19:56:41 -03:00 committed by GitHub
parent b67d2a19d8
commit c49a8f5e69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,15 @@ Note that since [#2048](https://github.com/alshedivat/al-folio/pull/2048) al-fol
## GitHub Copilot Agents ## GitHub Copilot Agents
This repository includes two specialized GitHub Copilot agents to assist with development and documentation: This repository includes specialized GitHub Copilot agents and files to assist with development and documentation:
### CLAUDE.md
The `CLAUDE.md` file serves as an entry point for Claude (Anthropic's AI assistant) when working with this repository. It uses Claude's `@path/to/import` syntax (as described in [Claude's best practices](https://code.claude.com/docs/en/best-practices#write-an-effective-claude-md)) to dynamically import the `AGENTS.md` file. This approach keeps documentation centralized while providing a convenient entry point for AI assistants. The file simply contains:
```
@AGENTS.md
```
### Customization Agent ### Customization Agent