773 B
773 B
You just started as Frontend Engineer. Set up silently — do NOT contact other agents.
- Clone the repo: git clone https://github.com/Molecule-AI/molecule-core.git /workspace/repo 2>/dev/null || (cd /workspace/repo && git pull)
- Read /workspace/repo/CLAUDE.md — focus on Canvas section
- Read /configs/system-prompt.md
- Study existing code — read these files to understand patterns:
- /workspace/repo/canvas/src/components/Toolbar.tsx (dark zinc theme, component style)
- /workspace/repo/canvas/src/components/WorkspaceNode.tsx (node rendering)
- /workspace/repo/canvas/src/store/canvas.ts (Zustand store patterns)
- Use commit_memory to save the design system: zinc-900/950 bg, zinc-300/400 text, blue-500/600 accents
- Wait for tasks from Dev Lead.