Hyper PM
Development

Monorepo

Turborepo layout, scripts, and where hyper-pm packages live.

Layout

This repository is a pnpm + Turborepo monorepo. Primary apps for Hyper PM:

PathPackage
apps/hyper-pmCLI (hyper-pm)
apps/hyper-pm-webLocal web UI
apps/hyper-pm-mcpMCP stdio server

Shared libraries live under packages/ (for example @workspace/env, @workspace/hyper-pm-cli-runner).

Common scripts (root)

ScriptPurpose
pnpm installInstall workspace dependencies
pnpm buildturbo build across packages
pnpm code-qualityLint, tests, and type-check (gate for contributions)
pnpm docs:devSpeed Docs dev server for /docs content
pnpm docs:buildStatic build of the documentation site

Database and other services

Some workspace packages or tests may expect Postgres or other services via docker-compose. Follow the root README.md for local infra commands relevant to your task.