docs: reserve seam for complete capabilities

This commit is contained in:
Turtle
2026-08-09 17:26:57 +08:00
parent 27ac49e687
commit dda02250f5
966 files changed
+2166 -2159

No files matched your search

+2 -2
View File
@@ -1,5 +1,5 @@
/**
* Workflow capability seam. Implementations execute orchestration scripts;
* Service Definition for the workflow capability seam. Service providers execute orchestration scripts;
* observe-only lifecycle events never expose run control.
* @module @deepseek-ai/dsh-workflow
*/
@@ -150,7 +150,7 @@ export function isFatalWorkflowError(error: unknown): boolean {
}
/**
* Workflow execution seam. Invalid requests throw before publication; a live
* Workflow Service Definition contract. Invalid requests throw before publication; a live
* run is holder-owned, its result never rejects, cancellation and disposal are
* bounded, and disposal waits for child cleanup within that bound. Lifecycle
* listener failures are contained, and `workflow/end` fires exactly once as the