Files
Sportstime/.claude/settings.local.json
Trey t d63d311cab feat: add WCAG AA accessibility app-wide, fix CloudKit container config, remove debug logs
- Add VoiceOver labels, hints, and element grouping across all 60+ views
- Add Reduce Motion support (Theme.Animation.prefersReducedMotion) to all animations
- Replace fixed font sizes with semantic Dynamic Type styles
- Hide decorative elements from VoiceOver with .accessibilityHidden(true)
- Add .minimumHitTarget() modifier ensuring 44pt touch targets
- Add AccessibilityAnnouncer utility for VoiceOver announcements
- Improve color contrast values in Theme.swift for WCAG AA compliance
- Extract CloudKitContainerConfig for explicit container identity
- Remove PostHog debug console log from AnalyticsManager

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 09:27:23 -06:00

57 lines
2.7 KiB
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:*)",
"Bash(sips:*)",
"Bash(for:*)",
"Bash(do echo -n \"$f: \")",
"Bash(done)",
"Bash(chmod:*)",
"Bash(\"/Users/treyt/Desktop/code/SportsTime/SportsTime/Assets.xcassets/AppIcon-monochrome.appiconset/Contents.json\" << 'EOF'\n{\n \"images\" : [\n {\n \"filename\" : \"icon.png\",\n \"idiom\" : \"universal\",\n \"platform\" : \"ios\",\n \"size\" : \"1024x1024\"\n }\n ],\n \"info\" : {\n \"author\" : \"xcode\",\n \"version\" : 1\n }\n}\nEOF)",
"Bash(\"/Users/treyt/Desktop/code/SportsTime/SportsTime/Assets.xcassets/AppIcon-sunset.appiconset/Contents.json\" << 'EOF'\n{\n \"images\" : [\n {\n \"filename\" : \"icon.png\",\n \"idiom\" : \"universal\",\n \"platform\" : \"ios\",\n \"size\" : \"1024x1024\"\n }\n ],\n \"info\" : {\n \"author\" : \"xcode\",\n \"version\" : 1\n }\n}\nEOF)",
"Bash(\"/Users/treyt/Desktop/code/SportsTime/SportsTime/Assets.xcassets/AppIcon-midnight.appiconset/Contents.json\" << 'EOF'\n{\n \"images\" : [\n {\n \"filename\" : \"icon.png\",\n \"idiom\" : \"universal\",\n \"platform\" : \"ios\",\n \"size\" : \"1024x1024\"\n }\n ],\n \"info\" : {\n \"author\" : \"xcode\",\n \"version\" : 1\n }\n}\nEOF)",
"Bash(wc:*)",
"Bash(echo:*)",
"Bash(ffprobe:*)",
"WebFetch(domain:www.cbssports.com)",
"WebFetch(domain:www.mlb.com)",
"Bash(git checkout:*)",
"WebFetch(domain:github.com)",
"WebFetch(domain:swiftpackageindex.com)",
"WebFetch(domain:posthog.com)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(swift package add-dependency:*)",
"WebFetch(domain:www.hackingwithswift.com)",
"WebFetch(domain:forums.developer.apple.com)",
"WebFetch(domain:www.codegenes.net)",
"WebFetch(domain:medium.com)"
]
}
}