Allow imagemagick's identify and pnpm pi-coding-agent read

This commit is contained in:
2026-07-15 16:11:35 +02:00
parent a707940a3a
commit f6658b6bba

View File

@@ -28,6 +28,7 @@
"tree *": "allow",
"stat *": "allow",
"file *": "allow",
"identify *": "allow",
"wc *": "allow",
"du *": "allow",
"df *": "allow",
@@ -55,6 +56,9 @@
"git branch": "allow",
"git remote -v": "allow"
},
"external_directory": "ask"
"external_directory": {
"*": "ask",
"/home/fpasqua/.local/share/pnpm/store/v11/links/@earendil-works/pi-coding-agent/*": "allow"
}
}
}