Skip to content

Commit 7cf1f1e

Browse files
committed
Change agents.md to claude.md in Readme
1 parent bac1888 commit 7cf1f1e

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ phpstan.neon
3131
###< phpstan/phpstan ###
3232
.phpunit.cache
3333
.twig-cs-fixer.cache
34+
.playwright-mcp

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- [#58](https://github.com/itk-dev/devops_itksites/pull/58)
1111
5002: Added export to everything
1212
- [#62](https://github.com/itk-dev/devops_itksites/pull/62)
13-
6869: Add agents.md and Claude Code configuration for AI coding agents
13+
6869: Add claude.md and Claude Code configuration for AI coding agents
1414

1515
## [1.8.10] - 2025-07-02
1616

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Codecov](https://img.shields.io/codecov/c/github/itk-dev/devops_itksites?style=flat-square&logo=codecov)](https://codecov.io/gh/itk-dev/devops_itksites)
77
[![GitHub last commit](https://img.shields.io/github/last-commit/itk-dev/devops_itksites?style=flat-square)](https://github.com/itk-dev/devops_itksites/commits/develop/)
88
[![GitHub License](https://img.shields.io/github/license/itk-dev/devops_itksites?style=flat-square)](https://github.com/itk-dev/devops_itksites/blob/develop/LICENSE)
9-
[![agents.md](https://img.shields.io/badge/%F0%9F%A4%96_agents.md-AI%20ready-8A2BE2?style=flat-square)](https://github.com/itk-dev/devops_itksites/blob/develop/agents.md)
9+
[![claude.md](https://img.shields.io/badge/%F0%9F%A4%96_claude.md-AI%20ready-8A2BE2?style=flat-square)](https://github.com/itk-dev/devops_itksites/blob/develop/claude.md)
1010

1111
This is our internal server and site registration tool. It works in tandem with our
1212
[ITK sites server harvester](https://github.com/itk-dev/devops_itkServerHarvest).
@@ -134,17 +134,18 @@ docker compose run --rm node yarn coding-standards-check
134134

135135
### 🤖 AI coding agents
136136

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,
139139
technology stack, development commands, CI/CD setup, and coding conventions.
140140

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-
145141
Tool-specific configuration (permissions, hooks, plugins) lives in `.claude/`
146142
and is not portable across tools.
147143

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+
148149
#### Claude Code plugins
149150

150151
The following plugins are enabled in `.claude/settings.json`:

0 commit comments

Comments
 (0)