A lightweight Mission Control web app with three sections only: Memory, Projects, and Agenda.
- Frontend: React + Vite
- Backend: Express
- Unit tests: Vitest (frontend + backend)
- E2E tests: Playwright
npm install
npm run devnpm test
npx playwright test- Agent memories are loaded from
data/memory/<AgentName>/*.md - Agenda files are loaded from
data/agenda/*.md
- This repo enforces Uncodixfy for all frontend UI/UX changes.
- Skill is installed at
.agents/skills/uncodixfy. - Project-level enforcement notes live in
AGENTS.md.
See DEPLOYMENT.md for VPS + Vercel deployment steps (kelvin-control.site).