Editor and Versioning
Synced from repo docs
This page is synced from docs/guides/editor-and-versioning.md via docs/public-docs.json. Edit the owning repo source instead of this generated copy. GitHub source: https://github.com/byteor-systems/byteor-cloud/blob/master/docs/guides/editor-and-versioning.md
ByteOr Cloud edits drafts through a shared planning model rather than treating the canvas as the source of truth.
Draft model
- Drafts are mutable authoring records.
- The editor stores the selected execution target together with the shared plan backing the draft.
- The UI can project the same draft as
SingleRingorLaneGraphwithout changing the underlying document model.
Preview and version creation
- Preview validates and lowers the synchronized plan through the compiler-backed path.
- Version creation produces an immutable compiled record from the saved draft.
- Versions are the input to config bundles and deployments; drafts are not deployed directly.
Practical authoring sequence
- Create or open a draft.
- Select the execution target.
- Edit the synchronized plan.
- Save the draft.
- Run preview or create a version.
- Attach a config bundle to the resulting version.
- Deploy into a target environment.