# `Squidie.Runtime.Journal.SignalInterpreter`
[🔗](https://github.com/dark-trench/squidie/blob/main/lib/squidie/runtime/journal/signal_interpreter.ex#L1)

Backward-compatible alias for journal command signal dispatch.

New code should call `Squidie.Runtime.Journal.Commands.SignalInterpreter`.
This module preserves the older runtime namespace for existing host
integrations and tests.

# `apply`

```elixir
@spec apply(
  Squidie.Runtime.Signal.t(),
  keyword()
) :: {:ok, term()} | {:error, term()}
```

Applies a normalized runtime command signal to the journal runtime.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
