Problem
The same flow source produces contradictory extractor outcomes between qualification and production execution.
For Extra Chill Events flow 96 (https://www.29thstreetballroom.com/):
wp extrachill venues requalify-flow 96 returned qualified_structured with 55 events.
- Immediate production job
801596 materialized one vision_flyer packet instead.
- The AI rejected that packet as
empty / placeholder / un-dated junk.
- No structured Squarespace events reached the pipeline.
The source was originally paused for extraction_gap; DME v0.53.1 added Squarespace summary-event extraction and qualification now proves the source is extractable. The live universal_web_scraper path is not honoring the successful structured extractor/arbitration result.
Expected
Production flow execution and qualification should select the same reusable structured extractor for the same source and handler configuration. Vision fallback must not preempt a structured extractor that returns valid events.
Evidence
- Production DME version:
0.53.1
- Qualifier version:
0.56.0
- Flow:
96
- Job:
801596
- Qualification event count: 55
- Production source type:
vision_flyer
- Production result:
agent_skipped - source-rejected
Do not add a domain-specific exception for 29th Street Ballroom; fix generic extractor arbitration/parity.
Problem
The same flow source produces contradictory extractor outcomes between qualification and production execution.
For Extra Chill Events flow
96(https://www.29thstreetballroom.com/):wp extrachill venues requalify-flow 96returnedqualified_structuredwith 55 events.801596materialized onevision_flyerpacket instead.empty / placeholder / un-dated junk.The source was originally paused for
extraction_gap; DMEv0.53.1added Squarespace summary-event extraction and qualification now proves the source is extractable. The liveuniversal_web_scraperpath is not honoring the successful structured extractor/arbitration result.Expected
Production flow execution and qualification should select the same reusable structured extractor for the same source and handler configuration. Vision fallback must not preempt a structured extractor that returns valid events.
Evidence
0.53.10.56.096801596vision_flyeragent_skipped - source-rejectedDo not add a domain-specific exception for 29th Street Ballroom; fix generic extractor arbitration/parity.