summaryrefslogtreecommitdiffstats
path: root/.claude/settings.local.json
blob: 9abed361eb360f5fbe6fff1be2fbacf1533f12d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "permissions": {
    "allow": [
      "Read(//home/danix/Programming/AI/claude/danixme/**)",
      "Read(//home/danix/Programming/AI/claude/danixme/themes/**)",
      "Bash(/home/danix/.claude/plugins/cache/superpowers-marketplace/superpowers/5.0.6/skills/brainstorming/scripts/start-server.sh:*)",
      "Bash(git add:*)",
      "Bash(git commit -m ':*)",
      "Bash(hugo)",
      "Bash(git commit:*)",
      "Bash(hugo server:*)",
      "Bash(curl -s http://localhost:1313/js/main.js)",
      "Bash(curl -s http://localhost:1313/)",
      "Read(//tmp/**)"
    ]
  }
}