fix(wrapped): unblock CI (import shadowing) + handle typeahead + X-Client reporting
- server.zig: rename `wrapped` import → `wrapped_ep`; the bare name shadowed two
local `const wrapped` vars and ReleaseSafe (CI) rejects shadowing. fixes the
failed deploy so /wrapped actually ships.
- wrapped.html: real handle typeahead on the entry box (bare handle, no '@'),
reusing the shared .lf-typeahead-* dropdown + typeahead.waow.tech. pick →
load. reports via X-Client: pub-search.waow.tech/wrapped.
- ui.js / identity.js: send X-Client: pub-search.waow.tech on the homepage
search typeahead + shared profile resolution so we show up by name in the
service's traffic stats instead of as "unknown".
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>