fix(warp): repoint interactive-dispatch shim to ward dispatch #217
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/agentic-os#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Warp interactive-dispatch launch config is repointed from the retired
coily dispatchtoward dispatch.Since
coily dispatchwas removed (coilyco-bridge/coily#212) andward dispatchnow owns the command in its own.wardnamespace (coilyco-flight-deck/ward#86), the shared shim must read ward's queue:claude-dispatch-interactive.sh:QUEUE_DIR->/tmp/ward-dispatch-queue, and the "did you write one?" hint namesward dispatch interactive..yaml/.tomlheader comments updated toward dispatch(oldercoilypath names noted as historical; the coily#270 design refs kept).The shim is now ward-only.
Already landed on main before this was filed: the warp interactive-dispatch shim (
claude-dispatch-interactive.{sh,yaml,toml}) was migrated toward dispatchupstream (QUEUE_DIR=/tmp/ward-dispatch-queue, ward#280). The gish pass found the change redundant on rebase. Closing as already-done.