19 lines
843 B
Markdown
19 lines
843 B
Markdown
# E04 — Guarded Renaming
|
|
|
|
Concept phase: D. Convert approved proposals into validated, journaled, recoverable
|
|
filesystem rename operations.
|
|
|
|
## Stories
|
|
|
|
1. [US04-01 — Build and export rename plans](stories/US04-01-rename-plan.md)
|
|
2. [US04-02 — Journal rename state and preconditions](stories/US04-02-rename-journal.md)
|
|
3. [US04-03 — Apply and verify guarded renames](stories/US04-03-rename-apply.md)
|
|
4. [US04-04 — Recover or roll back interrupted renames](stories/US04-04-rename-recovery.md)
|
|
5. [US04-05 — Operate rename plans in the browser](stories/US04-05-rename-ui.md)
|
|
6. [US04-06 — Automate Phase D end-to-end acceptance](stories/US04-06-phase-d-e2e.md)
|
|
|
|
## Epic outcome
|
|
|
|
No rename occurs without a current validated plan and explicit confirmation; crashes
|
|
produce deterministic recovery or a precise manual-recovery state.
|