v0.3.1
The hosted Cloudflare Worker reaches feature parity with the stdio
server, and the stdio ↔ Worker code is unified so the two can't drift
apart again.
Fixed
spec.searchon the hosted Worker now honorssearch_steps. It
previously ranked only aoid / title / id matches; step-text matches
(thestepstier) were silently dropped. The stdio server already
did this — now both transports rank a query identically.proposal.liston the hosted Worker now accepts thespecfilter
(262/402). It was stdio-only, so the Worker couldn't narrow
proposals to one spec.
Changed
- The spec/edition catalog, the
spec.searchranking, and the
proposal.listfilter are now single shared modules used by both
the stdio server and the Worker, replacing hand-maintained copies
that had drifted. The stdio tool surface is unchanged
(docs/tools.mdis identical) — this is internal consolidation plus
the two Worker fixes above.