docs(flow): paused session re-entry spec 추가
This commit is contained in:
@@ -14,9 +14,11 @@ Last Updated: 2026-03-15
|
||||
|
||||
## 현재 우선순위
|
||||
|
||||
1. `Core Loop Alignment` static audit
|
||||
2. `Core Loop Alignment` browser audit
|
||||
3. `Weekly Review` recovery 집계 연결
|
||||
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
|
||||
|
||||
## 최근 세션 상태
|
||||
|
||||
@@ -99,6 +101,12 @@ Last Updated: 2026-03-15
|
||||
- full review 강제 이동 없이 `/stats`를 여는 secondary entry로만 동작한다.
|
||||
- 방금 끝낸 흐름을 반영한다고 과장하지 않는 카피로 정리했다.
|
||||
- 다음 구현은 weekly review의 실제 recovery 집계 연결이다.
|
||||
- paused session 재진입 정책을 별도 source of truth로 고정했다.
|
||||
- `running focus -> /space`
|
||||
- `running break -> /space`
|
||||
- `paused focus -> /app`
|
||||
- `/app`의 explicit continue 이후 `/space`에서는 다시 start를 묻지 않고 자동 resume해야 한다.
|
||||
- paused session 위의 새 시작은 direct가 아니라 takeover flow로만 허용한다.
|
||||
- `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