Codex Rate of Closure Suite: Consolidated Agent Camera, Attribution and Execution Workflows - #4439
Codex Rate of Closure Suite: Consolidated Agent Camera, Attribution and Execution Workflows#4439dieterolson wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 91ea71b931
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| src/chat | ||
| src/contracts.py | ||
| src/python/src/utils | ||
| src/shared | ||
| src/sidekick |
There was a problem hiding this comment.
Keep the sparse-checkout contract in sync
When the repository's workflow-contract tests run, these renamed UpstreamDrift roots make tests/ops/test_cross_repo_python_integration.py fail because REQUIRED_SPARSE_PATHS and test_upstream_scope_includes_every_release_build_package_root still require the unprefixed package roots plus src/shared/python. Running python -m pytest -q -o addopts='' -p no:pytest-qt tests/ops/test_cross_repo_python_integration.py produces two assertion failures, so either preserve the contracted paths or update the contract tests together with the downstream layout change.
Useful? React with 👍 / 👎.
Closing as an exact duplicate — this branch does not contain the work its title advertisesVerified with git on 2026-08-13 against 1. #4439 and #4437 are the same snapshot. 2. Neither branch contains any rate-of-closure / camera / attribution work. That is #4429's palette/bolt suite squashed onto the branch, plus a lint commit. No 3. Everything here is already in #4438. The palette/bolt content lands in #4438. Queued workflow runs on this branch are being cancelled to free the runner fleet.
|
Pull request was closed
…tion (#4438) Consolidates the Palette & Bolt suite that originated in #4429 (squash 91ea71b, itself covering merges of #4313, #4314, #4419, #4420) plus a movement-optimizer motion-view extraction, with Python formatting corrected to the CI-pinned ruff==0.14.10 and a Python 3.10 regression reverted. Substance: - Palette: form semantics, useId() label binding and role="alert" in RotationConverter.tsx and ODESolverCalculator.tsx. - Bolt: single-pass CSV string building in chartSnapshot.ts, Array.from removal in explorer/csv.ts, fewer intermediate allocations for SVG paths in LinePlot/ScatterPlot/SpectrumPlot.tsx. - refactor(movement-optimizer): extract MotionViewMixin into src/movement_optimizer/gui/motion_view.py. - fix(ci): correct sparse-checkout paths in cross-repo-python-integration.yml. - fix(tests): restore timezone.utc in test_action_audit.py; a pre-commit ruff pass had moved a noqa off its line, letting UP017 rewrite the import to datetime.UTC, which does not exist on Python 3.10. Supersedes, all closed as containing nothing this branch lacks: - #4429 — the original palette/bolt branch; quality-gate red at Format Check because its own pre-commit commits re-wrapped 86 files with a ruff that disagrees with the pin. Proven a strict semantic subset of this tree by normalising both sides with one ruff format pass. - #4437 and #4439 — byte-identical trees to each other (7fc2ce4), each only the #4429 squash plus a lint commit, despite advertising flight and rate-of-closure work. Palette/Bolt work items carried: #4310, #4311, #4313, #4314, #4418, #4419, #4420, #4421. None of the 59 still-open agent PRs named in the three closed PRs' descriptions are in this diff; they remain open and unconsolidated. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Consolidates agent work (36 PRs) authored by
@d-sorgcodexagent[bot]: