@velum-labs/routekit-tool-registry
v1.3.2
Published
Canonical product-neutral registry of RouteKit coding-tool integrations.
Downloads
10,342
Maintainers
Readme
@velum-labs/routekit-tool-registry
The product-neutral registry of RouteKit coding-tool integrations. It owns the single runtime integration list used by RouteKit hosts.
import { toolRegistry } from "@velum-labs/routekit-tool-registry";
const integration = toolRegistry.get("codex");The package owns the one runtime integration list used by RouteKit and by
products that compose RouteKit. To add a tool, add its package dependency and
one entry to toolIntegrations in src/index.ts; consumers do not maintain
parallel imports or lists.
Docs
- Maintainer reference: ../../docs/typescript-reference.md
