0.1.27 — adapt to DSH v0.1.2-alpha.2
Adapt to DSH v0.1.2-alpha.2.
scope.setnow returnsPromise<void>; oldtry/catchsilently swallowed both sync throw and promise rejection. Now.catch(...)is wired in for the promise channel and outertry/catchkeeps the sync channel.- Removed the
runtime.host.getSnapshotmonkey-patch; the new settings mirror clashed with it, killing the namespace write path. DSH now readspreferencefrom the scope snapshot directly. agentPromptmoved underscope.overrides. The top-level field was rejected by the host schema;overridesis always accepted.
Tests: 31/31 pass. Bundle validates through node --check and acorn.
Refs: #97, #98