trellis channel, a CLI runtime for coordinating worker agents through a shared event log.
Enhancements
Trellis Channel
trellis channel manages collaboration sessions, messages, worker processes, waits, cleanup, and one-shot runs.
Channel adapters
Claude and Codex worker output is normalized into channel events.Channel store
Channel events are written to project-scoped JSONL logs with locked sequence assignment.Internal
Channel supervisor modules
Channel runtime internals are split into adapter parsing, event storage, inbox polling, stdout pumping, and shutdown control underpackages/cli/src/commands/channel/.