feat(flow): paused resume gate와 auto-resume 연결

This commit is contained in:
2026-03-15 18:52:19 +09:00
parent 6b70d07e3c
commit 1b01ceaa8b
7 changed files with 94 additions and 21 deletions

View File

@@ -14,11 +14,10 @@ Last Updated: 2026-03-15
## 현재 우선순위
1. `/app` Paused Resume Gate
2. `/space` Auto-Resume Handoff
3. `Paused Session Takeover Flow`
4. `Core Loop Alignment` browser audit
5. `Weekly Review` recovery 집계 연결
1. `Paused Session Takeover Flow`
2. `Core Loop Alignment` browser audit
3. `Weekly Review` recovery 집계 연결
4. `Premium Ambience`
## 최근 세션 상태
@@ -111,6 +110,10 @@ Last Updated: 2026-03-15
- `/app`은 running session을 감지하면 hero를 보여주지 않고 즉시 `/space`로 보낸다.
- `/space`는 paused session 상태에서 explicit handoff intent 없이 직접 열리면 `/app`으로 되돌린다.
- `/app``이어서 들어가기`는 다음 slice를 위해 `/space?resume=continue` handoff를 사용한다.
- `Paused Resume Gate``Auto-Resume Handoff`를 구현했다.
- paused 상태의 `/app``이어서 몰입하기`, `한 조각 다시 잡기`, quiet `주간 review 보기`를 함께 보여준다.
- `이어서 몰입하기``/space?resume=continue`로 들어간 뒤 자동 resume된다.
- `한 조각 다시 잡기``/space?resume=refocus`로 들어간 뒤 refocus tray를 바로 연다.
- `Product Alignment Audit` 운영을 시작했다.
- `16_product_alignment_audit_plan.md`를 기준 문서로 추가했다.
- `17_product_alignment_findings.md`에 core loop의 P1/P2 mismatch를 수집하기 시작했다.