bus-work
bus-work — removed historical work-stream command
bus-work is a deprecated historical module. The old bus work ... command
implementation has been removed from the module checkout because current BusDK
task/worker flows do not use it.
Use bus-task for current bidirectional task threads, messages,
attachments, task lifecycle, worker metadata, and multi-remote task launch. Use
bus-worker and the bus workers ... command family for
durable worker identity, status, logs, attach, pause/resume, assignment, and
environment-aware worker control.
The removed command implemented a generic executor-independent bus.work.*
queue protocol. That code remains available in Git history if an audit or
restoration task needs it. bus-api-provider-events currently retains legacy
bus.work.* ACL compatibility, but old integrations should migrate to
bus-task, bus-worker, and the canonical bus.task.* and bus.workers.*
event namespaces. Readers can verify the current compatibility rules in the
bus-api-provider-events module page and the Events
API ACL table in Bus API JWT audiences and scopes.