improve(qa): verify native Slack chart delivery#103337
Merged
Merged
Conversation
steipete
force-pushed
the
codex/slack-chart-live-qa
branch
from
July 10, 2026 04:46
1b56fdf to
bc8a5b0
Compare
steipete
force-pushed
the
codex/slack-chart-live-qa
branch
from
July 10, 2026 05:36
24574ba to
6860089
Compare
steipete
force-pushed
the
codex/slack-chart-live-qa
branch
from
July 10, 2026 05:45
6860089 to
6c1e783
Compare
Contributor
Author
|
Land-ready verification completed at exact PR head
Separate release-infrastructure blocker, not masked by this landing: the WhatsApp job in the same multi-lane live run failed before scenario execution with |
Contributor
Author
|
Merged via squash.
|
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jul 10, 2026
* test(qa): prove Slack native chart delivery * test(qa): exercise Slack chart verifier through scenario * fix(build): bound private QA SDK declarations separately * fix(qa): normalize Slack chart history whitespace
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.
Related: #12602
Follow-up to #102635
What Problem This Solves
Resolves two release-proof gaps: Slack portable chart delivery had no automated live assertion that the message tool reaches Slack as a native chart with accessible fallback text, and private QA builds incorrectly applied the published SDK declaration budget to a different unified-build chunk topology.
Why This Change Was Made
Adds an opt-in Slack QA scenario that sends a portable line chart through the normal message-tool path, then reads Slack history with the SUT identity and requires both the native
data_visualizationblock and exact accessible top-level text. Deterministic provider coverage exercises the same tool call and rejects text-only delivery.The SDK checker keeps the published public-entry graph capped at 5,000,000 bytes. Private QA builds retain all export, dependency, and forbidden-specifier checks, but use a separate 5,025,000-byte cap for the public roots compiled under private-only chunk topology; measured sizes and the selected cap are printed on every build.
User Impact
No runtime behavior changes. Release validation can catch native-chart and accessibility regressions, while secret-bearing QA workflows no longer fail against a publication-only size threshold. Published package growth remains protected by the unchanged 5 MB cap.
Evidence
4,981,236/5,000,000bytes.5,004,947/5,025,000bytes.9ad38e77394f; recent intentional chart/video type additions accounted for only about 4 KB and no unintended export was found.git diff --check: passed.24574ba416c7; nativedata_visualizationplus deterministic accessible text verified in 19,695 ms: https://github.com/openclaw/openclaw/actions/runs/29070313773