feat: AZ dispensary harmonization with Dutchie source of truth
Major changes: - Add harmonize-az-dispensaries.ts script to sync dispensaries with Dutchie API - Add migration 057 for crawl_enabled and dutchie_verified fields - Remove legacy dutchie-az module (replaced by platforms/dutchie) - Clean up deprecated crawlers, scrapers, and orchestrator code - Update location-discovery to not fallback to slug when ID is missing - Add crawl-rotator service for proxy rotation - Add types/index.ts for shared type definitions - Add woodpecker-agent k8s manifest Harmonization script: - Queries ConsumerDispensaries API for all 32 AZ cities - Matches dispensaries by platform_dispensary_id (not slug) - Updates existing records with full Dutchie data - Creates new records for unmatched Dutchie dispensaries - Disables dispensaries not found in Dutchie 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -669,12 +669,4 @@ export async function syncRecentCrawls(
|
||||
return { synced, errors };
|
||||
}
|
||||
|
||||
// ============================================================
|
||||
// EXPORTS
|
||||
// ============================================================
|
||||
|
||||
export {
|
||||
CrawlResult,
|
||||
SyncOptions,
|
||||
SyncResult,
|
||||
};
|
||||
// Types CrawlResult, SyncOptions, and SyncResult are already exported at their declarations
|
||||
|
||||
Reference in New Issue
Block a user