ABC-019: bracketed IPv6 host never resolves NET feeds [::1] to getaddrinfo verbatim

Now
OPEN
Sev
MED

Found by the JS-110 worker (2026-07-10) while fixing the jab net bundle's URI composition: the URI grammar accepts an IP_literal and hands host = "[::1]" with the brackets kept, and NETResolve passes that token verbatim to getaddrinfo, which rejects bracket framing so every bracketed-IPv6 URI fails Invalid argument and IPv6 is unusable end-to-end even with correctly composed URIs. Adjacent to (not covered by) the ABC-012 socket-layer batch.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome