Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 16:05
· 112 commits to main since this release

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_refs field on the returned Clause lists 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).
  • external category on spec.crossrefs. The crossref graph now
    carries the same citations as an outgoing external category 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.