Compare commits

...

1 Commits

View File

@@ -15,8 +15,12 @@
"glob": "allow",
"write": "allow",
"edit": "allow",
"grep": "allow",
"find": "allow",
"ls": "allow",
"lsp_diagnostics": "allow",
"lens_diagnostics": "allow",
"ask_user_question": "allow",
"bash": {
"*": "ask",
"cat *": "allow",
@@ -48,6 +52,7 @@
"cksum *": "allow",
"pwd": "allow",
"git status": "allow",
"git status --short": "allow",
"git diff *": "allow",
"git log *": "allow",
"git show *": "allow",