- settings.json: general settings and enabled plugins - settings.local.json: permission rules - commands/remote.md: custom remote command - skills/: claudeception, kubernetes-latest-tag-image-pull, react-hooks-order-early-return - statusline.sh: custom statusline script - remote-exec.sh: remote execution script
31 lines
801 B
JSON
31 lines
801 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(top:*)",
|
|
"Bash(log show:*)",
|
|
"Bash(sudo log show:*)",
|
|
"Bash(dscl:*)",
|
|
"Bash(odutil show:*)",
|
|
"Bash(dsconfigad:*)",
|
|
"Bash(sample opendirectoryd:*)",
|
|
"Bash(log stream:*)",
|
|
"Bash(defaults read:*)",
|
|
"Bash(networksetup -listallnetworkservices:*)",
|
|
"Bash(scutil --dns:*)",
|
|
"Bash(time id:*)",
|
|
"Bash(odutil reset:*)",
|
|
"Bash(profiles list:*)",
|
|
"Bash(app-sso:*)",
|
|
"Bash(plutil:*)",
|
|
"Bash(system_profiler:*)",
|
|
"Bash(dscacheutil -flushcache:*)",
|
|
"Bash(launchctl kickstart:*)",
|
|
"Bash(chezmoi source-path:*)",
|
|
"Bash(chezmoi managed:*)",
|
|
"Bash(chezmoi add:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(ssh:*)",
|
|
"Skill(remote)"
|
|
]
|
|
}
|
|
}
|