Files
Conflict_Checker/backend/.llm_cache/9c1a39c365875208e6dd5b5a5f8f976b478206012c267bbd6d8bfb3236e74428.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
813 B
JSON

{"conflicts": [{"conflict_id": "SK1_vent_pipe_size", "category": "detail_vs_plan_mismatch", "severity": "medium", "confidence": "high", "location": "Lounge, Sink SK-1", "disciplines": ["Plumbing"], "sheets": ["P02.01", "P03.01"], "description": "The plumbing floor plan shows a 2-inch vent pipe for sink SK-1, while the plumbing riser diagram indicates a 1 1/2-inch vent for the fixture group that includes this sink. The pipe size needs to be consistent across all drawings to ensure correct 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": "verify with engineer"}]}