chore: clean up permissions in settings.local.json

This commit is contained in:
Jorijn Schrijvershof
2026-01-04 20:14:49 +01:00
parent 8ca5a1e6d0
commit f47916cf82
-14
View File
@@ -1,27 +1,13 @@
{
"permissions": {
"allow": [
"Bash(meshcore-cli:*)",
"Bash(.direnv/python-3.14/bin/pip index:*)",
"Bash(.direnv/python-3.14/bin/pip install:*)",
"Bash(.direnv/python-3.12/bin/pip:*)",
"Bash(rrdtool info:*)",
"Bash(rrdtool fetch:*)",
"Bash(cat:*)",
"Bash(xargs cat:*)",
"Bash(done)",
"Bash(ls:*)",
"Bash(source .envrc)",
"Bash(.direnv/python-3.12/bin/python:*)",
"Bash(xargs:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push)",
"Bash(find:*)",
"Bash(tree:*)",
"Skill(frontend-design:frontend-design)",
"Skill(frontend-design:frontend-design:*)",
"Bash(direnv exec:*)",
"Skill(frontend-design)",
"Skill(frontend-design:*)"
]