Add CLAUDE guidelines for consolidated pipeline

This commit is contained in:
Kelly
2025-12-02 13:28:23 -07:00
parent 9219d8a77a
commit 04b5c3bd09
32 changed files with 4485 additions and 169 deletions

View File

@@ -1,3 +1,9 @@
// ============================================================================
// DEPRECATED: Dutchie now crawled via GraphQL only (see dutchie-az pipeline)
// DO NOT USE - This HTML scraper is unreliable and targets the legacy products table.
// All Dutchie crawling must go through: src/dutchie-az/services/product-crawler.ts
// ============================================================================
import { Page } from 'playwright';
import { logger } from '../../services/logger';
@@ -9,8 +15,9 @@ export interface ScraperTemplate {
}
/**
* Dutchie marketplace scraper template
* Used for: dutchie.com/dispensary/* URLs
* @deprecated DEPRECATED - Dutchie HTML scraping is no longer supported.
* Use the dutchie-az GraphQL pipeline instead: src/dutchie-az/services/product-crawler.ts
* This template relied on unstable DOM selectors and wrote to legacy tables.
*/
export const dutchieTemplate: ScraperTemplate = {
name: 'Dutchie Marketplace',