From de106d7db8ae49569f135571be42abec6ef635e5 Mon Sep 17 00:00:00 2001 From: nkurapati Date: Fri, 10 Apr 2026 22:35:26 +0530 Subject: [PATCH] revert manifest changes --- manifest.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/manifest.json b/manifest.json index 769e5a2..a1d945e 100644 --- a/manifest.json +++ b/manifest.json @@ -416,19 +416,6 @@ "references/test-data-factory.md" ], "description": "Apex test class generation with TestDataFactory patterns, bulk testing (200+ records), mocking strategies for callouts and async operations, and assertion best practices. Use when creating new Apex test classes, improving test coverage, refactoring existing tests, or implementing proper testing patterns for triggers, services, controllers, batch jobs, queueables, and integrations." - }, - { - "name": "creating-b2b-commerce-store", - "path": "skills/creating-b2b-commerce-store/SKILL.md", - "folderPath": "skills/creating-b2b-commerce-store", - "category": "commerce", - "files": [ - "SKILL.md", - "references/store-vs-storefront.md" - ], - "description": "Interactive workflow to create Commerce B2B Stores and retrieve storefront metadata. Guides through 7-step process: explaining Store vs Storefront distinction, creating Store in org, listing available sites, selecting storefront, retrieving metadata, and providing deployment guidance. Critical: enforces correct workflow order and prevents manual storefront creation. Use when setting up B2B Commerce stores, retrieving Commerce experiences, or deploying storefronts across orgs.", - "license": "Apache-2.0", - "compatibility": "Requires Commerce licenses, Experience Cloud, Salesforce CLI" } ] }