Verify worktree-isolated work partitions
parallel-verifyworkflowsetup L3★4
ShivaeDev/pardes ↗What it does
Fan out one worktree-isolated writer per DISJOINT work partition (supplied by the caller), then integrate the partition branches and run a SINGLE seri
Best for
Running isolated writers in parallel then integrating and verifying once.
Outputs
- · multi-agent results
- · phase tracking
- · schema-validated results
Requires
- · Workflow executor (agent support)
- · Git/worktree
- · File I/O
Preconditions
Workflow runtime, args with required parameters
Failure modes
- · Phase timeout or agent failure
- · Schema validation failure
- · Missing required args
Trust signals
- · JSON schema validation enforced
- · Comprehensive implementation (>6K LOC)
- · Error handling and abort paths defined