docs: sync documentation with recent code changes#3
Conversation
- Add 4 missing plugins to CLAUDE.md table (claude-opus-4-5-migration, explanatory-output-style, frontend-design, learning-output-style) - Add examples/settings reference to CLAUDE.md and README.md - Update plugins/README.md installation instructions to use recommended methods instead of deprecated npm install Co-Authored-By: Oz <oz-agent@warp.dev>
There was a problem hiding this comment.
Pull request overview
Updates repository documentation to reflect recently added settings examples and plugins, and to align plugin installation guidance with the current recommended install methods.
Changes:
- Add an “Example Settings” section to the main README pointing to
examples/settings/. - Extend
CLAUDE.mdrepository overview and plugin list with newly added plugins and settings examples. - Update
plugins/README.mdinstallation instructions to use the recommendedcurl/irmflows instead of deprecatednpm install -g.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
plugins/README.md |
Replaces global npm install instructions with recommended install methods and links to main README. |
README.md |
Adds a new section linking to examples/settings/ and its README. |
CLAUDE.md |
Adds examples/settings/ to repo overview and adds missing plugins to the Available Plugins table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 1. Install Claude Code using one of the [recommended methods](../README.md#get-started): | ||
|
|
||
| **MacOS/Linux:** | ||
| ```bash | ||
| curl -fsSL https://claude.ai/install.sh | bash | ||
| ``` | ||
|
|
||
| **Windows:** | ||
| ```powershell | ||
| irm https://claude.ai/install.ps1 | iex | ||
| ``` |
There was a problem hiding this comment.
PR description says changes are "strictly additive", but this hunk removes the existing npm install -g installation step and replaces it with curl/irm instructions. Consider updating the PR description (or Notes section) to reflect that this is a replacement/removal of deprecated guidance, not purely additive.
Sync docs/sync-docs-with-recent-changes with main
Documentation Updates
Syncs documentation with recent code changes that introduced new plugins and example settings files.
Changes
CLAUDE.md:
examples/settings/to the repository overview sectionclaude-opus-4-5-migration(added in a194a9d)explanatory-output-stylefrontend-designlearning-output-styleREADME.md:
examples/settings/(added in f93f614, 4936302, 43d0eac, 90c07d1)plugins/README.md:
curl/irm) instead of deprecatednpm install -g(aligned with b640d94)Notes
This PR was generated with Oz.