fix: update skill name for deploying to salesforce

This commit is contained in:
Ciaran Hannigan 2026-03-24 16:26:34 -04:00
parent 6683687205
commit 900cffa5ba
No known key found for this signature in database

View File

@ -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.