localspot/.claude/settings.local.json
Kevin Sivic 70bca86c23 Add business import feature with Mix task and admin UI
- Add Import module for parsing JSON and creating businesses with associations
- Add `mix localspot.import` task for CLI-based imports
- Add admin import page with drag-and-drop file upload at /admin/import
- Include sample import JSON and Buffalo NY business data (40 businesses)
- Support for importing hours and photos with each business

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 00:57:46 -05:00

12 lines
180 B
JSON

{
"permissions": {
"allow": [
"Bash(mix compile:*)",
"Bash(mix test:*)",
"Bash(mix format:*)",
"WebSearch"
],
"deny": [],
"ask": []
}
}