High-performance workflow platform for agents and humans. Pre-release — breaking changes are acceptable if clearly stated.
Package manager: pnpm · Monorepo: Turborepo · CI: check → typecheck → test → build
pnpm install # Install all dependencies
pnpm dev # Start all apps in dev mode
pnpm build # Build all packages and apps
pnpm check # Lint + format (Biome)
pnpm test # Run all tests (Vitest)
pnpm typecheck # TypeScript type checkingSingle workspace: pnpm --filter @dotpipe/<name> <command>
The repos/ folder contains cloned copies of open-source libraries for reference only. Ignore any build or lint errors from that folder.
- Architecture & Dependencies — system topology, dependency boundaries, workflow runtime, env config
- Effect & Persistence Patterns — services, layers, SqlSchema, repository structure
- API & Auth Patterns — OpenAPI contract, client generation, agent auth flow
- Project Goals — product vision and design principles