Skip to content

Commit c49a8f5

Browse files
authored
Enhance documentation for GitHub Copilot agents
Added CLAUDE.md file for AI assistant integration and updated Copilot agents description.
1 parent b67d2a1 commit c49a8f5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ Note that since [#2048](https://github.com/alshedivat/al-folio/pull/2048) al-fol
1212

1313
## GitHub Copilot Agents
1414

15-
This repository includes two specialized GitHub Copilot agents to assist with development and documentation:
15+
This repository includes specialized GitHub Copilot agents and files to assist with development and documentation:
16+
17+
### CLAUDE.md
18+
19+
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:
20+
21+
```
22+
@AGENTS.md
23+
```
1624

1725
### Customization Agent
1826

0 commit comments

Comments
 (0)