"""Vendored SEO rule engine (see rules.py). Re-export check_post/score for the bot.""" from .rules import check_post, score, internal_links, Violation # noqa: F401