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>
1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"conflicts": [{"conflict_id": "inv_rack_data_height", "category": "elevation_disagreement", "severity": "medium", "confidence": "high", "location": "INVENTORY Room, west wall", "disciplines": ["Architectural", "Electrical"], "sheets": ["A24.01", "E04.01"], "description": "The architectural plan specifies the network rack bottom is to be mounted at 74 inches AFF. However, the special systems plan shows the corresponding CAT.6 data cables terminating at 18 inches AFF on the same wall. The termination height for data cabling should be coordinated with the height and configuration of the rack it serves.", "evidence": [{"discipline": "Architectural", "sheet": "A24.01", "source_text": "RACK SYSTEM ABOVE SAFE @ -74\" TO BOTTOM", "asserted_value": "74\" AFF"}, {"discipline": "Electrical", "sheet": "E04.01", "source_text": "(2) CAT.6/18\"", "asserted_value": "18\" AFF"}], "recommended_resolution": "coordinate drawings"}, {"conflict_id": "inv_rack_vs_ewh", "category": "spatial_clash", "severity": "high", "confidence": "high", "location": "INVENTORY Room, west wall", "disciplines": ["Architectural", "Plumbing"], "sheets": ["A24.01", "P02.02"], "description": "The architectural plan shows a network rack system on the west wall of the Inventory room. The plumbing plan shows an Electric Water Heater (EWH) in the same location. These two pieces of equipment cannot occupy the same space. Furthermore, locating a water heater, a potential source of leaks, directly below or adjacent to sensitive network equipment is a major operational risk and is strongly discouraged.", "evidence": [{"discipline": "Architectural", "sheet": "A24.01", "source_text": "RACK SYSTEM ABOVE SAFE @ -74\" TO BOTTOM", "asserted_value": "Network Rack System"}, {"discipline": "Plumbing", "sheet": "P02.02", "source_text": "EWH", "asserted_value": "Electric Water Heater"}], "recommended_resolution": "coordinate drawings"}]} |