feat(dashboard): split OpenClaw Bay publishing lane#733
Conversation
|
@clawsweeper review |
|
🦞🧹 I asked ClawSweeper to review this item again. Re-review progress:
|
|
Codex review: needs real behavior proof before merge. Reviewed July 20, 2026, 11:54 PM ET / July 21, 2026, 03:54 UTC. Summary Reproducibility: not applicable. This PR refines the visual representation of existing dashboard workflow states rather than fixing a reported failing behavior. Review metrics: 2 noteworthy metrics.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Proof guidance:
Risk before merge
Maintainer options:
Next step before merge
Security Review detailsBest possible solution: Retain the narrow publishing/applying split, preserve the legacy-projection fallback during rollout, and attach redacted after-fix browser or terminal evidence showing all six lane headers plus Publishing and Applying counts without duplication. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR refines the visual representation of existing dashboard workflow states rather than fixing a reported failing behavior. Is this the best way to solve the issue? Yes, conditionally. Separating the durable publication queue from live deterministic follow-up work is a narrow model change, but the rendered result still needs inspectable after-fix proof before merge. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 8c3f96952284. Label changesLabel justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
Review history (1 earlier review cycle)
|
1719660 to
8db304c
Compare
8db304c to
0d24884
Compare
|
ClawSweeper status: review started. I am starting a fresh review of this pull request: feat(dashboard): split OpenClaw Bay publishing lane This is item 1/1 in the current shard. Shard 0/1. This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking. Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted. |
Summary
Current-main alignment
This branch was rebased onto current
mainat3cb93c6a16bf1209835942083ae9dd0ee8753184after the recent exact-review and publication recovery fixes (#827, #836-#839).Implementation
applyingrecords into Publishing. This avoids duplicate Applying cards during a rolling deploy.Data and API boundary
Bay reuses the dashboard's existing
/api/status, cached/api/health-history, and durable exact-review queue state. It adds no direct GitHub API calls, repository scans, polling loop, or mutation. The browser proof recorded0direct GitHub API requests and0mutation requests.Validation
node --test --test-concurrency=1 test/dashboard-worker.test.ts- 190 passed.pnpm run build:dashboardpnpm run lint:dashboardpnpm run lint:scriptsnode --check docs/proof/openclaw-bay/run-proof.mjsgit diff --checkcbx_6023bb65dc75,mcr.microsoft.com/playwright:v1.60.0-noble) - 48 assertions, 23 evidence frames, real local/bay-demorendering and artwork; it covered the six-stage layout, Publishing/Applying projection, Repair Cove state, State writer card, range controls, portrait/constrained layouts, and tide behaviour./api/statusand/api/health-historywith checked-in redacted fixtures. It is browser evidence for the page, not a claim of live production queue data.Review closeout
codex review --uncommitted- clean; no accepted/actionable findings.codex review --base origin/main- clean; no actionable correctness issues.pnpm run review -- --local-range --target-repo openclaw/clawsweeper --base origin/main-keep_open/ medium confidence, no correctness or security finding; reviewedmain3cb93c6a16bf1209835942083ae9dd0ee8753184through head0d24884fe8bc6b7fb46f114530d3acc7074f50f4. No GitHub comment, label, merge, or hosted workflow was triggered.Risks / rollout
User-facing note
OpenClaw Bay separates the result-publication queue from deterministic follow-up and makes bounded recovery visible without making the dashboard heavier on the GitHub API.