"""Compatibility imports for the shared, conservative intent checker.""" from robot_bt_coordinator.intent import COUNTS, matches, extract, conflicts_with_instruction __all__ = ['COUNTS', 'matches', 'extract', 'conflicts_with_instruction']