Skip to content

Commit b9ac4c4

Browse files
feat(claude): add nvim stack, allow docs.anthropic.com in claude stack
1 parent 4d8c92e commit b9ac4c4

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

claude/stacks/claude.jsonc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
"WebFetch(domain:code.claude.com)",
77

88
]
9+
},
10+
"sandbox": {
11+
"network": {
12+
"allowedHosts": [
13+
"docs.anthropic.com"
14+
]
15+
}
916
}
1017
}
1118

claude/stacks/nvim.jsonc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
{
3+
"permissions": {
4+
"allow": [
5+
"Read(~/.local/share/nvim)"
6+
]
7+
},
8+
9+
"sandbox": {
10+
"network": {
11+
"allowedHosts": [
12+
]
13+
},
14+
"filesystem": {
15+
"allowWrite": [
16+
// npm
17+
"~/.cache/nvim/"
18+
]
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)