From 5d8f8fcfe1852d16ad7a6f15787700a46160d15e Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 23 Jul 2026 18:41:15 -0700 Subject: [PATCH 1/2] docs(sdk): fix broken links in SDK READMEs - sdks/javascript/README.md: license link pointed at sdk/LICENSE.txt; the file is sdk/LICENSE (matches every other SDK README). - sdks/python/sdk/README.md: metadata-filtering example link was one directory level short (../../ instead of ../../../). - sdks/javascript/sdk/README.md: remove reference to samples/metadata-filtering.ts, which does not exist in the samples directory. Co-Authored-By: Claude Fable 5 --- sdks/javascript/README.md | 2 +- sdks/javascript/sdk/README.md | 2 -- sdks/python/sdk/README.md | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sdks/javascript/README.md b/sdks/javascript/README.md index d2b9e310..1725c694 100644 --- a/sdks/javascript/README.md +++ b/sdks/javascript/README.md @@ -67,4 +67,4 @@ npm test ## License -[BSD 2-Clause License](./sdk/LICENSE.txt) +[BSD 2-Clause License](./sdk/LICENSE) diff --git a/sdks/javascript/sdk/README.md b/sdks/javascript/sdk/README.md index dea6ebd0..bd574467 100644 --- a/sdks/javascript/sdk/README.md +++ b/sdks/javascript/sdk/README.md @@ -134,8 +134,6 @@ const results = await mossClient.query("my-docs", "running shoes", { }); ``` -For a complete runnable example, see [`samples/metadata-filtering.ts`](./samples/metadata-filtering.ts). - ## 📄 License This package is licensed under the [BSD 2-Clause License](./LICENSE). diff --git a/sdks/python/sdk/README.md b/sdks/python/sdk/README.md index 5f5ef4af..2095e3ae 100644 --- a/sdks/python/sdk/README.md +++ b/sdks/python/sdk/README.md @@ -184,7 +184,7 @@ results = await client.query( ) ``` -For a complete runnable example, see [`examples/python/metadata_filtering.py`](../../examples/python/metadata_filtering.py). +For a complete runnable example, see [`examples/python/metadata_filtering.py`](../../../examples/python/metadata_filtering.py). ## 🧠 Providing custom embeddings From 6308c2c3e412950fbef5748a78fed5f062048b64 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 23 Jul 2026 18:42:20 -0700 Subject: [PATCH 2/2] docs(moss-pikachu): fix how-to.md link depth in agent skill ../../how-to.md resolved inside .cursor/; the file lives at the example root, three levels up. Co-Authored-By: Claude Fable 5 --- examples/moss-pikachu/.cursor/skills/moss-pikachu/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/moss-pikachu/.cursor/skills/moss-pikachu/SKILL.md b/examples/moss-pikachu/.cursor/skills/moss-pikachu/SKILL.md index b4aa404c..032390aa 100644 --- a/examples/moss-pikachu/.cursor/skills/moss-pikachu/SKILL.md +++ b/examples/moss-pikachu/.cursor/skills/moss-pikachu/SKILL.md @@ -14,7 +14,7 @@ description: >- | Doc | Purpose | |-----|---------| | [project-summary.md](../../project-summary.md) | Full technical reference | -| [how-to.md](../../how-to.md) | End-user guide | +| [how-to.md](../../../how-to.md) | End-user guide | | [contribution.md](../../contribution.md) | Contributor guide | ## Specialized skills