AI change control plane for coordinating agents and humans around shared software changes.
Core docs:
- SPEC.md: stable product thesis, architecture, and MVP success criteria
- ROADMAP.md: open, active, and completed delivery work
This repository is scaffolded as a Bun monorepo with a deliberately small initial footprint:
apps/client: TanStack Start client app with a public landing page at/and the product shell at/apppackages/backend: Convex-backed control-plane backend, internal runtime and sandbox boundaries, and orchestration servicespackages/domain: shared core types and Effect schemas
bun install
bun run dev:clientIn a second terminal:
bun run dev:backendEffect is set up for the control-plane core:
packages/domainuseseffect/Schemafor shared modelspackages/backendusesEffectfor backend programs and orchestration entry points