feat(flow): session routing contract 정리
This commit is contained in:
@@ -14,11 +14,11 @@ Last Updated: 2026-03-15
|
||||
|
||||
## 현재 우선순위
|
||||
|
||||
1. `Paused Session Re-entry` Session Routing Contract
|
||||
2. `/app` Paused Resume Gate
|
||||
3. `/space` Auto-Resume Handoff
|
||||
4. `Paused Session Takeover Flow`
|
||||
5. `Core Loop Alignment` browser audit
|
||||
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 집계 연결
|
||||
|
||||
## 최근 세션 상태
|
||||
|
||||
@@ -107,6 +107,10 @@ Last Updated: 2026-03-15
|
||||
- `paused focus -> /app`
|
||||
- `/app`의 explicit continue 이후 `/space`에서는 다시 start를 묻지 않고 자동 resume해야 한다.
|
||||
- paused session 위의 새 시작은 direct가 아니라 takeover flow로만 허용한다.
|
||||
- `Paused Session Re-entry`의 Session Routing Contract를 1차 구현했다.
|
||||
- `/app`은 running session을 감지하면 hero를 보여주지 않고 즉시 `/space`로 보낸다.
|
||||
- `/space`는 paused session 상태에서 explicit handoff intent 없이 직접 열리면 `/app`으로 되돌린다.
|
||||
- `/app`의 `이어서 들어가기`는 다음 slice를 위해 `/space?resume=continue` handoff를 사용한다.
|
||||
- `Product Alignment Audit` 운영을 시작했다.
|
||||
- `16_product_alignment_audit_plan.md`를 기준 문서로 추가했다.
|
||||
- `17_product_alignment_findings.md`에 core loop의 P1/P2 mismatch를 수집하기 시작했다.
|
||||
|
||||
Reference in New Issue
Block a user