v0.6.0
Surfaces a clause's citations to external specs (Unicode, IETF, WHATWG)
as structured, resolvable URLs.
Added
- External-spec citations on
clause.get. A new optional
external_refsfield on the returnedClauselists a clause's outward
links to normative external specs — Unicode TRs, IETF RFCs, WHATWG — as
{ url, text }, filtered to a normative-host allowlist. Present only
when the clause cites something external (e.g.
sec-string.prototype.normalize→ the Unicode Normalization Forms
reference). externalcategory onspec.crossrefs. The crossref graph now
carries the same citations as an outgoingexternalcategory alongside
the internal in/out hits, so tracing a clause's references surfaces both
internal targets and outward spec links in one call. Present on
direction: "out"/"both".
Changed
- Install + run docs are now agent-agnostic. The setup instructions
present the two transports — stdio (npx) and hosted HTTP
(mcp.xyzzylabs.ai/tc39) — for any MCP client, instead of leading with
one specific client's config.