feat: add AI knowledge analysis MVP

This commit is contained in:
2026-07-05 00:47:52 -07:00
parent 6aa72d3b43
commit e204974b57
32 changed files with 8705 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ import { usePathname } from "next/navigation";
import {
BedDouble,
Bell,
BookOpenText,
Building2,
ClipboardCheck,
Globe2,
@@ -38,6 +39,7 @@ const iconMap: Record<NavIconKey, LucideIcon> = {
family: UserRoundCheck,
global: Globe2,
health: HeartPulse,
knowledge: BookOpenText,
notices: Bell,
organizations: Building2,
roles: Settings,