docs: update documentation for settings examples, fix deprecated install instructions#1
Open
fvegiard wants to merge 2 commits into
Open
docs: update documentation for settings examples, fix deprecated install instructions#1fvegiard wants to merge 2 commits into
fvegiard wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Documentation-only PR that surfaces the newly added examples/settings/ directory so users (and Claude Code) can discover and use the provided organization-wide settings configurations.
Changes:
- Added an “Example Settings” section to
README.mdlinking toexamples/settings/and its README. - Expanded
CLAUDE.md’s Repository Overview to includeexamples/settings/and the available configurations (lax, strict, bash-sandbox).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Adds a new section pointing readers to the example settings directory and its README. |
| CLAUDE.md | Adds examples/settings/ to the repository overview list with a brief description. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…all instructions - Add examples/settings/ to CLAUDE.md repository overview - Add Settings Examples section to README.md referencing the new organization-wide deployment templates - Update plugins/README.md installation instructions to replace deprecated npm install with recommended curl/irm methods - Fix outdated documentation links in plugins/README.md Triggered by commits: f93f614, 90c07d1, 43d0eac, 4936302 Co-Authored-By: Oz <oz-agent@warp.dev>
c8fb3b2 to
c4c2215
Compare
Sync docs/auto-update-20260324 with main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates
Updates user-facing documentation to stay in sync with recent code changes, specifically the addition of example settings files for organization-wide deployments.
Changes
CLAUDE.md— Addedexamples/settings/to the repository overview, alongside the existingexamples/hooks/entry.README.md— Added a "Settings Examples" section referencing the new organization-wide deployment configuration templates (lax, strict, bash-sandbox).plugins/README.md— Replaced deprecatednpm install -g @anthropic-ai/claude-codeinstallation instructions with the recommendedcurl/irmmethods, matching the main README. Fixed outdated documentation links.Triggered by commits
f93f614— docs: example settings files90c07d1— Stricter sandbox config43d0eac— Update settings-bash-sandbox.json4936302— Update settings-strict.jsonThis PR was generated with Oz.