mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
* chore: add CLAUDE.md and Chromium Upgrade claude skill * Update script/lint.js Co-authored-by: David Sanders <dsanders11@ucsbalum.com> --------- Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
25 lines
505 B
JSON
25 lines
505 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(e sync)",
|
|
"Bash(e patches --list-targets:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git am:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(git show:*)",
|
|
"Bash(e patches:*)",
|
|
"Bash(e sync:*)",
|
|
"Skill(electron-chromium-upgrade)",
|
|
"Read(*)",
|
|
"Bash(echo:*)",
|
|
"Bash(e build:*)",
|
|
"Bash(tee:*)",
|
|
"Bash(git diff:*)",
|
|
"Bash(git rev-parse:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|