{
  "$schema": "https://opencode.ai/config.json",
  "permission": {
    "bash": {
      "*": "ask",
      "gradle *": "allow",
      "git status*": "allow",
      "git diff*": "allow",
      "git log*": "allow",
      "git show*": "allow",
      "python -m pytest *": "allow",
      "pytest *": "allow",
      ".\\gradlew*": "allow"
    }
  }
}