1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00
This commit is contained in:
Jkorf
2026-05-09 21:56:08 +02:00
parent 8c4cf62d9f
commit 7dcb2241c6
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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`)
+2 -2
View File
@@ -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.
View File
+1 -1
View File
@@ -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