II.
Page JSON
Structured · livepage:docs-harness-features-backlog-gaps-parallelization-gap-par-003
GAP-PAR-003: Multi-Harness Parallel Dispatch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:docs-harness-features-backlog-gaps-parallelization-gap-par-003",
"_kind": "Page",
"_file": "wiki/docs/harness-features-backlog/gaps/parallelization/gap-par-003.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"sourcePath": "docs/harness-features-backlog/gaps/parallelization/GAP-PAR-003.md",
"sourceKind": "repo-docs",
"title": "GAP-PAR-003: Multi-Harness Parallel Dispatch",
"displayName": "GAP-PAR-003: Multi-Harness Parallel Dispatch",
"slug": "docs/harness-features-backlog/gaps/parallelization/gap-par-003",
"articlePath": "wiki/docs/harness-features-backlog/gaps/parallelization/GAP-PAR-003.md",
"article": "\n# GAP-PAR-003: Multi-Harness Parallel Dispatch\n\n| Field | Value |\n|-------|-------|\n| Category | parallelization |\n| Priority | High |\n| Effort | XL |\n| Status | Partial |\n\n## Description\nOrchestrate multiple harness invocations working in parallel on related tasks, with persistent group identity across iterations and coordination between dispatched work. Reframed from CC agent swarms to babysitter multi-harness parallel dispatch.\n\n## Current State\nctx.parallel.all() and ctx.parallel.map() provide one-shot parallel effect dispatch with deduplication. No persistent team identity across iterations, no inter-effect communication during execution, no fan-out/fan-in patterns with intermediate checkpoints.\n\n## Target State\nNamed effect groups with persistent identity across iterations. Multiple harnesses working concurrently on related tasks. Coordinator process pattern for ongoing management. Fan-out/fan-in delegation with intermediate checkpoints.\n\n## Dependencies\n- [GAP-PAR-001](../parallelization/GAP-PAR-001.md) -- concurrent execution\n- [GAP-PAR-002](../parallelization/GAP-PAR-002.md) -- async execution\n- [GAP-HADAPT-001](../harness-adaptation/GAP-HADAPT-001.md) -- capability-based routing\n\n## Key Files\n| Component | Path |\n|-----------|------|\n| Task batching | `packages/sdk/src/tasks/batching.ts` |\n| Harness adapters | `packages/sdk/src/harness/` |\n| Process context | `packages/sdk/src/runtime/processContext.ts` |\n\n## Recommendation\nPhase 3-4 implementation. Phase 3: named effect groups with persistent identity. Phase 4: inter-effect messaging via journal events and coordinator process pattern.\n",
"documents": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "page:docs-harness-features-backlog",
"to": "page:docs-harness-features-backlog-gaps-parallelization-gap-par-003",
"kind": "contains_page"
}
]
}