Skip to content
Open
Show file tree
Hide file tree
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
23 changes: 23 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"permissions": {
"allow": [
"mcp__github__issue_read",
"Bash(git fetch:*)",
"Bash(git remote:*)",
"Bash(git checkout:*)",
"Bash(npm test:*)",
"Bash(npm run:*)",
"Bash(bun install:*)",
"Bash(npm install:*)",
"Bash(npx tsc:*)",
"Bash(git add:*)",
"Bash(git commit -m \"perf: optimize line-break calculations with pre-computed effectiveMaxWidth:*)",
"Bash(git push:*)",
"mcp__github__fork_repository",
"Bash(git config:*)",
"mcp__github__get_me",
"mcp__github__create_pull_request",
"Bash(git commit:*)"
]
Comment on lines +3 to +21
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

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

This appears to be a machine/local Claude configuration file (settings.local.json). Committing it can unintentionally change tool permissions for other contributors and is typically kept out of version control. Consider removing it from the PR and adding .claude/settings.local.json to .gitignore (or rename to a non-"local" config if it’s meant to be shared).

Suggested change
"allow": [
"mcp__github__issue_read",
"Bash(git fetch:*)",
"Bash(git remote:*)",
"Bash(git checkout:*)",
"Bash(npm test:*)",
"Bash(npm run:*)",
"Bash(bun install:*)",
"Bash(npm install:*)",
"Bash(npx tsc:*)",
"Bash(git add:*)",
"Bash(git commit -m \"perf: optimize line-break calculations with pre-computed effectiveMaxWidth:*)"
]
"allow": []

Copilot uses AI. Check for mistakes.
}
}
Loading