afv-library/skills/developing-agentforce/assets/bundle-meta.xml
Steve Hetzel fb4bac9cf0
feat: replace agentforce-development skill with three specialized skills @W-21937872@ (#184)
feat: replace agentforce-development skill with three specialized skills

Replace the monolithic agentforce-development skill with three focused skills:
- developing-agentforce: For creating and authoring Agentforce agents
- observing-agentforce: For monitoring and debugging agents
- testing-agentforce: For validating agent behavior

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-09 17:04:48 +05:30

24 lines
808 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
AUTHORING BUNDLE METADATA FILE
==============================
CRITICAL NAMING CONVENTION:
- File MUST be named: AgentName.bundle-meta.xml
- NOT: AgentName.aiAuthoringBundle-meta.xml
DIRECTORY STRUCTURE:
force-app/main/default/aiAuthoringBundles/
└── MyAgent/
├── MyAgent.agent <- Agent Script file
└── MyAgent.bundle-meta.xml <- This file (rename to match agent)
DEPLOYMENT COMMAND:
sf agent publish authoring-bundle --json --api-name MyAgent --target-org TARGET_ORG
DO NOT USE: sf project deploy start (will fail with "Required fields are missing: [BundleType]")
-->
<AiAuthoringBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<bundleType>AGENT</bundleType>
</AiAuthoringBundle>