Execute release checkpoint phases
release-checkpointworkflowsetup L3★1,223
sceneview/sceneview ↗What it does
Orchestrate multi-stage agent work
Best for
Executing complex multi-phase workflows with typed outputs.
Inputs
- · Configuration args object
Outputs
- · Structured JSON result
- · Typed verdict object
Requires
- · agent() function
- · phase() phase-tracking
Preconditions
- · Workflow runtime initialized
- · Input arguments validated
Failure modes
- · Gate validation fails
- · Agent returns null on worker failure
Trust signals
- · Explicit JSON schema validation
- · Binary/enum verdict logic in code
- · Independent verification step