From 86db0d4e7d9b974c23af188b1e8ff0b289a0f976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Farstad?= Date: Tue, 15 Sep 2026 14:32:56 +0200 Subject: [PATCH] fix(skills): repair three broken reference links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit js-api-client/SKILL.md linked to references/high-level-helpers.md and references/utilities.md, but the skill has no references/ directory — neither file has ever existed. The helper table is inline in SKILL.md already, so the pointer was redundant as well as dead; the utilities it named now hang off the official documentation link instead. query/references/core-api.md linked to ../mutation/references/core-api.md, which resolves to query/mutation/... — one level short. Co-Authored-By: Claude Opus 5 (1M context) --- use-crystallize/skills/js-api-client/SKILL.md | 6 ++---- use-crystallize/skills/query/references/core-api.md | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/use-crystallize/skills/js-api-client/SKILL.md b/use-crystallize/skills/js-api-client/SKILL.md index 7b87b5d..dadd389 100644 --- a/use-crystallize/skills/js-api-client/SKILL.md +++ b/use-crystallize/skills/js-api-client/SKILL.md @@ -105,7 +105,7 @@ All callers share the same signature: ## High-Level Helpers -Available helpers (see [High-Level Helpers Reference](references/high-level-helpers.md) for full examples): +Available helpers: | Helper | Import | Purpose | | ----------------------------------- | ---------------------------- | ----------------------------------------------------------- | @@ -154,8 +154,6 @@ const { tenant } = await api.nextPimApi<{ tenant: { id: string; name: string } } ## References -- [High-Level Helpers](references/high-level-helpers.md) - Catalogue Fetcher, Navigation Fetcher, Product Hydrater, Order Manager, Customer Manager, Cart Manager, and more -- [Utilities](references/utilities.md) - GraphQL Builder, Signature Verification, Binary File Manager, Pricing Utilities, Request Profiling -- [Official Documentation](https://crystallize.com/docs/developer/sdk/js-api-client) +- [Official Documentation](https://crystallize.com/docs/developer/sdk/js-api-client) - High-level helpers and utilities (GraphQL Builder, Signature Verification, Binary File Manager, Pricing Utilities, Request Profiling) - [GitHub Repository](https://github.com/CrystallizeAPI/libraries/tree/main/components/js-api-client) - [NPM Package](https://www.npmjs.com/package/@crystallize/js-api-client) diff --git a/use-crystallize/skills/query/references/core-api.md b/use-crystallize/skills/query/references/core-api.md index ac64776..58035a8 100644 --- a/use-crystallize/skills/query/references/core-api.md +++ b/use-crystallize/skills/query/references/core-api.md @@ -701,4 +701,4 @@ Types are generated from the Core API schema via GraphQL Code Generator. ## Related Links - [Crystallize Core API Documentation](https://crystallize.com/docs/developer/apis/core-api) -- [Core API Mutations](../mutation/references/core-api.md) +- [Core API Mutations](../../mutation/references/core-api.md)