From 7dcb2241c6703093f4c8e0378f6e41ee898320af Mon Sep 17 00:00:00 2001 From: Jkorf Date: Sat, 9 May 2026 21:56:08 +0200 Subject: [PATCH] Ai docs --- .cursor/rules/cryptoexchange-net.mdc | 4 ++-- .github/copilot-instructions.md | 4 ++-- CLAUDE.md => AGENTS.md | 0 README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename CLAUDE.md => AGENTS.md (100%) diff --git a/.cursor/rules/cryptoexchange-net.mdc b/.cursor/rules/cryptoexchange-net.mdc index 0a0ab57e..3f22d6df 100644 --- a/.cursor/rules/cryptoexchange-net.mdc +++ b/.cursor/rules/cryptoexchange-net.mdc @@ -65,7 +65,7 @@ var results = await Task.WhenAll(tasks); ## Reference -- `CLAUDE.md` in repo root has fuller examples +- `AGENTS.md` in repo root has fuller examples - `llms.txt` for AI context - `Examples/ai-friendly/` for compilable examples -- For single-exchange code, see that exchange's library (e.g., Binance.Net `CLAUDE.md`) +- For single-exchange code, see that exchange's library (e.g., Binance.Net `AGENTS.md`) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index bfabe429..a377d9ee 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -26,7 +26,7 @@ Same code works on every exchange that implements the interface. Use `Task.WhenA ## Single-exchange code uses the exchange's own client -For Binance-only code, use `BinanceRestClient` directly (see Binance.Net repo `CLAUDE.md`). SharedApis is for portability — use it when you need that. +For Binance-only code, use `BinanceRestClient` directly (see Binance.Net repo `AGENTS.md`). SharedApis is for portability — use it when you need that. ## Result pattern @@ -49,4 +49,4 @@ Each exchange library implements a subset. Check exchange docs for support matri ## Reference -For detailed patterns see `CLAUDE.md` and `llms.txt` in repo root, `examples/ai-friendly/` for compilable examples. +For detailed patterns see `AGENTS.md` and `llms.txt` in repo root, `examples/ai-friendly/` for compilable examples. diff --git a/CLAUDE.md b/AGENTS.md similarity index 100% rename from CLAUDE.md rename to AGENTS.md diff --git a/README.md b/README.md index 32102044..c2f86bf4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For more information on what CryptoExchange.Net and it's client libraries offers This library and the entire CryptoExchange.Net ecosystem provide first-class support for AI coding assistants. The relevant skill files are in this repository: -- **Claude Code**: `CLAUDE.md` (auto-detected at repo root) +- **Agents**: `AGENTS.md` (auto-detected at repo root) - **Cursor**: `.cursor/rules/cryptoexchange-net.mdc` - **GitHub Copilot**: `.github/copilot-instructions.md` - **Other tools** (Windsurf, Codex, Continue, Aider, etc.): `llms.txt` at repo root