Phase 6 audit pass — eager JSON.stringify / Object.keys work moved
inside lazy thunks so production levels skip the construction cost.
- BindingResolver: interpolateProps:entity, form-binding,
sexpr:eval (also INFO -> DEBUG — fired per S-expr evaluation, far
too hot for INFO).
- OrbitalServerRuntime: bus:incoming, processOrbitalEvent:enter,
fetch:enter — all now lazy.
- ServerEffectHandlers: clientFetch:enter lazified.
- MockPersistenceAdapter: mock:seed lazified.
No behavior change at WARN/ERROR. At LOG_LEVEL=info, the heavy
serialization no longer runs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>