{ "categories": [ { "id": "general", "name": "General" }, { "id": "k8s", "name": "Kubernetes" } ], "commands": [ { "id": "cmd-list-files", "label": "List files", "command": "ls -la", "category_id": "general", "description": "List files with details", "color_tag": "blue", "icon_tag": "terminal", "pinned": true, "execution_mode": "execute", "source": "manual", "risk_level": "low" }, { "label": "Kubernetes pods", "command": "kubectl get pods -A", "category": "Kubernetes", "execution_mode": "append", "risk_level": "low" } ] }