From 654f73f83dd58424e24989e75d3f3310025e2f7f Mon Sep 17 00:00:00 2001 From: zenchantlive Date: Fri, 20 Feb 2026 17:25:05 -0800 Subject: [PATCH] feat(swarm): modify unified-shell to render swarm layout --- src/components/swarm/swarm-mission-picker.tsx | 7 +++++-- tests/api/swarm/archetypes.test.ts | 1 + tests/components/swarm/swarm-mission-picker.test.tsx | 2 ++ tests/components/swarm/swarm-workspace.test.tsx | 3 ++- tests/components/unified-shell.test.tsx | 4 ++-- tests/server/beads-fs.test.ts | 1 + 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/components/swarm/swarm-mission-picker.tsx b/src/components/swarm/swarm-mission-picker.tsx index a1da0df..3d375b7 100644 --- a/src/components/swarm/swarm-mission-picker.tsx +++ b/src/components/swarm/swarm-mission-picker.tsx @@ -11,7 +11,7 @@ const useMissionList = () => ({ }); export function SwarmMissionPicker() { - const { setUrlState, swarmId } = useUrlState(); + const { setView, setSwarmId, swarmId } = useUrlState(); const { missions } = useMissionList(); return ( @@ -20,7 +20,10 @@ export function SwarmMissionPicker() { {missions.map(m => (