Versioning And Lifecycle

Public package compatibility is coordinated by minor line.

  • @prompt-orchestra/sdk@0.1.x is intended to work with @prompt-orchestra/contracts@0.1.x.
  • 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?