From 09632209dcf21a05ddc29806c63f92dfc57f8150 Mon Sep 17 00:00:00 2001 From: Wiktor Starczewski Date: Sun, 23 Aug 2026 22:53:33 +0200 Subject: [PATCH] docs: fix stale client repo entry in llms.txt, point agents at shipped SDK guidance --- static/llms.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/llms.txt b/static/llms.txt index 5209f880..3618f1cd 100644 --- a/static/llms.txt +++ b/static/llms.txt @@ -6,6 +6,7 @@ - [Next / unstable builder docs](https://docs.miden.xyz/next/builder/): Current development builder docs, currently labeled 0.15 unstable. - [Next / unstable reference](https://docs.miden.xyz/next/reference/): Current development protocol, VM, node, and compiler docs. - [Agent skill](https://docs.miden.xyz/skill.md): Compact Miden context for AI coding assistants. +- Building a JavaScript or React app: the `@miden-sdk/*` npm packages ship their own agent guidance, an `AGENTS.md` index plus a `skills/` directory readable at `node_modules/@miden-sdk//`. It is version-matched to the installed release, so prefer it over this site for API specifics. `npm create @miden-sdk@latest` copies it into the project. - [GitHub organization](https://github.com/0xMiden): Source repositories. ## Builder Documentation @@ -68,7 +69,8 @@ - [docs](https://github.com/0xMiden/docs): Docusaurus documentation site. - [protocol](https://github.com/0xMiden/protocol): Protocol types, account model, notes, assets, transactions, and MASM protocol library. - [miden-vm](https://github.com/0xMiden/miden-vm): Virtual machine and assembler. -- [miden-client](https://github.com/0xMiden/miden-client): Rust client, Web SDK, and React SDK. +- [rust-sdk](https://github.com/0xMiden/rust-sdk): Rust client library and CLI. Formerly `miden-client`. +- [web-sdk](https://github.com/0xMiden/web-sdk): `@miden-sdk/miden-sdk`, `@miden-sdk/react`, and `@miden-sdk/vite-plugin`. - [node](https://github.com/0xMiden/node): Miden node implementation. - [compiler](https://github.com/0xMiden/compiler): Rust-to-MASM compiler. - [tutorials](https://github.com/0xMiden/tutorials): Tutorial source content.