Files
Conflict_Checker/backend/.llm_cache/c65379485b783a7658fa67f9e4301854966b104f5adc5a6ff4708fc31d09631d.json
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
884 B
JSON

{"conflicts": [{"conflict_id": "piping_vent_size_discrepancy_01", "category": "dimensional_disagreement", "severity": "medium", "confidence": "high", "location": "Sink Vent Piping (SK-1, SK-2, LAV-1, UR-1)", "disciplines": ["Plumbing"], "sheets": ["P02.01", "P03.01"], "description": "The vent pipe size is shown as 2 inches on the Sanitary Waste & Vent Plan (P02.01) for the main vent branch serving the fixtures, but is shown as 1 1/2 inches on the typical piping riser diagram (P03.01). The correct size needs to be confirmed and drawings coordinated for proper material procurement and installation.", "evidence": [{"discipline": "Plumbing", "sheet": "P02.01", "source_text": "2\"V", "asserted_value": "2 inch vent"}, {"discipline": "Plumbing", "sheet": "P03.01", "source_text": "1 1/2\"V", "asserted_value": "1 1/2 inch vent"}], "recommended_resolution": "coordinate drawings"}]}