Bootstrap project and safe work-item workflow

This commit is contained in:
2026-07-13 13:51:41 +02:00
commit 80447092e9
90 changed files with 10562 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# US04-05 — Operate Rename Plans in the Browser
Epic: [E04](../E04-guarded-renaming.md)
As a user, I want to preview, confirm, monitor, and recover renames in the browser so
filesystem changes remain understandable and deliberate.
## Acceptance criteria
- Preview shows every affected path, validation issue, operation type, and count.
- Confirmation includes the current server-issued plan/version token.
- Progress, cancellation limits, terminal verification, and errors are visible.
- Recovery blocks unrelated mutations and offers only evidence-safe actions.
## Automated tests
- UI/Playwright tests cover preview, stale confirmation, apply, progress, collision,
interruption, recovery, rollback, focus, and reload.
## Dependencies
- US04-03, US04-04