Files
Sportstime/.claude/settings.local.json
Trey t dbb0099776 chore: remove scraper, add docs, add marketing-videos gitignore
- Remove Scripts/ directory (scraper no longer needed)
- Add themed background documentation to CLAUDE.md
- Add .gitignore for marketing-videos to prevent node_modules tracking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 18:13:12 -06:00

34 lines
940 B
JSON

{
"permissions": {
"allow": [
"Skill(axiom:axiom-swiftui-architecture)",
"WebSearch",
"Bash(pip3 list:*)",
"Bash(pip3 install:*)",
"Bash(python3:*)",
"Bash(cat:*)",
"Bash(ls:*)",
"Bash(xcrun simctl install:*)",
"Skill(frontend-design:frontend-design)",
"Bash(xcrun simctl io:*)",
"Bash(python cloudkit_import.py:*)",
"Bash(python -m sportstime_parser scrape:*)",
"Bash(pip install:*)",
"Bash(python -m pytest:*)",
"Skill(superpowers:brainstorming)",
"Skill(superpowers:subagent-driven-development)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Skill(superpowers:writing-plans)",
"Bash(find:*)",
"Bash(python:*)",
"Skill(remotion)",
"Bash(npm install:*)",
"Bash(npx tsc:*)",
"Bash(timeout 10 npx remotion:*)",
"Bash(npx remotion:*)",
"Bash(xcrun xcresulttool:*)"
]
}
}