feat(flow): focus session api v2 웹 계약 전환

This commit is contained in:
2026-03-16 17:30:52 +09:00
parent f4910238a0
commit 38abc1e0c7
30 changed files with 390 additions and 702 deletions

View File

@@ -10,9 +10,9 @@ Last Updated: 2026-03-15
관련 문서:
- `./19_app_atmosphere_entry_spec.md`
- `../../screens/app/current/19_app_atmosphere_entry_spec.md`
- `../../product/12_core_loop_execution_roadmap.md`
- `../stats/14_weekly_review_reframe_spec.md`
- `../../screens/stats/current/14_weekly_review_reframe_spec.md`
- `../../product_principles.md`
- `../../current_context.md`
@@ -237,7 +237,7 @@ review의 마지막 CTA는 아래 중 하나여야 한다.
추천:
- CTA를 `/app?review=weekly&preset=...` 같은 방식으로 연결
- CTA를 `/app?review=weekly&entryAtmosphereId=...&entryDurationMinutes=...` 같은 방식으로 연결
- 최소한 query 또는 client state로 ritual/context를 넘긴다
중요:
@@ -267,7 +267,7 @@ review-aware state가 된다.
예시:
- `이번 주에 가장 잘 맞았던 흐름 · Forest · 50/10`
- `이번 주에 가장 잘 맞았던 흐름 · Forest Draft · 50`
- `이번엔 시작을 더 작게 잡아보세요`
### 유지할 것
@@ -300,9 +300,9 @@ review-aware state가 된다.
### Pro
- teaser가 더 구체적일 수 있다
- `Forest · 50/10에서 pause 뒤 복귀율이 가장 높았어요`
- `Forest Draft · 50에서 pause 뒤 복귀율이 가장 높았어요`
- `/stats` 마지막 CTA가 더 개인화된다
- `가장 잘 맞은 ritual로 /app 돌아가기`
- `가장 잘 맞은 atmosphere로 /app 돌아가기`
- `/app` 복귀 후 ritual prefill / carry-forward hint가 더 정교하다
핵심:
@@ -399,7 +399,8 @@ review-aware state가 된다.
추천 query:
- `review=weekly`
- `entryPreset=forest-50-10`
- `entryAtmosphereId=forest-draft`
- `entryDurationMinutes=50`
- `carryHint=start-smaller`
주의:
@@ -412,7 +413,8 @@ review-aware state가 된다.
로컬 상태:
- `reviewSource`
- `suggestedEntryPreset`
- `suggestedEntryAtmosphereId`
- `suggestedEntryDurationMinutes`
- `carryForwardHint`
---