Add operation-local database handler bridge - #42
Draft
alexstandiford wants to merge 1 commit into
Draft
alexstandiford wants to merge 1 commit into
alexstandiford wants to merge 1 commit into
Conversation
alexstandiford
force-pushed
the
codex/operation-local-handler-bridge
branch
2 times, most recently
from
September 20, 2026 23:28
cb537b7 to
6d108b8
Compare
alexstandiford
force-pushed
the
codex/operation-local-handler-bridge
branch
from
September 20, 2026 23:32
6d108b8 to
4b0b770
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the PHPNomad DB bridge for coordinated operations on database-backed datastore handlers.
The design follows Siren CRM core (Source 9721), Coordinated database operations (Source 9774), Operation-local query boundary (Source 9775), and Retry-safe score projection (Source 9790).
Base and dependency
Base: release/2.2, after merged PR 37. This stays on the PHPNomad 2.2 line and does not depend on current-main identity work.
The adapter dependency is the named PHPNomad Database interface OperationDatabaseProviderFactory. The WordPress adapter must implement it with its pinned resource-bound query and clause builders before its handler callback begins. No adapter resource or global database state is used by this package.
Checks
This is a draft because the adapter integrations still need to implement the named provider factory for their resource-bound builders.