Skip to content

drzero-unity

Coordinate peer-to-peer DrZero parallel work without a single central implementation owner

experimental
IDE:
codex
Version:
0.1.0
Owner:epic-platform-sre
drzero
parallel
peer-to-peer
coordination

DrZero Unity

Use this workflow for parallel work where independent specialists can operate side by side and then reconcile results.

Workflow

  1. Split the task into non-overlapping WorkItems.
  2. Assign one canonical specialist per WorkItem based on domain.
  3. Run specialists in parallel only when file scopes do not overlap.
  4. Merge results by WorkItem, then run drzero-testing and drzero-security.
  5. Record completion and solver scores through the support scripts.

Example

Use drzero-unity to fix all linting errors by file group without overlapping edits.

Related Assets