Skip to content

Commit a4268e3

Browse files
committed
Managed to get a fixed run for strategy basket
1 parent 5796a45 commit a4268e3

File tree

3 files changed

+327
-296
lines changed

3 files changed

+327
-296
lines changed

.claude/settings.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"WebSearch",
5+
"WebFetch",
6+
"Bash(mkdir:*)",
7+
"Bash(ls:*)",
8+
"Bash(cat:*)",
9+
"Bash(git:*)",
10+
"Bash(python:*)",
11+
"Bash(python3:*)",
12+
"Bash(poetry:*)",
13+
"Bash(source:*)",
14+
"Bash(grep:*)",
15+
"Bash(pnpm:*)",
16+
"Bash(gh:*)",
17+
"Edit(**)",
18+
"Write(**)",
19+
"MultiEdit(**)",
20+
"Bash(./scripts/*.sh:*)",
21+
"Bash(bash scripts/:*)",
22+
"Bash(sh scripts/:*)",
23+
"mcp__playwright__*"
24+
]
25+
}
26+
}

0 commit comments

Comments
 (0)