You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/plugins/marketplace.json
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,26 @@
27
27
"authentication": "ON_INSTALL"
28
28
},
29
29
"category": "Productivity"
30
+
},
31
+
{
32
+
"name": "cap-dev",
33
+
"description": "Skills for scaffolding, packaging, validating, and submitting Commerce App Packages (CAPs) for Salesforce Commerce Cloud.",
34
+
"source": {
35
+
"source": "git-subdir",
36
+
"url": "SalesforceCommerceCloud/commerce-apps",
37
+
"path": ".claude",
38
+
"ref": "feature/codex-copilot-plugin-docs"
39
+
},
40
+
"interface": {
41
+
"displayName": "Commerce Apps Dev",
42
+
"shortDescription": "Scaffold, validate, package, and submit Commerce App Packages.",
43
+
"longDescription": "Skills for building Salesforce Commerce Cloud app packages — scaffold new apps (UI-only, backend-only, or fullstack), generate IMPEX configurations for services, custom objects, and site preferences, validate packages against registry requirements, and submit pull requests to the commerce-apps registry."
"shortDescription": "Scaffold, validate, package, and submit Commerce App Packages.",
71
+
"longDescription": "Skills for building Salesforce Commerce Cloud app packages — scaffold new apps (UI-only, backend-only, or fullstack), generate IMPEX configurations for services, custom objects, and site preferences, validate packages against registry requirements, and submit pull requests to the commerce-apps registry."
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# @salesforce/b2c-dx-docs
2
2
3
+
## 0.2.18
4
+
5
+
### Patch Changes
6
+
7
+
-[`c5edd5d`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/c5edd5dccc5e472528c08c3fb2fc12b1872440c6) - Updated plugin install examples to default to user scope (Thanks [@clavery](https://github.com/clavery)!)
0 commit comments