diff options
Diffstat (limited to 'packages/kernel/src/index.ts')
| -rw-r--r-- | packages/kernel/src/index.ts | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/kernel/src/index.ts b/packages/kernel/src/index.ts index 3abab71..a9ff31f 100644 --- a/packages/kernel/src/index.ts +++ b/packages/kernel/src/index.ts @@ -1 +1,7 @@ -export const KERNEL_PLACEHOLDER = true; +// @dispatch/kernel — the minimal runtime core. +// +// Exposes the ABI (contracts) that every extension and the runtime compile +// against. Host, runtime, and bus implementations are added by their own +// owner-agents and re-exported here as they land. + +export * from "./contracts/index.js"; |
