Skip to content

Commit c5edd5d

Browse files
committed
docs: default plugin install examples to user scope
1 parent 12532df commit c5edd5d

3 files changed

Lines changed: 17 additions & 12 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@salesforce/b2c-dx-docs': patch
3+
---
4+
5+
Updated plugin install examples to default to user scope

docs/guide/agent-skills.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Skills follow the open [Agent Skills](https://agentskills.io/home) standard and
1414

1515
```bash [Claude Code]
1616
claude 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]
9197
claude plugin install b2c-cli --scope project
9298
claude plugin install b2c --scope project
9399
claude 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

104104
Verify, update, or uninstall:

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Detailed setup: [Claude Code](/guide/agent-skills#claude-code) · [Codex](/guide
7777

7878
```bash [Claude Code]
7979
claude 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)]

0 commit comments

Comments
 (0)