Skip to content

Commit 1fcac65

Browse files
committed
docs: adopt AGENTS.md standard for agent instructions
Rename CLAUDE.md to AGENTS.md to align with the community AGENTS.md convention (https://agents.md/). This standardized format makes the repository's agent instructions more discoverable and consistent with other projects using AI coding assistants. My real motivation here is I want to support other agentic systems and not having this project hardcoded to Claude Code, which is proprietary software. Assisted-by: Claude Code (Sonnet 4.5) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 7ad284b commit 1fcac65

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.claude/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../AGENTS.md

CLAUDE.md renamed to AGENTS.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# CLAUDE.md
1+
# AGENTS.md
22

3-
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
3+
This file implements [https://agents.md/](AGENTS.md) with instructions for coding agents
4+
when working with code in this repository.
45

56
## Project Overview
67

@@ -10,7 +11,9 @@ The **Ambient Code Platform** is a Kubernetes-native AI automation platform that
1011
1112
### Amber Background Agent
1213

13-
The platform includes **Amber**, a background agent that automates common development tasks via GitHub Issues. Team members can trigger automated fixes, refactoring, and test additions without requiring direct access to Claude Code.
14+
The platform includes **Amber**, a background agent that automates common development tasks via GitHub Issues. Team members can trigger automated fixes, refactoring, and test additions without requiring direct access to a specific agentic AI system like Gemini CLI, Goose or Claude Code.
15+
16+
At the current time, the background agent is hardcoded to execute Claude Code.
1417

1518
**Quick Links**:
1619

0 commit comments

Comments
 (0)