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

{"conflicts": [{"conflict_id": "sales_area_lighting_layout_mismatch", "category": "location_mismatch", "severity": "medium", "confidence": "high", "location": "SALES AREA Ceiling", "disciplines": ["Architectural", "Electrical"], "sheets": ["E03.01"], "description": "The electrical lighting plan layout for the Sales Area does not match the architectural reflected ceiling plan layout. A handwritten note on sheet E03.01 explicitly points out this discrepancy. The electrical drawing shows one grid of fixtures, while a snippet of the architectural plan on the same sheet shows a different, more complex layout. This must be reconciled to ensure the correct fixtures are installed in the correct locations.", "evidence": [{"discipline": "Electrical", "sheet": "E03.01", "source_text": "fixture locations not matching arch", "asserted_value": "The electrical drawing shows a simple grid of recessed lights."}, {"discipline": "Architectural", "sheet": "E03.01", "source_text": "(Architectural underlay snippet on E03.01)", "asserted_value": "The architectural RCP snippet shows a more complex, patterned layout of light fixtures."}], "recommended_resolution": "coordinate drawings"}]}