fix(brokerkit): consume canonical operator contract#73
Merged
Conversation
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
The approvals popover treated valid BrokerKit requests as unavailable because MLClaw's private request schema was missing canonical presentation fields.
This change makes MLClaw consume BrokerKit's published Operator V1 validators directly.
It also makes package, plugin, binary, OpenClaw, and runtime-image version updates come from one checked release configuration.
What Changed
MLClaw now follows the same wire contract as BrokerKit instead of maintaining a second hand-written schema.
openclaw-brokerkit/operator-v1.target,warnings,plan_hash, and canonical error correlation IDs.openclaw-brokerkit@0.3.4and the MLClaw release to0.4.8.Testing
The original unavailable popover state was reproduced locally in Chromium, then a harmless BrokerKit request was displayed, approved in the popover, and confirmed active in the real BrokerKit store.
npm run checkopenclaw-brokerkit@0.3.4.Risks
The protocol duplication is removed, so future BrokerKit schema changes now require an explicit MLClaw dependency update instead of silently drifting.
The live GoePT deployment and authenticated Hugging Face clone/sandbox acceptance checks remain release-stage validation after merge.