diff --git a/components/mission-control/MissionControlDashboard.tsx b/components/mission-control/MissionControlDashboard.tsx index be5b249..8d0e6a5 100644 --- a/components/mission-control/MissionControlDashboard.tsx +++ b/components/mission-control/MissionControlDashboard.tsx @@ -55,6 +55,7 @@ const sidebarCategories: SidebarCategory[] = [ { id: "council", name: "Council", icon: "🏛️", items: [ { id: "teams", name: "Agent Teams", icon: "👥", category: "council" }, { id: "golden-notes", name: "Golden Notes", icon: "🔥", category: "golden-notes" }, + { id: "daily-feedback", name: "Daily Feedback", icon: "📝", category: "daily-feedback" }, { id: "ai-settings", name: "AI Settings", icon: "🤖", category: "council-settings" }, ]}, { id: "calendar", name: "Calendar", icon: "📅", items: [ @@ -303,6 +304,85 @@ export default function MissionControlDashboard({ onLogout }: MissionControlDash )} + {currentItem?.category === "daily-feedback" && ( +
+
+
+ 📝 +

Daily Feedback

+
+ {new Date().toLocaleDateString()} +
+

End-of-day insights from all agents. Select notes to promote to Golden.

+ +
+
+
+
+ 👁️ + HORUS +
+ +
+