mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Ai docs
This commit is contained in:
@@ -65,7 +65,7 @@ var results = await Task.WhenAll(tasks);
|
|||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
|
|
||||||
- `CLAUDE.md` in repo root has fuller examples
|
- `AGENTS.md` in repo root has fuller examples
|
||||||
- `llms.txt` for AI context
|
- `llms.txt` for AI context
|
||||||
- `Examples/ai-friendly/` for compilable examples
|
- `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`)
|
||||||
|
|||||||
@@ -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
|
## 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
|
## Result pattern
|
||||||
|
|
||||||
@@ -49,4 +49,4 @@ Each exchange library implements a subset. Check exchange docs for support matri
|
|||||||
|
|
||||||
## Reference
|
## 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.
|
||||||
|
|||||||
@@ -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:
|
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`
|
- **Cursor**: `.cursor/rules/cryptoexchange-net.mdc`
|
||||||
- **GitHub Copilot**: `.github/copilot-instructions.md`
|
- **GitHub Copilot**: `.github/copilot-instructions.md`
|
||||||
- **Other tools** (Windsurf, Codex, Continue, Aider, etc.): `llms.txt` at repo root
|
- **Other tools** (Windsurf, Codex, Continue, Aider, etc.): `llms.txt` at repo root
|
||||||
|
|||||||
Reference in New Issue
Block a user