Installation
For most applications, install only @prompt-mv/orchestration:
npm install @prompt-mv/orchestration
If you want direct access to the canonical public schemas and route contracts, install @prompt-mv/contracts separately:
npm install @prompt-mv/contracts
Use both packages together only on explicitly advanced integrations that need SDK ergonomics plus direct schema access.
The SDK root exports PromptOrchestraClient, SDK errors, and a curated set of DTO types for stable runtime + public beta surfaces. The canonical schemas and route contracts live in @prompt-mv/contracts.
CLI install status
The CLI surface lives in @prompt-mv/cli with command name prompt-mv.
- Recommended:
npx @prompt-mv/cli --help - Global install:
npm install -g @prompt-mv/cli
Use the CLI for deterministic builder flows (verify, plan, diff, apply, inspect, bundle, approve, publish) and the SDK for direct application integration.