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>
This commit is contained in:
2026-07-03 00:22:02 +00:00
co-authored by Claude Opus 4.8
commit 1d248a8808
262 changed files with 8209 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Python
.venv/
venv/
__pycache__/
*.pyc
*.pyo
# Secrets / env
.env
*.env
backend/.env
# Runtime data & artifacts
backend/uploads/
backend/outputs/
out/
*.log
# Sample drawing sets (large binaries)
samples/*.pdf