Files
twblue/.claude/settings.local.json

24 lines
706 B
JSON
Raw Normal View History

2026-02-01 10:42:05 +01:00
{
"permissions": {
"allow": [
2026-02-01 14:48:00 +01:00
"Bash(ls:*)",
"Bash(dir:*)",
"Bash(findstr:*)",
2026-02-01 18:58:38 +01:00
"Bash(find:*)",
2026-02-02 09:37:54 +01:00
"Bash(python:*)",
2026-03-03 19:33:46 +01:00
"Bash(git checkout:*)",
"WebSearch",
"WebFetch(domain:bsky.app)",
"Bash(cmd /c \"dir /s /b %APPDATA%\\\\twblue\\\\*.log 2>nul\")",
"Bash(cmd /c \"dir /s /b %TEMP%\\\\twblue*.log 2>nul\")",
"Bash(cmd /c \"type C:\\\\Users\\\\Usuario\\\\Desktop\\\\repos\\\\twblue\\\\src\\\\logs\\\\debug.log | findstr /n . | findstr /r \"^[0-9]*:\" | tail -50\")",
"WebFetch(domain:atproto.blue)",
"Bash(fc:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(pip show:*)"
2026-02-01 10:42:05 +01:00
]
}
}