mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-12 02:49:15 +08:00
feat: Fix dx-app-analytics-query & mobile-apps-create for strict validator on main @W-23705745@
This commit is contained in:
parent
870e4afc09
commit
6e0cb27718
@ -6,6 +6,8 @@ metadata:
|
||||
- tool: ["sf"]
|
||||
semver: ">=2.0.0"
|
||||
relatedSkills:
|
||||
- "data360-query"
|
||||
- "platform-metadata-deploy"
|
||||
- "platform-soql-query"
|
||||
version: "1.0"
|
||||
minApiVersion: "56.0"
|
||||
|
||||
@ -3,6 +3,9 @@ name: experience-ui-bundle-site-generate
|
||||
description: "MUST activate when the project contains a uiBundles/*/src/ directory and the task involves creating or configuring site infrastructure. Use this skill when creating or configuring a Salesforce Digital Experience Site for hosting a UI bundle. Activate when files matching digitalExperiences/, networks/, customSite/, or DigitalExperienceBundle exist and need modification, or when the user wants to publish, host, or configure guest access for their app."
|
||||
metadata:
|
||||
version: "1.0"
|
||||
cliTools:
|
||||
- tool: ["sf"]
|
||||
semver: ">=2.0.0"
|
||||
---
|
||||
|
||||
# Digital Experience Site for React UI Bundles
|
||||
|
||||
@ -2,12 +2,10 @@
|
||||
name: mobile-apps-create
|
||||
description: "The entry point for building any Salesforce native mobile app on iOS or Android. TRIGGER when the user says: \"build a Salesforce iOS app\", \"add Salesforce login to my Android app\", \"set up Mobile SDK\", \"add MobileSync / SmartStore offline storage\", \"embed an Agentforce agent in my mobile app\", \"add Agentforce chat to iOS/Android\", or otherwise asks to create, extend, or integrate a Salesforce mobile experience in Swift or Kotlin (MSDK, Agentforce SDK, or both). SKIP when the user is building a non-Salesforce mobile app, using React Native / Flutter / Ionic without Salesforce integration, asking about generic mobile UI design, or working on a Salesforce-adjacent web/desktop surface (LWC, Experience Cloud, Mobile Publisher branding-only)."
|
||||
metadata:
|
||||
version: "1.0"
|
||||
cliTools:
|
||||
- tool: ["npx"]
|
||||
semver: ">=9.0.0"
|
||||
relatedSkills:
|
||||
- "mobile-platform-native-capabilities-integrate"
|
||||
version: "1.0"
|
||||
---
|
||||
|
||||
# Salesforce Mobile
|
||||
|
||||
Loading…
Reference in New Issue
Block a user