Skip to content

refactor(question): rename bus binding#24979

Closed
kitlangton wants to merge 1 commit into
devfrom
rename-question-bus-vehicle
Closed

refactor(question): rename bus binding#24979
kitlangton wants to merge 1 commit into
devfrom
rename-question-bus-vehicle

Conversation

@kitlangton

Copy link
Copy Markdown
Contributor

Summary

  • Rename the local Question service Bus binding from bus to vehicle.
  • Update publish call sites to use the renamed binding.

Verification

  • bun typecheck from packages/opencode attempted, but failed because tsgo is not available in this environment.

pending.delete(input.requestID)
log.info("replied", { requestID: input.requestID, answers: input.answers })
yield* bus.publish(Event.Replied, {
yield* vehicle.publish(Event.Replied, {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, I'll dictate. What have you done? Why did you rename this? I don't want you to do this at all, actually. Close everything.

@kitlangton

Copy link
Copy Markdown
Contributor Author

Closing per review comment.

@kitlangton kitlangton closed this Apr 29, 2026
@kitlangton kitlangton deleted the rename-question-bus-vehicle branch April 29, 2026 16:43
Bojun-Vvibe added a commit to Bojun-Vvibe/oss-contributions that referenced this pull request Apr 29, 2026
- anomalyco/opencode#24979 (needs-discussion): unmotivated bus->vehicle rename
- anomalyco/opencode#24971 (merge-after-nits): BRHP ecosystem-docs entry
- openai/codex#20207 (merge-after-nits): tmux native clipboard for /copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant