Skip to content

Commit f1e65be

Browse files
committed
docs: Clarify project-scoped installation note and enhance auto-update description for Claude Code CLI
1 parent 66bfa91 commit f1e65be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ node scripts/install.js --scope project --plugin power-pages,code-apps-preview
2525

2626
This copies agent definitions into `.github/agents/`, instructions into `.github/instructions/`, and skills into `.github/skills/`, following the [GitHub Copilot customization convention](https://docs.github.com/en/copilot/customizing-copilot). Commit these files to share with your team.
2727

28+
> **Note:** There is no automatic update for project-scoped installs. To get the latest plugin content, re-run the installer and commit the updated files.
29+
2830
Or run without cloning:
2931

3032
```bash
@@ -59,7 +61,7 @@ The installer automatically:
5961

6062
- Detects available tools (Claude Code CLI)
6163
- Registers the plugin marketplace and installs all listed plugins
62-
- Enables auto-update so plugins stay current
64+
- Enables auto-update in the **Claude Code CLI** so plugins stay current without manual steps
6365
- Installs `pac` CLI if not already present
6466

6567
### Manual Installation (Claude Code)

0 commit comments

Comments
 (0)