fix: green the release drift guard and install the PR autotrack port - #907
Merged
ScriptedAlchemy merged 2 commits intoSep 6, 2026
Conversation
The release workflows now run the hotpath helper build and the search-eval controlled workload before cargo test in the same step; the guard still requires the workspace release test but no longer assumes it is the step's first command. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The settings payload read PR_AUTOTRACK_READ_PORT but nothing ever installed it, so the dashboard always reported zero tracked PR branches. The daemon now installs an adapter over pr_autotrack::managed_summary alongside the other root-owned dashboard ports. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
Performance Comparison
|
ScriptedAlchemy
merged commit Sep 6, 2026
a0741c7
into
codex/tracedecay-total-redesign-plan-reopened
15 of 20 checks passed
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.
Two fixes surfaced by the ponytail audit (#906).
Release Version Drift CI job (red on every 707 run)
tests/release_safety_test.shrequiredTest release distributionto start withrun: cargo test --workspace --release --target. The release workflows now run the hotpath helper build and the search-eval controlled workload first in the same multi-line step, with the workspace release test last. The guard now matches the cargo test command anywhere inside that step and still fails if the line is removed (checked).Dashboard PR-autotrack payload always empty
settings_api::pr_autotrack_payloadreadsPR_AUTOTRACK_READ_PORT, but nothing ever installed it, so the dashboard reported zero tracked PR branches regardless of daemon state. The daemon now installs an adapter overpr_autotrack::managed_summarynext to the other root-owned dashboard ports.Verified
bash tests/release_safety_test.sh,release_drift_check_test.sh,install_script_test.sh: pass locallycargo check -p tracedecay --tests: cleancargo test -p tracedecay --features test-helpers --test daemon_suite pr_autotrackand clippy on the root crate: see CI / PR comments🤖 Generated with Claude Code