Bob Builder is the merged monorepo for:
apps/web: the primary Next.js product shellapps/mobile: the mobile app for planning and task executionapps/ws-gateway: slim WebSocket relay between clients and the Go daemonpackages/*: shared API, DB, auth, realtime, work-item, and agent libraries
pnpm install
pnpm db:push
pnpm devUseful targets:
pnpm dev:web
pnpm dev:mobile
pnpm typecheck
pnpm lint
pnpm buildworkspacesandprojectsprovide Bob's execution and planning context- canonical
work_itemslive in ForgeGraph and are consumed by Bob for planning and execution tasksare the executable work items Bob works on- Bob sessions, task runs, worktrees, transcripts, and artifacts power planning and execution
- web and mobile both use the same product-facing tRPC router