Add repository-level Claude settings configuration#69
Merged
Conversation
- Added `email_verified` field to the `UserResponse` model, allowing clients to determine if a user's email is verified. - Updated documentation in `get_graphs.py` and `get_service_offerings.py` to reflect changes related to shared repositories, ensuring clarity and consistency. This update improves the API's usability for clients that rely on email verification status.
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.
Summary
Introduces a shared
.claude/settings.jsonconfiguration file to establish repository-level settings for Claude AI assistant integration. This ensures consistent behavior and permissions across all contributors using Claude within this project.Key Accomplishments
.claude/settings.json: Defines repository-wide Claude configuration that applies to all developers working in this codebaseDetails
The new settings file configures repository-level preferences for Claude's operation within this project. This is a shared configuration (checked into version control) that complements any user-level settings, providing project-specific defaults and guardrails.
Breaking Changes
None. This is a purely additive change that introduces a new configuration file. Existing workflows are unaffected.
Testing Notes
.claude/settings.jsonwhen operating within this repositoryInfrastructure Considerations
.claude/directory convention for project-level AI assistant settings🤖 Generated with Claude Code
Branch Info:
feature/repo-claude-settingsmainCo-Authored-By: Claude noreply@anthropic.com