docs(docs): 화면별 current와 archive 구조로 분리

This commit is contained in:
2026-03-16 11:46:13 +09:00
parent 38a9d1e762
commit c6e342e93d
17 changed files with 136 additions and 50 deletions

20
docs/flows/README.md Normal file
View File

@@ -0,0 +1,20 @@
# Flow Docs
여기는 특정 화면 하나에 속하지 않고, 두 화면 이상을 가로지르는 플로우 문서를 둔다.
예:
- `/app -> /stats -> /app`
- paused session re-entry
- refocus / away-return recovery
## current
- [10_refocus_system_spec.md](./current/10_refocus_system_spec.md)
- [11_away_return_recovery_spec.md](./current/11_away_return_recovery_spec.md)
- [15_app_stats_entry_flow_spec.md](./current/15_app_stats_entry_flow_spec.md)
- [18_paused_session_reentry_spec.md](./current/18_paused_session_reentry_spec.md)
## archive
- 현재 없음