Files
Conflict_Checker/backend/.llm_cache/0bc1907b473fb0cb45cbe5324336e64471e780e8f51bd0a4cc040d16b5a3b0b5.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
1.1 KiB
JSON

{"conflicts": [{"conflict_id": "SUBMITTAL_FORMAT_AND_QUANTITY_CONFLICT-01", "category": "note_or_spec_contradiction", "severity": "medium", "confidence": "high", "location": "Specifications - Submittal Procedures", "disciplines": ["General"], "sheets": ["G31.01"], "description": "The specification contains conflicting requirements for the format and quantity of submittals. One section requires ten (10) hard copies for submittal, while another section describes an electronic-first workflow requiring one (1) PDF copy, with hard copies to be provided only after electronic approval. This creates ambiguity for the contractor's bidding and administrative process.", "evidence": [{"discipline": "General", "sheet": "G31.01", "source_text": "NUMBER OF COPIES FOR SUBMITTAL - TEN (10).", "asserted_value": "10 copies required for submittal"}, {"discipline": "General", "sheet": "G31.01", "source_text": "ELECTRONIC DOCUMENTS: SUBMIT ONE ELECTRONIC COPY IN PDF FORMAT.", "asserted_value": "1 electronic copy required for submittal"}], "recommended_resolution": "verify with architect"}]}