From 900cffa5ba87a79e8245faba388f41e431aaaa00 Mon Sep 17 00:00:00 2001 From: Ciaran Hannigan Date: Tue, 24 Mar 2026 16:26:34 -0400 Subject: [PATCH] fix: update skill name for deploying to salesforce --- .../references/schema-introspection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/using-webapp-salesforce-data/references/schema-introspection.md b/skills/using-webapp-salesforce-data/references/schema-introspection.md index 013434e..d5cbf42 100644 --- a/skills/using-webapp-salesforce-data/references/schema-introspection.md +++ b/skills/using-webapp-salesforce-data/references/schema-introspection.md @@ -49,5 +49,5 @@ Use a maximum of **3 introspection cycles** to resolve all entities and their de The schema reflects the **current org state**. Custom objects and fields appear only after metadata is deployed. -- **Before** running `npm run graphql:schema`: Deploy all metadata and assign permission sets. Invoke the `deploying-to-salesforce` skill for the full sequence. +- **Before** running `npm run graphql:schema`: Deploy all metadata and assign permission sets. Invoke the `deploying-webapp-to-salesforce` skill for the full sequence. - **After** any metadata deployment: Re-run `npm run graphql:schema` and `npm run graphql:codegen` so types and queries stay in sync.