Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"include": [
".claude/rules/*.md"
]
],
"permissions": {
"allow": [
"Bash(npx tsc:*)"
]
}
}
20 changes: 19 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,25 @@
"Bash(pnpm typecheck:*)",
"Bash(pnpm tsc:*)",
"Bash(pnpm lint:*)",
"Bash(pnpm lint:biome:*)"
"Bash(pnpm lint:biome:*)",
"Bash(.venv/Scripts/python -m pytest tests/test_lightweight_chart_widget.py -v --tb=short)",
"Bash(.venv/Scripts/pip install:*)",
"Bash(uv add:*)",
"Bash(uv build:*)",
"Bash(pwsh -Command:*)",
"Bash(cmd.exe /c \"cd /d C:\\\\Users\\\\sasai\\\\Documents\\\\BackcastPro && python -m pytest tests/test_lightweight_chart_widget.py -v\")",
"Bash(cmd.exe /c:*)",
"Bash(pytest:*)",
"Bash(pushd:*)",
"Bash(pnpm build:*)",
"Bash(cmd /c \"cd /d c:\\\\Users\\\\sasai\\\\Documents\\\\marimo\\\\frontend && pnpm tsc --noEmit\")",
"Bash(cmd /c \"cd /d c:\\\\Users\\\\sasai\\\\Documents\\\\marimo\\\\frontend && pnpm tsc --noEmit 2>&1 | head -20\")",
"Bash(pnpm exec tsc:*)",
"Bash(make fe-check:*)",
"Bash(pnpm run typecheck:*)"
],
"additionalDirectories": [
"C:\\Users\\sasai\\Documents\\BackcastPro\\src\\BackcastPro\\widgets"
]
}
}
Loading
Loading