Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.15 KB

File metadata and controls

25 lines (18 loc) · 1.15 KB

dotpipe

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 checking

Single 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.

Guides