leads-optimizer/.claude/settings.local.json
José Manuel Gómez 94c2d3b730 Add Streamlit dashboard for leads-optimizer metrics
Adds dashboard.py with streamlit/pandas deps, plus internal docs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-02 13:08:42 +02:00

15 lines
433 B
JSON

{
"permissions": {
"allow": [
"Bash(pip install *)",
"Bash(python -m py_compile run.py airtable_client.py google_ads_client.py)",
"Bash(python -m py_compile run.py airtable_client.py slack_reporter.py)",
"Bash(python -m py_compile run.py)",
"Bash(python run.py)",
"Bash(git add *)",
"Bash(python migrate_leads_field.py)",
"Bash(python backfill_leads_google_mayo.py)"
]
}
}