# CLAUDE.md

> Canonical agent instructions live in [.github/copilot-instructions.md](.github/copilot-instructions.md).
> This file exists so Claude Code finds the right entry point.

## Repository

- Name: [your-repo]
- Default branch: main
- Languages: [list]
- Key directories: [list]
- Test framework: [list]

## Build

```bash
[build command]
```

## Test

```bash
[test command]
```

## See also

- [.github/copilot-instructions.md](.github/copilot-instructions.md)
- [AGENTS.md](AGENTS.md)
