Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"WebFetch(domain:modelcontextprotocol.io)",
"WebFetch(domain:react.dev)"
],
"deny": []
"deny": [],
"additionalDirectories": ["../seer", "../getsentry"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting nested in wrong object, won't take effect

Medium Severity

The additionalDirectories property is placed inside the permissions object, but according to the Claude Code settings schema it needs to be a top-level property in settings.json. Nested under permissions (which only recognizes allow and deny), this setting will be silently ignored and the ../seer and ../getsentry directories won't actually be added as additional working directories.

Fix in Cursor Fix in Web

},
"enableAllProjectMcpServers": true,
"includeCoAuthoredBy": false,
Expand Down