Files
Conflict_Checker/backend/.llm_cache/b2b21e64c0963afcc575b6f0b7121f321e22b81870db90b6f7953191542d5ae5.json
T
woogiandClaude Opus 4.8 1d248a8808 Initial commit: Conflict Checker
Cross-discipline design-contradiction checker for construction drawing
sets. Standalone tool broken out from Iron_Bid; a pipeline stage may
later fold back into Iron_Bid.

Pipeline: PDF->images -> per-sheet assertion extraction -> deterministic
clustering by location -> per-cluster reasoning -> report.
Includes CLI (cli/run_check.py) and web UI (backend/main.py).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03 00:22:02 +00:00

1 line
1016 B
JSON

{"conflicts": [{"conflict_id": "EHW1_voltage_mismatch", "category": "schedule_vs_plan_mismatch", "severity": "high", "confidence": "high", "location": "Electric Water Heater EWH-1 and Electrical Panel 'E'", "disciplines": ["Plumbing", "Electrical"], "sheets": ["P01.01", "E01.02"], "description": "The Electric Water Heater Schedule on P01.01 specifies a 480V, 3-phase unit for EWH-1. The Electrical drawings on E01.02 show the 'WATER HEATING' load connected to Panel 'E', which is a 208Y/120V panel. The specified equipment is incompatible with the provided power source, which will lead to procurement and installation failure.", "evidence": [{"discipline": "Plumbing", "sheet": "P01.01", "source_text": "EWH-1 | VOLTS 480 | PHASE 3", "asserted_value": "480V, 3-Phase"}, {"discipline": "Electrical", "sheet": "E01.02", "source_text": "PANEL NAME: E | MAINS 100.0 | VOLTS 208Y/120 | PHASE 3 WIRE 4W ... DESCRIPTION: WATER HEATING", "asserted_value": "208Y/120V"}], "recommended_resolution": "coordinate drawings"}]}