Audit view and edit block parity
view-edit-parityworkflowsetup L3★1
FRIKKern/barkpark ↗What it does
Dispatch agents in parallel batches
Best for
Executing complex multi-phase workflows with typed outputs.
Outputs
- · Structured JSON result
- · Typed verdict object
- · Findings array
- · Summary report
Requires
- · agent() function
- · parallel() executor
- · phase() phase-tracking
Preconditions
- · Workflow runtime initialized
- · Input arguments validated
Failure modes
- · Schema validation fails
- · Input file missing
Trust signals
- · Explicit JSON schema validation
- · Fault-tolerant parallel dispatch
- · Independent verification step