mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
60ed2a4964
coreToolKinds + toolKindFor were duplicated verbatim in internal/extensions/wrapper.go and pkg/kit/events.go, risking silent divergence between extension events and SDK events. Single source of truth now lives in internal/extensions/toolkinds.go; pkg/kit re-exports the constants.