You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- neuron-plugins: drop extraneous 6th constructor arg in resolveParam
(StateNumberParameter takes 5).
- neuron-js adapter: add default case throwing on unhandled scenario.
- cold-start: adapters now expose a named `adapter` export; cold-start-child
imports `{ adapter }` instead of Object.values(...)[0].
- extract shared readPath into harness/read-path.ts; reuse in neuron-plugins
and the hand-coded adapter (removes duplication).
- scenarios: pricing decide/canonical derive from shared PRICING_* constants
instead of a hardcoded subtotal duplicated in data.
Re-ran yarn benchmark + benchmark:charts; lint/test/examples/build/docs:build
all green; no chaos-vault strings in dist.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments