app: integrate backup diff restore into production TUI (M6.5) - #76
Draft
KeyffMS wants to merge 38 commits into
Draft
app: integrate backup diff restore into production TUI (M6.5)#76KeyffMS wants to merge 38 commits into
KeyffMS wants to merge 38 commits into
Conversation
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.
M6.5 / dry-code completion — Backup / Diff / Restore
Domyka pierwszy punkt aktualnej roadmapy #26: istniejący core #17 staje się osiągalnym przepływem produkcyjnym bez tworzenia drugiej ścieżki zapisu.
Zakres
BackupAction/BackupEffectoraz immutableBackupRestoreViewna granicy aplikacji;BackupCoordinatordo capture i świeżego pre-restore backupu;write_backup/read_backupiAppPaths::backup_directory;ApprovedRestorePlanprzez istniejącyWriteCoordinator;begin_restore -> RestoreOperationPermit -> execute_restore_step -> finish/abortw tym samymWriteCoordinator;RuntimeSessionControlimplementuje istniejący kontrakt restoreSessionControlPorti synchronizujeRestoreStarted/Advanced/Finished/AbortedzSessionStateMachine;Backup / Diff / Restoreprzestaje być placeholderem: pokazuje katalog, capture, source, fresh pre-restore backup, semantic diff, plan, skipped/steps i exact confirmation;FormState/ConnectionEdit; globalnyUiStatepozostaje bez zmian względemmain.Niezmienniki
BusActorpozostaje SPoA RTU;WriteCoordinatorpozostaje jedynym authority fizycznego write;Ten PR dotyczy M6.5/1. Process-level dry E2E success/refusal/disconnect/OutcomeUnknown/audit-failure pozostaje następnym osobnym krokiem M6.5/2.
Refs #25
Refs #26