Skip to content

Commit dfa4bb4

Browse files
committed
Ai docs
1 parent 99dd7bd commit dfa4bb4

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.cursor/rules/cryptocom-net.mdc

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

9696
## Reference
9797

98-
- Skill: `CLAUDE.md` in repo root has fuller examples
98+
- Skill: `AGENTS.md` in repo root has fuller examples
9999
- `llms.txt` and `llms-full.txt` in repo root for AI context
100100
- Examples: `Examples/ai-friendly/`
101101
- Intent map: `docs/ai-api-map.md`

.github/copilot-instructions.md

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

6565
## Reference
6666

67-
For detailed patterns and pitfalls see `CLAUDE.md`, `llms.txt`, and `llms-full.txt` in the repository root. See `Examples/ai-friendly/` for compilable examples and `docs/ai-api-map.md` for an intent-to-method map.
67+
For detailed patterns and pitfalls see `AGENTS.md`, `llms.txt`, and `llms-full.txt` in the repository root. See `Examples/ai-friendly/` for compilable examples and `docs/ai-api-map.md` for an intent-to-method map.
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ CryptoCom.Net includes AI-oriented documentation and examples for code generatio
8787

8888
|File|Purpose|
8989
|--|--|
90-
|[`CLAUDE.md`](CLAUDE.md)|Assistant skill with core CryptoCom.Net patterns, pitfalls, and examples|
90+
|[`AGENTS.md`](AGENTS.md)|Assistant skill with core CryptoCom.Net patterns, pitfalls, and examples|
9191
|[`llms.txt`](llms.txt)|Short LLM index with links to docs, examples, and critical usage rules|
9292
|[`llms-full.txt`](llms-full.txt)|Detailed LLM context with endpoint routing, code patterns, and anti-hallucination checks|
9393
|[`docs/ai-api-map.md`](docs/ai-api-map.md)|Quick intent-to-method map for the CryptoCom.Net REST, WebSocket, and shared API surfaces|

0 commit comments

Comments
 (0)