Skip to content

refactor(sessions): remove retired full-scan paths - #386

Merged
SaladDay merged 2 commits into
mainfrom
codex/dead-code-cleanup
Aug 2, 2026
Merged

refactor(sessions): remove retired full-scan paths#386
SaladDay merged 2 commits into
mainfrom
codex/dead-code-cleanup

Conversation

@SaladDay

Copy link
Copy Markdown
Owner

Summary

  • remove obsolete full-list session scanning, cache reconciliation, and progressive-preview paths superseded by paged manifests
  • remove per-provider collectors and compatibility wrappers that were only reachable from the retired scan graph
  • preserve the active bounded streaming, search, deletion, manifest, and downgrade-cleanup behavior
  • keep full-provider cache inspection available only to tests so production code cannot regress to an O(N) cache load

Testing

  • cargo fmt --check
  • cargo check --lib --all-features
  • cargo clippy --lib --all-features --no-deps -- -A clippy::reversed_empty_ranges
  • cargo test --lib session_manager:: --all-features -- --test-threads=1 (192 passed)
  • cargo test --lib --all-features -- --test-threads=1 (3,879 passed, 1 ignored)

@SaladDay
SaladDay merged commit 72e93fe into main Aug 2, 2026
4 checks passed
@SaladDay
SaladDay deleted the codex/dead-code-cleanup branch August 2, 2026 09:59
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