[codex] Integrate production dashboard stack#95339
Conversation
|
Thanks for the contribution. This PR still needs the requested real-behavior proof, and the branch has been idle since that ask. Close as stalled-unproven: this external PR has had a current real-behavior-proof ask open since June 20, 2026, with no new head commit or check activity after June 20, and the branch remains dirty with prior proof and protocol blockers still visible. So I’m closing this for now to keep the review queue honest. Please reopen or open a fresh PR with real-behavior proof (a live run, logs, or a reproducible validation transcript) and it will be reviewed again. Review detailsBest possible solution: Close this stale branch and let any revived dashboard work come back as smaller, current-base PRs with current-head real behavior proof and clean protocol/release-owned-file handling. Do we have a high-confidence way to reproduce the issue? Yes for the patch blockers: source inspection on the PR head shows the changelog rollback and task-flow schema/handler mismatches. The user-visible dashboard/chat behavior itself is not reproduced or proven by inspectable current-head artifacts. Is this the best way to solve the issue? No; the dashboard direction may be useful, but this broad conflicting branch is not the best landing shape after the proof ask expired. A smaller staged implementation with clean protocol contracts and current-head proof is the safer path. Security review: Security review cleared: No concrete malicious or supply-chain defect was identified, but workflow and approval/proof boundary changes remain merge-sensitive risks if the work is revived. AGENTS.md: found and applied where relevant. What I checked:
Likely related people:
Codex review notes: model internal, reasoning high; reviewed against b95b9e448794. |
0167f7e to
18da6de
Compare
Dependency graph guard clearedThis PR no longer has blocked dependency graph changes. A future dependency graph change requires a fresh
|
0167f7e to
874e409
Compare
|
ClawSweeper applied the proposed close for this PR.
|
Summary
Integrates the production-grade dashboard / Codex-style Chat stack onto current
main.Included surfaces:
What Problem This Solves
The dashboard stack was previously built and proven on scoped feature branches, but current
maindid not contain the integrated production dashboard experience. Users could not test the full Codex-style Chat/Dashboard surface from mainline without switching to old feature branches.This PR ports the proven dashboard stack onto current
main, resolves integration regressions, and keeps Control Director truth, Judge-completion, liveness, approval, and completion enforcement intact.Evidence
Local proof on branch
codex/dashboard-production-grade-mainline-20260619at0167f7ef76315813ee13875b5b49ffcba7feb928:pnpm test ui/src/ui/views/chat.test.ts ui/src/ui/app-chat.test.ts ui/src/ui/chat/grouped-render.test.ts ui/src/ui/chat/tool-cards.test.ts ui/src/ui/chat/control-director-diagnostics.test.tspnpm tsgo:test:uipnpm ui:smoke:chat-work-surfacepnpm ui:smoke:chat-projectspnpm ui:smoke:chat-plan-modepnpm ui:smoke:chat-pursue-goalpnpm ui:smoke:chat-approval-cardspnpm ui:smoke:chat-tool-proof-artifact-cardspnpm ui:smoke:chat-truth-diagnosticspnpm ui:smoke:chat-polish-a11ypnpm ui:smoke:chat-network-remote-approval-cardspnpm check:changedRemote proof:
Live dashboard proof:
Additional shrinkwrap gate investigation:
pnpm deps:shrinkwrap:checkpassed for all 36 package directories outside the sandbox.pnpm check:changedpassed outside the sandbox on the final SHA.Notes