Package

@seedcord/core is the foundational code both seedcord transports share. Command and context-menu injection, the interaction route decorators, the handler bases, gates, the startup and shutdown phases, and the plugin base all live here.
Nothing in it opens a connection to Discord. @seedcord/gateway and @seedcord/http each bind their own transport into these pieces.
Until v1.0.0, minor versions can break.
Your transport already re-exports all of this.
Install it directly when you are writing a plugin against the framework:
pnpm add @seedcord/core@seedcord/core/plugin holds the base a plugin extends.