Files
Conflict_Checker/backend/.llm_cache/24fcbd4905e36d5813706ed04d12f7318f409186c1afe5446667d50bf4a48971.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.1 KiB
JSON

{"conflicts": [{"conflict_id": "9426f022-777b-4dfa-89ca-ca922d56a70e", "category": "note_or_spec_contradiction", "severity": "medium", "confidence": "high", "location": "Polished Concrete Floor PC-1", "disciplines": ["Architectural", "General"], "sheets": ["A23.01", "G31.05"], "description": "The finish plan note for Polished Concrete Floor (PC-1) requires a minimum Static Coefficient of Friction (SCOF) of 0.50. However, the general specification for Polished Concrete Flooring requires a minimum SCOF of 0.60 for level surfaces. These are conflicting performance requirements for the same floor finish, which will create ambiguity for the contractor during bidding and installation.", "evidence": [{"discipline": "Architectural", "sheet": "A23.01", "source_text": "SLIP RESISTANCE OF FLOOR TO BE NO LESS THAN A 0.50 STATIC COEFFICIENT OF FRICTION (SCOF)", "asserted_value": ">= 0.50 SCOF"}, {"discipline": "General", "sheet": "G31.05", "source_text": "STATIC COEFFICIENT OF FRICTION: MIN. 0.6 FOR LEVEL SURFACES, MIN. 0.42 FOR RAMPS PER ASTM C1028 OR ANSI A137.1.", "asserted_value": ">= 0.60 SCOF"}], "recommended_resolution": "coordinate drawings"}]}