Skip to content

Commit dda458f

Browse files
committed
Ai docs
1 parent c634b88 commit dda458f

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.cursor/rules/deepcoin-net.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ var ticker = await shared.GetSpotTickerAsync(
115115

116116
## Reference
117117

118-
- `CLAUDE.md` in repo root has fuller examples
118+
- `AGENTS.md` in repo root has fuller examples
119119
- `llms.txt` and `llms-full.txt` in repo root for AI context
120120
- `Examples/ai-friendly/` contains compilable examples

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ For code that needs to work across multiple exchanges, use `CryptoExchange.Net.S
6363

6464
## Reference
6565

66-
For detailed patterns and pitfalls see `CLAUDE.md`, `llms.txt`, and `llms-full.txt` in the repository root, and `Examples/ai-friendly/` for compilable examples.
66+
For detailed patterns and pitfalls see `AGENTS.md`, `llms.txt`, and `llms-full.txt` in the repository root, and `Examples/ai-friendly/` for compilable examples.
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ DeepCoin.Net includes AI-oriented documentation and examples for code generation
9090

9191
|File|Purpose|
9292
|--|--|
93-
|[`CLAUDE.md`](CLAUDE.md)|Assistant skill with core DeepCoin.Net patterns, pitfalls, and examples|
93+
|[`AGENTS.md`](AGENTS.md)|Assistant skill with core DeepCoin.Net patterns, pitfalls, and examples|
9494
|[`llms.txt`](llms.txt)|Short LLM index with links to docs, examples, and critical usage rules|
9595
|[`llms-full.txt`](llms-full.txt)|Detailed LLM context with endpoint routing, code patterns, and anti-hallucination checks|
9696
|[`docs/ai-api-map.md`](docs/ai-api-map.md)|Table-style intent-to-method map for ExchangeApi REST, WebSocket, and SharedApis|

0 commit comments

Comments
 (0)