feat: Add API documentation and permissions configuration

This commit is contained in:
2026-02-22 23:16:37 +01:00
parent b67542d159
commit b312dc56e3
3 changed files with 704 additions and 47 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(python3:*)",
"Bash(py:*)",
"Bash(npm ls:*)",
"WebFetch(domain:github.com)"
]
}
}