Motivation
prx dispatches independent task sessions (the dispatch door / --remote-serve, ADR-DISPATCH-*). As work moves between sessions — and across heterogeneous agent tooling (Claude / Codex / Gemini / Cursor) — there's no neutral carrier for "here's the work and how it got here." toolpath is exactly that: a vendor-neutral session document that path resume / path export <harness> can project back into any supported agent.
This issue makes a dispatched unit of work carry its toolpath doc, and lets a resume project it into the operator's agent of choice.
Proposed approach
- On dispatch, seed the task session with (or attach) the originating toolpath doc, so the child starts with the provenance context of what preceded it.
- On resume/handoff,
path resume <ref> (or path export <harness> --project) projects the doc into a fresh session in Claude/Codex/Gemini/etc.
- Ref transport uses the pathbased broker (claude-box#239) or a local CAS — no token in the box.
Acceptance criteria
Refs
Builds on the dispatch door (ADR-DISPATCH-*), claude-box#239 (pathbased share/resume). Value: heterogeneous agent/tool handoff.
🤖 Filed with Claude Code
Motivation
prx dispatches independent task sessions (the dispatch door /
--remote-serve, ADR-DISPATCH-*). As work moves between sessions — and across heterogeneous agent tooling (Claude / Codex / Gemini / Cursor) — there's no neutral carrier for "here's the work and how it got here." toolpath is exactly that: a vendor-neutral session document thatpath resume/path export <harness>can project back into any supported agent.This issue makes a dispatched unit of work carry its toolpath doc, and lets a resume project it into the operator's agent of choice.
Proposed approach
path resume <ref>(orpath export <harness> --project) projects the doc into a fresh session in Claude/Codex/Gemini/etc.Acceptance criteria
path export codex), demonstrating the vendor-neutral handoff.Refs
Builds on the dispatch door (ADR-DISPATCH-*), claude-box#239 (pathbased share/resume). Value: heterogeneous agent/tool handoff.
🤖 Filed with Claude Code