Skip to content

refactor(code-index): call production rerank execute directly - #1121

Merged
ScriptedAlchemy merged 1 commit into
codex/tracedecay-total-redesign-plan-reopenedfrom
sol/semantic-rerank-executor-1088
Sep 9, 2026
Merged

refactor(code-index): call production rerank execute directly#1121
ScriptedAlchemy merged 1 commit into
codex/tracedecay-total-redesign-plan-reopenedfrom
sol/semantic-rerank-executor-1088

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • delete private SemanticRerankExecutorV1 and its one-implementation execution port
  • invoke ProductionCodeRerankAuthorityV1::execute directly from the generation-bound semantic runtime
  • preserve first-page reranking, frozen continuation ordering, pin mismatch unavailability, budgets and cancellation restoration

Tests

  • query execution authority: 10 passed
  • code-index semantic tests: 38 passed
  • generation-bound rerank equivalence/cancellation: 1 passed
  • affected check/clippy, rustfmt and commitlint passed

Part of #1088.

Delete the private SemanticRerankExecutorV1 pass-through so semantic
query runtime invokes ProductionCodeRerankAuthorityV1::execute with the
existing generation, query, and control. Preserve unavailable, fallback,
budget, and cancellation semantics.
@changeset-bot

changeset-bot Bot commented Sep 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 551c704

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-09T01:42:09.433656Z 551c704 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@ScriptedAlchemy
ScriptedAlchemy merged commit bcedf26 into codex/tracedecay-total-redesign-plan-reopened Sep 9, 2026
4 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant