yuan-lab-llm--clawmanager
05480fdce9
Build / Backend Build (push) Failing after 1s
Build / Frontend Build (push) Failing after 1s
Build / Docker Build (push) Has been skipped
Build / Kubernetes Deploy Smoke Test (push) Has been skipped
Release / Prepare Scheduled Release (push) Has been skipped
Release / Publish Release (push) Failing after 0s
* chore: ignore local agency and team snapshots * feat: add team agent profile templates * KANBAN * template * prototype * Fix tenant runtime pool deployment * Fix local team profiles runtime override * Update local team profiles testing guide * Adapt local team profiles test deployment * Patch tenant NFS server to ClusterIP * Use NFS export root for workspace mounts * Tighten team task completion projection * Fix team event body map comparison * before modification * temp_peer1 * leadermodel * team_fix * fix(team): harden workflow completion and workspace handling * fix(team): harden redis workflow protocol * discord link updated * chore: checkpoint team workflow fixes * fix: stabilize leader kanban ledger * fix: coalesce leader mediated work items * fix: confirm leader-mediated member results * fix: harden leader mediated team state * fix: stabilize team shared runtime state * Fix team task reconciliation and create flow * fix: stabilize leader mediated team orchestration * fix: refine team workspace presentation * checkpoint: persist team workflow ledger fixes * fix: reconcile team workflow delivery state * fix: preserve meaningful team chat events * docs: add team workspace quick guides * chore: ignore local team deployment files * fix: preserve setgid on team shared directories * fix(team): align workspace overlays and completion projection * fix(team): preserve workflow identity recovery * fix(team): protect terminal workflow projection * fix(team): preserve collaboration flow after terminal results
ClawReef Frontend
Virtual Desktop Management Platform - React Frontend
Tech Stack
- React 19
- TypeScript 5.9+
- Vite 7+
- Tailwind CSS 4
- React Router 6
- Zustand (State Management)
- Axios (HTTP Client)
- TanStack Query (Data Fetching)
Quick Start
Install Dependencies
npm install
Development
npm run dev
Build
npm run build
Environment Variables
Create .env.development file:
VITE_API_URL=http://localhost:9001/api/v1
Frontend dev server runs on port 9002.
Project Structure
src/
├── components/ # UI Components
│ ├── ui/ # Base UI components
│ ├── layout/ # Layout components
│ ├── common/ # Shared components
│ └── forms/ # Form components
├── pages/ # Route pages
│ ├── auth/ # Authentication pages
│ ├── dashboard/ # Dashboard pages
│ ├── instances/ # Instance management
│ └── admin/ # Admin pages
├── services/ # API services
├── stores/ # State management
├── types/ # TypeScript types
├── contexts/ # React contexts
├── router/ # Route configuration
└── lib/ # Utilities
Available Scripts
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint