Files
Conflict_Checker/backend/.llm_cache/170e22d42c192b1151c770bcfc679c61bf9ab2a6dbf4afcc69a6a001c4a521a4.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
894 B
JSON

{"conflicts": [{"conflict_id": "P0201_duplicate_fixture_tag_FD1", "category": "tag_or_reference_inconsistency", "severity": "medium", "confidence": "high", "location": "Men's and Women's Restrooms", "disciplines": ["Plumbing"], "sheets": ["P02.01"], "description": "The fixture tag 'FD-1' is used for two separate floor drains, one located in the Men's Restroom and another in the Women's Restroom. Fixture tags must be unique to avoid ambiguity in fixture schedules, procurement, and installation. One tag should be revised, for example, to 'FD-2'.", "evidence": [{"discipline": "Plumbing", "sheet": "P02.01", "source_text": "3\"FD-1", "asserted_value": "Fixture tag for floor drain in Men's Restroom"}, {"discipline": "Plumbing", "sheet": "P02.01", "source_text": "3\"FD-1", "asserted_value": "Fixture tag for floor drain in Women's Room"}], "recommended_resolution": "coordinate drawings"}]}