IA /

IA:Politica de permisos

Descripción

  1. {
  2.   "permissions": {
  3.     "allow": [
  4.       "Read",
  5.       "Glob",
  6.       "Grep",
  7.       "Bash(uv run pytest *)",
  8.       "Bash(uv run ruff *)",
  9.       "Bash(uv run python -m pixelforge *)",
  10.       "Bash(uv add *)",
  11.       "Bash(uv sync *)",
  12.       "Bash(uv pip list *)",
  13.       "Bash(git status *)",
  14.       "Bash(git diff *)",
  15.       "Bash(git log *)",
  16.       "Bash(git add *)",
  17.       "Bash(git commit *)",
  18.       "Bash(git checkout *)",
  19.       "Bash(git branch *)",
  20.       "Bash(python -m http.server *)",
  21.       "Bash(cat *)",
  22.       "Bash(ls *)",
  23.       "Bash(head *)",
  24.       "Bash(tail *)",
  25.       "Bash(mkdir *)",
  26.       "Bash(cp *)",
  27.       "Bash(wc *)"
  28.     ],
  29.     "deny": [
  30.       "Bash(rm -rf *)",
  31.       "Bash(sudo *)",
  32.       "Bash(chmod 777 *)",
  33.       "Bash(curl * | *)",
  34.       "Bash(wget * | *)",
  35.       "Bash(git push --force *)",
  36.       "Bash(git reset --hard *)",
  37.       "Bash(python -c *)",
  38.       "Read(.env)",
  39.       "Read(.env.*)",
  40.       "Edit(.env)",
  41.       "Edit(.env.*)",
  42.       "Edit(/input/**)"
  43.     ]
  44.   }
  45. }
  46.  

IA : Prompts : Claude : Copilot

Última modificación de la página el 19 May 2026 a las 17h55
Powered by PmWiki