|
6 | 6 | [](https://codecov.io/gh/itk-dev/devops_itksites) |
7 | 7 | [](https://github.com/itk-dev/devops_itksites/commits/develop/) |
8 | 8 | [](https://github.com/itk-dev/devops_itksites/blob/develop/LICENSE) |
9 | | -[](https://github.com/itk-dev/devops_itksites/blob/develop/agents.md) |
| 9 | +[](https://github.com/itk-dev/devops_itksites/blob/develop/claude.md) |
10 | 10 |
|
11 | 11 | This is our internal server and site registration tool. It works in tandem with our |
12 | 12 | [ITK sites server harvester](https://github.com/itk-dev/devops_itkServerHarvest). |
@@ -134,17 +134,18 @@ docker compose run --rm node yarn coding-standards-check |
134 | 134 |
|
135 | 135 | ### 🤖 AI coding agents |
136 | 136 |
|
137 | | -This project includes an [`agents.md`](agents.md) file that provides project |
138 | | -context for AI coding agents. The file describes the project architecture, |
| 137 | +This project includes an [`claude.md`](claude.md) file that provides project |
| 138 | +context for Claude Code. The file describes the project architecture, |
139 | 139 | technology stack, development commands, CI/CD setup, and coding conventions. |
140 | 140 |
|
141 | | -`agents.md` is a vendor-neutral standard supported by tools such as |
142 | | -[Claude Code](https://claude.ai/claude-code), |
143 | | -[OpenCode](https://opencode.ai/), and others. |
144 | | - |
145 | 141 | Tool-specific configuration (permissions, hooks, plugins) lives in `.claude/` |
146 | 142 | and is not portable across tools. |
147 | 143 |
|
| 144 | +> [!NOTE] |
| 145 | +> `agents.md` is a vendor-neutral standard supported by tools such as |
| 146 | +> [OpenCode](https://opencode.ai/) and others. Claude Code doesn't currently support |
| 147 | +> `agents.md`, `claude.md` should be renamed to a vendor neutral standard when Claude supports it. |
| 148 | +
|
148 | 149 | #### Claude Code plugins |
149 | 150 |
|
150 | 151 | The following plugins are enabled in `.claude/settings.json`: |
|
0 commit comments