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
docs(spec): give six zod modules a true module-header doc block (#6145) (#6447)
The six modules already carried a genuine module introduction, written
glued to the module's first declaration. Under #5059's strict selection
rule that block is the SYMBOL's TSDoc — its hover text — so the pages
stopped opening with it and printed nothing instead.
The prose was never the problem; its attachment was. Each block is
promoted VERBATIM to a top-level header that documents no symbol (column
0, header region, followed by the imports rather than by a declaration) —
the shape 74 of the 183 sources with a module header already use.
`content/docs/references/**` is regenerated through the standard
`check:generated --fix` flow: exactly the six listed pages change, 110
insertions and 0 deletions, every other page byte-identical.
Fixes#6145
Claude-Session: https://claude.ai/code/session_018ffcE95NaMJcL9XJ9VDYgk
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments