Skip to content

Commit 2fd6db0

Browse files
feat(claudeconfig): add dotslash stack
Adds sandbox allowWrite for ~/Library/Caches/dotslash and Bash(dotslash:*) permission, following the per-subdirectory pattern used by safehouse and all other stacks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4bbf288 commit 2fd6db0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

claude/stacks/dotslash.jsonc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// DotSlash tool launcher (Meta)
3+
"permissions": {
4+
"allow": [
5+
"Bash(dotslash:*)"
6+
]
7+
},
8+
9+
"sandbox": {
10+
"filesystem": {
11+
"allowWrite": [
12+
"~/Library/Caches/dotslash"
13+
]
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)