{
  "permissions": {
    "allow": [
      "Skill(skill-creator)",
      "Skill(gitcode-pr)",
      "Skill(gitcode-issue)",
      "Skill(api-doc-generator)",
      "Task(subagent_type=Explore)",
      "Task(subagent_type=Plan)",
      "Task(subagent_type=general-purpose)",
      "Task(subagent_type=claude-code-guide)",
      "WebSearch",
      "WebFetch(domain:support.huawei.com)",
      "WebFetch(domain:www.huawei.com)",
      "WebFetch(domain:github.com)",
      "WebFetch(domain:www.hiascend.com)",
      "WebFetch(domain:gitee.com)",
      "WebFetch(domain:gitcode.com)",
      "WebFetch(domain:docs.gitcode.com)",
      "mcp__web-reader__webReader",
      "Read",
      "Glob",
      "Grep",
      "LSP",
      "AskUserQuestion",
      "EnterPlanMode",
      "ExitPlanMode",
      "TaskOutput",
      "Edit(file_path:./**)",
      "Write(file_path:./**)",
      "NotebookEdit(file_path:./**)",
      "Bash"
    ],
    "deny": [],
    "ask": [
      "Bash(command:rm *)",
      "Bash(command:rm -rf *)",
      "Bash(command:mv *)",
      "Bash(command:cp * / *)",
      "Bash(command:chmod *)",
      "Bash(command:chown *)"
    ]
  },
  "enabledPlugins": {
    "skill-creator@claude-plugins-official": true,
    "superpowers@claude-plugins-official": true
  },
  "sandbox": {
    "enabled": false,
    "autoAllowBashIfSandboxed": false
  },
  "includeCoAuthoredBy": false,
  "gitAttribution": false,
  "hooks": {
    "SessionStart": [
      {
        "hooks": [
          {
            "type": "command",
            "command": ".claude/skills/default-skills/scripts/install-default-skills.sh"
          }
        ]
      }
    ]
  }
}