#!/bin/bash
# Run this after full_reanalysis completes to sync results

cd "/Users/jonathan/SynologyDrive/Since Today/PROJECTEN/farmmatch/scraper"

echo "🔄 Syncing GPT results to enriched_data.json..."
python3 sync_gpt_results.py

echo ""
echo "✅ Re-analysis complete! Results synced."
echo ""
echo "📊 Summary:"
echo "   • All 198 properties re-analyzed with unified English prompt"
echo "   • SHORT-STAY and LIVABILITY focus applied"
echo "   • Custom criteria data integrated"
echo ""
echo "🌐 View results:"
echo "   http://localhost:8000/criteria_manager.html"
