diff options
Diffstat (limited to 'src/features/tabs')
| -rw-r--r-- | src/features/tabs/index.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/features/tabs/index.ts b/src/features/tabs/index.ts index 50de62a..699c845 100644 --- a/src/features/tabs/index.ts +++ b/src/features/tabs/index.ts @@ -15,3 +15,9 @@ export { export type { TabsStorage, TabsStore } from "./tabs-store.svelte"; export { createTabsStore } from "./tabs-store.svelte"; export { default as TabBar } from "./ui/TabBar.svelte"; + +/** Public module manifest — aggregated by the shell's "Loaded Modules" view. */ +export const manifest = { + name: "tabs", + description: "Conversation tabs with title derivation and persistence", +} as const; |
