Files
Conflict_Checker/backend/.llm_cache/7dd3ae7e40214eeb987a03610fddd5913b9cd6392640d2c9f2f4a98a67a78ec1.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
2.0 KiB
JSON

{"conflicts": [{"conflict_id": "lounge_panels_missing_on_arch", "category": "missing_element", "severity": "medium", "confidence": "high", "location": "Lounge", "disciplines": ["Electrical", "Architectural"], "sheets": ["E01.02", "E02.01", "A23.01"], "description": "The electrical one-line diagram and power plan show electrical panels 'H' and 'L' located on the west wall of the Lounge. The architectural plans do not show these panels, which is necessary for coordinating wall construction, finishes, and required clearances.", "evidence": [{"discipline": "Electrical", "sheet": "E01.02", "source_text": "PANEL NAME H, LOCATION LOUNGE; PANEL NAME L, LOCATION LOUNGE", "asserted_value": "Panels H and L are located in the Lounge."}, {"discipline": "Architectural", "sheet": "A23.01", "source_text": "The Finish Plan for the Lounge shows a blank wall where the electrical plans show panels H and L.", "asserted_value": "No electrical panels are shown on the west wall of the Lounge."}], "recommended_resolution": "coordinate drawings"}, {"conflict_id": "transformer_note_vs_ceiling_condition", "category": "note_or_spec_contradiction", "severity": "low", "confidence": "high", "location": "Lounge", "disciplines": ["Electrical", "Architectural"], "sheets": ["E02.01", "A23.01"], "description": "Electrical keynote 7 for the transformer in the Lounge states it is to be suspended 'above accessible ceiling'. However, the architectural finish plan indicates the ceiling in the Lounge is 'Exposed to Deck', meaning there is no accessible ceiling below the structure.", "evidence": [{"discipline": "Electrical", "sheet": "E02.01", "source_text": "7 TRANSFORMER TO BE SUSPENDED FROM STRUCTURE AT HIGH LEVEL ABOVE ACCESSIBLE CEILING.", "asserted_value": "Transformer is above an accessible ceiling."}, {"discipline": "Architectural", "sheet": "A23.01", "source_text": "F01 CEILING FINISH LOCATION: LOUNGE, CORRIDOR, SALES AREA, RESTROOMS; FINISH: EXPOSED TO DECK", "asserted_value": "Ceiling is exposed to deck (no accessible ceiling)."}], "recommended_resolution": "coordinate drawings"}]}