mirror of
https://github.com/logos-co/logos-tutorial.git
synced 2026-08-30 12:21:12 +00:00
Binding to a module that isn't loaded does NOT return a silent default — the inner remote call fails and propagates, so `logoscore call ... sumVia no_such_module` exits non-zero with RPC_FAILED. The step asserted "result":0 and let the non-zero exit fail the doctest step. Reframe it accurately: a bad bind surfaces as an ordinary RPC failure (not a crash); absorb the exit with `|| true`, capture stderr, and assert `"status":"error"`. Fix the prose and the recap row to match. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>