summaryrefslogtreecommitdiff
path: root/ar/.config/claude/settings.json
blob: c887ac2b7e24ce6711f8dfc9f2f3cc0c3eda4ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "permissions": {
    "allow": [
      "mcp__taskmaster__ai"
    ],
    "deny": [
      "Bash(rm -rf:*)",
      "Read(**/*.gpg)",
      "Read(**/.gnupg/**/*)",
      "Read(**/.password-store/**/*)",
      "Write(**/*.gpg)",
      "Write(**/.gnupg/**/*)",
      "Write(**/.password-store/**/*)"
    ]
  },
  "hooks": {
    "Notification": [
      {
        "matcher": "permission_prompt",
        "hooks": [
          {
            "type": "command",
            "command": "notify-send -u critical -i dialog-warning '🤖 Claude Code' 'Permission confirmation required'",
            "timeout": 5
          }
        ]
      },
      {
        "matcher": "idle_prompt",
        "hooks": [
          {
            "type": "command",
            "command": "notify-send -i dialog-question '🤖 Claude Code' 'Waiting for input'",
            "timeout": 5
          }
        ]
      }
    ]
  },
  "statusLine": {
    "type": "command",
    "command": "$CLAUDE_CONFIG_DIR/statuslines/statusline.sh"
  }
}