Expand description
The dejavu run pipeline: resolve → classify → exec → reduce → emit, with
the absolute exit-code guard.
Invariant: once the real command has run, its normalized exit code is
returned no matter what. All post-exec work runs inside catch_unwind; any
failure prints the raw output and still exits the real code.