[E13–S9 11/15] Add document processing and rendition views to the TUI - #235
Open
salmonumbrella wants to merge 1 commit into
Open
[E13–S9 11/15] Add document processing and rendition views to the TUI#235salmonumbrella wants to merge 1 commit into
salmonumbrella wants to merge 1 commit into
Conversation
60 tasks
roborev: Combined Review (
|
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.
What changed
Why
The terminal interface could browse documents but could not inspect or run their processing flow, follow coverage and job state, read the retained rendition, or understand degraded retrieval. This gives terminal users the same exact-version processing boundary as the API, CLI, and web app without putting provider configuration inside the TUI or turning one keypress into implicit consent.
The R1 contract also landed on
mainwhile this stack was in progress. Reapplying it at the current stack head exposed older adapter assumptions, so this PR updates those adapters rather than regressing the merged exact-byte and disclosure guarantees.Usage
Select a file and press
Pto open document processing. Use[and]to switch profiles,bto build the reviewed plan, andrto refresh coverage and the current job. Consent-required plans show a confirmation before any provider work begins. PressRto read the active verified rendition or/to search retained evidence for that exact version.The capture is from the real TUI against synthetic data and shows the consent boundary before hosted processing begins.
Refs #176
Stacks on #234.