feat: add god-mode API and auto-permissions - SECURE TOKEN IN COOLIFY ENV ONLY

This commit is contained in:
cawcenter
2025-12-14 11:13:34 -05:00
parent 6d9209553e
commit f9947e81af
8 changed files with 692 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"id": "auto-permissions",
"name": "Auto Permissions",
"version": "1.0.0",
"description": "Automatically grant permissions to admin policy",
"type": "hook",
"source": "./index.js",
"host": "^11.0.0"
}