Skip to content

Commit 3c71ea0

Browse files
committed
Document Claude Code compatibility
1 parent 72af04f commit 3c71ea0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ This file provides guidance to AI agents when working with code in this reposito
66

77
- This root **AGENTS.md** contains only essential baseline knowledge. Domain-specific or advanced topics should be placed in `AGENTS.md` files within relevant subdirectories (e.g., `src/AGENTS.md`, `test/AGENTS.md`, `samples/AGENTS.md`). For cross-cutting topics without a corresponding subdirectory, place documentation under `docs/`.
88
- When solving problems reveals valuable knowledge, record it back to the most relevant `AGENTS.md` or documentation file.
9-
- **CLAUDE.md** is a symlink to this file — avoid modifying CLAUDE.md directly.
109
- All documentation and code should be written in English.
1110

1211
## Project Overview
@@ -91,3 +90,10 @@ Uses Central Package Management (CPM) — all NuGet versions are defined in `Dir
9190

9291
1. Merge PRs to `main` — draft release auto-updated by release-drafter
9392
2. Push a `v*` tag — triggers NuGet publish via `dotnet pack -o packages` and GitHub release
93+
94+
## Claude Code Compatibility
95+
96+
> [!NOTE]
97+
> This repository maintains compatibility with Claude Code. The file `CLAUDE.md` is a symbolic link pointing to `AGENTS.md`.
98+
> All commands, style guides, and workflows defined in `AGENTS.md` apply to both Antigravity (and other agentic assistants) and Claude Code.
99+
> **DO NOT** delete the `CLAUDE.md` symbolic link or edit it independently; all guidelines must be updated directly in `AGENTS.md`.

0 commit comments

Comments
 (0)