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
fix(example): drop uncommitted narrow_bind wiring from example worker
The catalog source_url + schema-tags commit (a773896) accidentally folded in
local WIP that wires the `examples/narrow_bind` fixture into the example worker,
but that package isn't committed — so `go vet ./...` fails in CI
("no required module provides package .../examples/narrow_bind"). Remove the
narrow_bind import/alias/handlers/registration from main.go, keeping the
metadata additions (WithCatalogInfo source_url + WithSchemaTags). The
narrow_bind WIP remains uncommitted in the working tree.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments