Versioning And Lifecycle

Public package compatibility is coordinated by minor line.

  • @prompt-mv/orchestration@0.2.x is intended to work with @prompt-mv/contracts@0.2.x.
  • @prompt-mv/cli@0.1.x depends on the @prompt-mv/orchestration@0.2.x line.
  • 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.

See also

Was this page helpful?