AppShell.tsx top-left brand → Nexus (desktop sidebar + mobile top-bar), shell echo strings, prisma schema header, test fixture token, playwright runtime DB URL. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- scripts/start.sh: docker compose up, prisma generate, clear .next cache, start Next.js, wait for health check, show status - scripts/stop.sh: kill Next.js by PID + fuser, docker compose stop - scripts/restart.sh: stop then start Usage: ./scripts/start.sh # Start everything ./scripts/stop.sh # Stop everything ./scripts/restart.sh # Full restart Co-Authored-By: claude-flow <ruv@ruv.net>