Skip to content

Commit d4b6973

Browse files
committed
refactor: split review compression helpers
Separate compression types, token accounting, diff transforms, stage selection, and multi-call batching so the review compressor stays easier to extend without changing behavior. Made-with: Cursor
1 parent 036049e commit d4b6973

File tree

9 files changed

+462
-383
lines changed

9 files changed

+462
-383
lines changed

TODO.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
- Prefer extracting pure helpers and formatter/parsing boundaries before moving async orchestration.
99
- Keep module roots thin; if a root becomes mostly re-exports, let children carry the logic.
1010

11-
## Immediate Queue
12-
13-
- [ ] `src/review/compression.rs`
14-
- Split token estimation and skipped-summary helpers from compression stages.
15-
- Split deletion-only compression and clipping primitives from stage selection.
16-
- Split stage 2 compressed selection from stage 4 multi-call batching.
17-
- Isolate per-stage budget accounting and file-placement helpers.
18-
1911
## Review Backlog
2012

2113
- [ ] `src/review/verification/parser.rs`

0 commit comments

Comments
 (0)