mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
fix: @W-22259678@ update stale skill name references (#301)
fix: update stale skill name references to match new naming convention - README.md: update folder structure examples from old names (generating-apex, generating-custom-object, generating-flow) to new names (platform-apex-generate, platform-custom-object-generate, automation-flow-generate) - samples/AGENT.md (b2e + b2x): update using-ui-bundle-salesforce-data to experience-ui-bundle-salesforce-data-access
This commit is contained in:
parent
7f223b0d41
commit
48ef93f39d
@ -9,9 +9,9 @@ The skills are contributed by Salesforce and the broader community. It’s optim
|
||||
```
|
||||
sf-skills/
|
||||
├── skills/ # Directory-based executable workflows
|
||||
│ ├── generating-apex/
|
||||
│ ├── generating-custom-object/
|
||||
│ ├── generating-flow/
|
||||
│ ├── platform-apex-generate/
|
||||
│ ├── platform-custom-object-generate/
|
||||
│ ├── automation-flow-generate/
|
||||
│ └── ...
|
||||
├── samples/ # Synced sample apps (e.g. from npm)
|
||||
│ └── ui-bundle-template-app-react-sample-b2e/
|
||||
|
||||
@ -146,7 +146,7 @@ Do not consider a task complete until all three steps have been run successfully
|
||||
|
||||
### Data access (Salesforce)
|
||||
|
||||
**Before writing any code that connects to Salesforce, you MUST invoke the `using-ui-bundle-salesforce-data` skill. Do not write any data access code without consulting it first.**
|
||||
**Before writing any code that connects to Salesforce, you MUST invoke the `experience-ui-bundle-salesforce-data-access` skill. Do not write any data access code without consulting it first.**
|
||||
|
||||
This applies to: GraphQL queries/mutations, REST calls, SDK initialization, custom hooks that fetch data, or any code that imports from `@salesforce/platform-sdk`.
|
||||
|
||||
|
||||
@ -146,7 +146,7 @@ Do not consider a task complete until all three steps have been run successfully
|
||||
|
||||
### Data access (Salesforce)
|
||||
|
||||
**Before writing any code that connects to Salesforce, you MUST invoke the `using-ui-bundle-salesforce-data` skill. Do not write any data access code without consulting it first.**
|
||||
**Before writing any code that connects to Salesforce, you MUST invoke the `experience-ui-bundle-salesforce-data-access` skill. Do not write any data access code without consulting it first.**
|
||||
|
||||
This applies to: GraphQL queries/mutations, REST calls, SDK initialization, custom hooks that fetch data, or any code that imports from `@salesforce/platform-sdk`.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user