From c49a8f5e69792a9144d20b0ea664d5d7c7210280 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Sat, 31 Jan 2026 19:56:41 -0300 Subject: [PATCH] Enhance documentation for GitHub Copilot agents Added CLAUDE.md file for AI assistant integration and updated Copilot agents description. --- CONTRIBUTING.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26bd25d..6b50186 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,15 @@ Note that since [#2048](https://github.com/alshedivat/al-folio/pull/2048) al-fol ## 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