Update SKILL.md for Lex App Generation

This commit is contained in:
sandipkumar-yadav 2026-04-01 22:00:49 +05:30 committed by GitHub
parent 483127c4ef
commit bc16b0c7e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -274,6 +274,18 @@ After all phases complete, consolidate outputs into deployment-ready structure.
---
### STEP 4: Deployment-Time Permission Set Suggestion
Whenever deployment is executed, you MUST include a suggestion that the user can assign generated permission set(s) to the current user.
- Show this suggestion as part of the deployment response.
- Include runnable command suggestion:
- `sf org assign permset --name <PermissionSetApiName>`
- If multiple permission sets were generated, include one command per permission set.
- Do not complete the deployment response until this suggestion and command(s) are shown.
---
## Output
The completed build produces:
@ -420,4 +432,4 @@ Check for:
- Reserved words in API names
- Relationship limits (max 2 M-D per object)
- Name length limits
- Duplicate names
- Duplicate names