Versioning And Lifecycle
Public package compatibility is coordinated by minor line.
@prompt-mv/orchestration@0.2.xis intended to work with@prompt-mv/contracts@0.2.x.@prompt-mv/cli@0.1.xdepends on the@prompt-mv/orchestration@0.2.xline.- Breaking contract changes require a coordinated minor bump across both packages.
- SDK-only client improvements may release within the current contracts minor line when the public contract surface is unchanged.
- Root imports are the supported public import surface in V1. Deep imports and ad hoc subpaths are unsupported.