Add row preview/selection aids for Keeper review
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12
- Forks
- 7
- Avg merge
- 2m
- Merged PRs (30d)
- 12
Description
Title
Add row preview and operator-friendly row selection for ACP-based Keeper review
Body
Problem
Keeper review now supports explicit row selection and resume, but row choice is still effectively blind. There is no preview/listing helper to show available rows before selecting indices or ranges.
Current behavior
Users can enter row selections such as:
1-3,5all
But they do not get a concise row inventory to guide that choice.
Risk
- poor operator usability
- unnecessary reruns
- accidental review of the wrong rows
Requested change
Add a concise preview/listing layer before row selection.
Acceptance criteria
- users can see an inventory of generated rows before choosing indices
- preview avoids exposing more detail than intended for dialogue safety
- selection UX supports:
- default first N
- explicit ranges
- all rows
- persisted state records the selected row subset
- tests cover row preview and selection parsing behavior
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, entry point, or test path is named in the issue. Start by locating the Keeper review row-selection and persisted-state code, then find the existing selection-parsing tests. Done means generated rows can be previewed safely, supported selection forms work, the selected subset is persisted, and preview and parsing behavior are tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100