feat(assistant): implement spec 021 chat assistant flow with semantic contracts
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
import Sidebar from '$lib/components/layout/Sidebar.svelte';
|
||||
import TopNavbar from '$lib/components/layout/TopNavbar.svelte';
|
||||
import TaskDrawer from '$lib/components/layout/TaskDrawer.svelte';
|
||||
import AssistantChatPanel from '$lib/components/assistant/AssistantChatPanel.svelte';
|
||||
import { page } from '$app/stores';
|
||||
import { sidebarStore } from '$lib/stores/sidebar.js';
|
||||
|
||||
@@ -71,6 +72,7 @@
|
||||
|
||||
<!-- Global Task Drawer -->
|
||||
<TaskDrawer />
|
||||
<AssistantChatPanel />
|
||||
</ProtectedRoute>
|
||||
{/if}
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user