patch draft common wrappers

This commit is contained in:
lda
2026-05-19 06:08:39 +07:00 Verified
parent 4fac6d06d2
commit 5ed89350a9
8 changed files with 272 additions and 1 deletions
+3 -1
View File
@@ -507,7 +507,9 @@ Concrete MCP sequence:
existing workspace ids.
5. `wf.workflow.get_draft_workspace` with `include_draft=true` if the client
needs to inspect the full current draft.
6. `wf.workflow.patch_draft_workspace` with the current `revision`.
6. Use focused helpers such as `wf.workflow.set_draft_name` or
`wf.workflow.set_draft_route`, or call `wf.workflow.patch_draft_workspace`
with the current `revision` for arbitrary JSON Patch edits.
7. `wf.workflow.create_artifact_from_workspace` after validation is clean.
8. `wf.workflow.save_deployment`, then `validate_deployment`, then
`run_deployment`.