Files
Conflict_Checker/backend/.llm_cache/5d8464409ad2405c6d4a3fe7cf8e778958b3fa6475bc60494c8c240d499d78fb.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
1.4 KiB
JSON

{"conflicts": [{"conflict_id": "C001", "category": "location_mismatch", "severity": "high", "confidence": "high", "location": "SALES AREA", "disciplines": ["Architectural", "Electrical"], "sheets": ["E03.01", "A24.01"], "description": "The electrical lighting plan for the Sales Area on sheet E03.01 shows a different layout of light fixtures than the architectural reflected ceiling plan, which is shown as an inset on the same drawing. The electrical engineer's plan shows long continuous rows of fixtures, while the architectural plan shows fixtures arranged in groups to align with the furniture layout shown on A24.01. A handwritten note explicitly calls out the discrepancy. This must be resolved before construction to avoid significant rework of the ceiling and wiring.", "evidence": [{"discipline": "Electrical", "sheet": "E03.01", "source_text": "The main lighting plan on E03.01 shows a regular grid of long fixture rows in the Sales Area, which is inconsistent with the inset architectural RCP.", "asserted_value": "Lighting layout with long, continuous rows."}, {"discipline": "Architectural", "sheet": "E03.01", "source_text": "The inset reflected ceiling plan on E03.01 shows fixtures arranged in groups relating to the furniture layout. A handwritten note states: 'fixture locations not matching arch'.", "asserted_value": "Lighting layout with fixtures grouped over furniture pods."}], "recommended_resolution": "coordinate drawings"}]}