From f1824cc0aa1e0881d78c00be7d6c73d85ed5c78f Mon Sep 17 00:00:00 2001 From: "Joseph T. French" Date: Sun, 15 Mar 2026 23:38:44 -0500 Subject: [PATCH] Enhance UserResponse model and update shared repository documentation - 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. --- .claude/settings.json | 60 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..b06b7c5 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,60 @@ +{ + "$schema": "https://json.schemastore.org/claude-code-settings.json", + "permissions": { + "allow": [ + "Bash(git status:*)", + "Bash(git diff:*)", + "Bash(git show:*)", + "Bash(git log:*)", + "Bash(git branch --list:*)", + "Bash(git branch -a:*)", + "Bash(git branch -r:*)", + "Bash(git branch -v:*)", + "Bash(git fetch:*)", + "Bash(ls:*)", + "Bash(tree:*)", + "Bash(wc:*)", + "Bash(jq:*)", + "Bash(curl:*)", + "Bash(uv run:*)", + "Bash(uv sync:*)", + "Bash(uv build:*)", + "Bash(just test:*)", + "Bash(just lint:*)", + "Bash(just format:*)", + "Bash(just typecheck:*)", + "Bash(just install:*)", + "Bash(npm run:*)", + "Bash(npm test:*)", + "Bash(npm install:*)", + "Bash(npm pack:*)", + "Bash(npx prettier:*)", + "Bash(gh pr list:*)", + "Bash(gh pr view:*)", + "Bash(gh pr diff:*)", + "Bash(gh issue list:*)", + "Bash(gh issue view:*)", + "Bash(gh run list:*)", + "Bash(gh run view:*)", + "Bash(gh repo view:*)", + "Bash(gh api:*)", + "Bash(gh variable list:*)", + "Bash(gh secret list:*)", + "WebSearch", + "WebFetch(domain:github.com)", + "WebFetch(domain:pypi.org)", + "mcp__Context7__resolve-library-id", + "mcp__Context7__get-library-docs", + "mcp__Context7__query-docs", + "mcp__sequential-thinking__sequentialthinking", + "mcp__ide__getDiagnostics" + ], + "deny": [ + "Bash(git push:*)", + "Bash(git reset:*)", + "Bash(git clean:*)", + "Bash(git branch -D:*)", + "Bash(uv publish:*)" + ] + } +}