File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @salesforce/b2c-dx-docs ' : patch
3+ ---
4+
5+ Updated plugin install examples to default to user scope
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ Skills follow the open [Agent Skills](https://agentskills.io/home) standard and
1414
1515``` bash [Claude Code]
1616claude plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
17- # Use --scope user to install globally (available in all projects)
18- claude plugin install b2c-cli --scope project
19- claude plugin install b2c --scope project
17+ # Use --scope project to install for current project only
18+ claude plugin install b2c-cli
19+ claude plugin install b2c
2020```
2121
2222``` text [Copilot (VS Code)]
@@ -87,18 +87,18 @@ Install plugins at your preferred scope:
8787
8888::: code-group
8989
90+ ``` bash [User Scope (default)]
91+ claude plugin install b2c-cli
92+ claude plugin install b2c
93+ claude plugin install b2c-dx-mcp
94+ ```
95+
9096``` bash [Project Scope]
9197claude plugin install b2c-cli --scope project
9298claude plugin install b2c --scope project
9399claude plugin install b2c-dx-mcp --scope project
94100```
95101
96- ``` bash [User Scope]
97- claude plugin install b2c-cli --scope user
98- claude plugin install b2c --scope user
99- claude plugin install b2c-dx-mcp --scope user
100- ```
101-
102102:::
103103
104104Verify, update, or uninstall:
Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ Detailed setup: [Claude Code](/guide/agent-skills#claude-code) · [Codex](/guide
7777
7878``` bash [Claude Code]
7979claude plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
80- # Use --scope user to install globally (available in all projects)
81- claude plugin install b2c-cli --scope project
82- claude plugin install b2c --scope project
80+ # Use --scope project to install for current project only
81+ claude plugin install b2c-cli
82+ claude plugin install b2c
8383```
8484
8585``` text [Copilot (VS Code)]
You can’t perform that action at this time.
0 commit comments