7 lines
322 B
Python
7 lines
322 B
Python
"""Apply the composable Hermes execution-safety source patches."""
|
|
|
|
# Import order is intentional: the decomposition DB contract builds on the
|
|
# exact-run schema and transaction changes. Each module fails closed on drift.
|
|
import patch_hermes_run_safety # noqa: F401
|
|
import patch_hermes_decomposition_safety # noqa: F401
|