feat(slice): review complete staged exports in 0.15 Alpha - #77
Merged
Merged
Conversation
…15-slice-export-review
Open
14 tasks
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 changes
Let the Slice review and approve complete Desktop export files even when their text exceeds the card's preview budget. Truncated previews are labeled, and a Host-resolved action opens the staged file's folder for inspection. Approval still binds the complete file's size/hash and rechecks source drift, destination replacement and exact pending permission identity.
This 0.15 Alpha feature builds on #74, now merged into main. This PR now targets main and retains only its nine-file Slice export delta. Renderer controls and their backend acceptance/review endpoint stay together.
Validation
Inspecting a file does not execute it or approve its export. Routing choices, ACP agents and the companion panel are outside this delta. See Slice export review.
Current-main integration
Resolved squash-history overlaps while retaining both cooperative permission identity and complete-file review. The resulting tree exactly matches the previously validated routing + companion + Slice integration. The full four-feature candidate passed 202 Python tests, 60 Electron tests, TypeScript/Vite build and the source-release scan; current-head hosted checks are tracked separately.