Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0607d23cd | ||
|
|
61a57f41e6 | ||
|
|
0e10083ea4 | ||
|
|
f35cc58bbb | ||
|
|
db0867ecc7 |
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Read(//tmp/claude/**)",
|
||||
"WebFetch(domain:github.com)",
|
||||
"WebFetch(domain:codeload.github.com)",
|
||||
"WebFetch(domain:channels.nixos.org)",
|
||||
"WebFetch(domain:raw.githubusercontent.com)",
|
||||
"Read(//mnt/c/Users/**)",
|
||||
"Bash(wsl.exe --version)",
|
||||
"Bash(ps -eo pid,pcpu,comm)",
|
||||
"Bash(powershell.exe -NoProfile -Command \"Get-Process vmmemWSL,vmmem,wslservice,msrdc -ErrorAction SilentlyContinue | Select-Object Name,CPU,WorkingSet | Format-Table -AutoSize\")",
|
||||
"Read(//nix/store/**)",
|
||||
"Bash(zsh -ic 'bindkey | grep -Ei \"substring|up-line|down-line|\\\\^\\\\[\\\\[A|\\\\^\\\\[OA|\\\\^\\\\[\\\\[B|\\\\^\\\\[OB\"; echo \"--- widgets exist? ---\"; zle -la 2>/dev/null | grep substring || echo \"\\(zle -la only works interactively\\)\"')",
|
||||
"Read(//home/emmathorpe/.vscode-server/**)",
|
||||
"Bash(python3 *)",
|
||||
"Bash(command -v gh)",
|
||||
"Bash(gh auth *)",
|
||||
"Bash(tea login *)",
|
||||
"Read(//home/emmathorpe/.ssh/**)",
|
||||
"Read(//tmp/**)",
|
||||
"Bash(/nix/store/kjnr6lh4r8vcf9wr38zylgj1s5a9hl6q-probe2/bin/bat --paging=never -n f1.txt)",
|
||||
"Bash(/nix/store/kjnr6lh4r8vcf9wr38zylgj1s5a9hl6q-probe2/bin/bat --paging=never -A f1.txt)",
|
||||
"Bash(timeout 25 curl -sS -o /dev/null -w \"%{http_code}\\\\n\" https://docs.lyrapup.pet/)",
|
||||
"Bash(timeout 25 curl -sS -o /dev/null -w \"%{http_code}\\\\n\" https://docs.lyrapup.pet/nixfiles/)",
|
||||
"Bash(timeout 40 tea pr 96 --login code.emmathe.dev --repo lyrathorpe/nixfiles)",
|
||||
"Bash(sort -t' ' -k3)",
|
||||
"Bash(tea pr *)",
|
||||
"Bash(tea repo *)",
|
||||
"Bash(command -v wsl.exe)",
|
||||
"Bash(wsl.exe -l -q)",
|
||||
"Bash(wsl.exe -u root -d NixOS -- id)",
|
||||
"Bash(docker build *)",
|
||||
"WebSearch",
|
||||
"WebFetch(domain:www.last.fm)",
|
||||
"WebFetch(domain:wiki.servarr.com)",
|
||||
"Bash(docker run *)",
|
||||
"Bash(tea repos *)",
|
||||
"Bash(curl -s -H 'Authorization: token __CMDSUB_OUTPUT__' https://code.emmathe.dev/api/v1/repos/lyrathorpe/music-mirror)",
|
||||
"Bash(curl -s -H 'Authorization: token __TRACKED_VAR__' https://code.emmathe.dev/api/v1/user)",
|
||||
"Bash(curl -s -H 'Authorization: token __CMDSUB_OUTPUT__' https://code.emmathe.dev/api/v1/repos/lyrathorpe/music-curator/actions/tasks?limit=3)",
|
||||
"Read(//home/emmathorpe/.config/tea/**)",
|
||||
"Bash(curl -s -H 'Authorization: token __CMDSUB_OUTPUT__' https://code.emmathe.dev/api/v1/repos/lyrathorpe/music-curator/actions/secrets)",
|
||||
"Bash(curl -s -H 'Authorization: token __CMDSUB_OUTPUT__' https://code.emmathe.dev/api/v1/repos/lyrathorpe/music-curator/actions/jobs/2629/logs)",
|
||||
"Bash(gh search *)"
|
||||
]
|
||||
},
|
||||
"enabledMcpjsonServers": ["jenkins-uce", "jenkins-stf"],
|
||||
"disabledMcpjsonServers": ["grafana"]
|
||||
}
|
||||
@@ -5,6 +5,3 @@ modules/firmware/*
|
||||
|
||||
# Local scratch project, not part of this flake.
|
||||
tf-inspect/
|
||||
|
||||
# Per-machine Claude Code settings; not shared configuration.
|
||||
.claude/
|
||||
|
||||
Reference in New Issue
Block a user