JS-074 MED: core/registry.jsbuild masks load/syntax errors as unresolved verb

registry.build resolves a verb to its handler via two nested require attempts (views/ then verbs/). Both catches are BLIND to the error kind, so a module that EXISTS but throws at load (syntax error, bad require, throwing top-level) is swallowed and recorded null — later surfacing far away as the misleading "no handler for verb" loop refusal. Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome