Skip to content

Add remote bridge primitives#116

Merged
chubes4 merged 1 commit intomainfrom
issue-101-remote-bridge-primitives
May 8, 2026
Merged

Add remote bridge primitives#116
chubes4 merged 1 commit intomainfrom
issue-101-remote-bridge-primitives

Conversation

@chubes4
Copy link
Copy Markdown
Contributor

@chubes4 chubes4 commented May 8, 2026

Summary

  • Add generic remote bridge client registration and queue item value objects.
  • Add a replaceable bridge store contract with an option-backed default and facade for register/enqueue/pending/ack.
  • Keep Core Connectors API as optional connector metadata via connector_id/wp_get_connector() instead of duplicating connector settings.
  • Document the queue-first bridge protocol separately from direct WP_Agent_Channel transports.

Closes #101.

Testing

  • php tests/remote-bridge-smoke.php
  • composer test
  • homeboy lint --force-hot

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Drafted the implementation, smoke coverage, protocol docs, lint cleanup, and PR description; Chris remains responsible for review and merge.

@chubes4 chubes4 merged commit 232cfe2 into main May 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extract generic remote chat bridge registration, queue, pending, and ack primitives

1 participant