python3 compare_files.py report.pdf notes.txt -m side-by-side python3 compare_files.py a.docx b.pdf -m html ...
if _SRC_ROOT not in sys.path: sys.path.insert(0, _SRC_ROOT) from clawsentry.adapters.a3s_adapter import A3SCodeAdapter # type: ignore[no-redef] from clawsentry.gateway.models import CanonicalDecision, ...