Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.57 KB

File metadata and controls

62 lines (48 loc) · 1.57 KB

Backlog

P0 (Foundation) ✅ COMPLETE

  • Create monorepo scaffold
  • Define project metadata schema
  • Build web app shell
  • Build API shell
  • Define docs structure
  • Define OpenClaw repo conventions
  • TypeScript configs for all packages
  • Engine runtime skeleton
  • Build verification

P1 (Core Editor Shell) ✅ COMPLETE

  • Add react-router routing with layout
  • Create sidebar navigation
  • Build project dashboard page
  • Build project create/open flow
  • Add placeholder AI command panel
  • Add placeholder asset studio panel
  • API: project CRUD endpoints
  • Store/display project metadata

P2 (Code + AI Workflow) ✅ COMPLETE

  • Add code workspace
  • Add file APIs
  • Implement AI command flow (preview mode)
  • Create live preview
  • Code-splitting and lazy loading
  • Command palette (Ctrl+K)
  • Floating AI assistant
  • Toast notifications

P3 (Scene Editor) ✅ COMPLETE

  • Build scene editor basics
  • Create basic entity model
  • Implement save/load scene format
  • Create starter templates
  • Property inspector
  • Component management

P4 (Assets) — CURRENT

  • Connect real AI backend for code generation
  • Wire toast notifications into all user actions
  • Asset generation workflow (ComfyUI or placeholder)
  • Support asset import and metadata
  • Enhanced onboarding flow

P5 (Git + OpenClaw)

  • Add Git center
  • Add commit flows
  • Finalize OpenClaw-native integration docs

See Current Sprint for active work.