feat(app): paused session takeover flow 추가

This commit is contained in:
2026-03-15 19:57:18 +09:00
parent 3aba789c97
commit 728330bf74
7 changed files with 179 additions and 7 deletions

View File

@@ -4,6 +4,11 @@ Last Updated: 2026-03-15
## DONE
- `Paused Session Takeover Flow` 구현:
- `/app` paused gate에 `새 목표로 전환` 진입점을 추가했다
- takeover confirm sheet에서만 current paused session을 정리하고 single-goal start 상태로 넘어간다
- silent abandon을 막기 위해 server `startSession()`도 current session 존재 시 direct start를 거절하도록 정리했다
- explicit confirm 이후에만 `abandon -> 새 목표 입력` 흐름이 가능하다
- `/app` single-goal commitment gate 재구성:
- 2-step `goal -> ritual` flow 제거
- current session이 있으면 `Resume` UI를 우선 노출하고, `/space`로 바로 이어가기만 제안하되 review entry는 조용한 secondary link로 유지