2026-08-16 21:55:28 -03:00
|
|
|
"""Apply the composable Hermes execution-safety source patches."""
|
2026-08-16 19:57:54 -03:00
|
|
|
|
2026-08-16 21:55:28 -03:00
|
|
|
# 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
|