Skip to content

Commit b56c0e0

Browse files
move claude stuff into its own stack
1 parent 6a04ce9 commit b56c0e0

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

claude/roles/base.jsonc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848
"Bash(sudo systemctl start:*)",
4949
"Bash(sudo systemctl status:*)",
5050
"Bash(sudo systemctl stop:*)",
51-
// Claude docs (from old web.json)
52-
"WebFetch(domain:code.claude.com)",
5351
],
5452
"ask": [
5553
"Bash(sudo chmod:*)",

claude/stacks/claude.jsonc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Read(~/.claude/settings.json)",
5+
// Claude docs (from old web.json)
6+
"WebFetch(domain:code.claude.com)",
7+
8+
]
9+
}
10+
}
11+

0 commit comments

Comments
 (0)