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

View File

@@ -0,0 +1,22 @@
# `/app` Docs
`/app` 화면 관련 문서를 모아둔 폴더다.
## current
지금 `/app` 작업에 직접 영향을 주는 source-of-truth 문서다.
- [19_app_atmosphere_entry_spec.md](./current/19_app_atmosphere_entry_spec.md)
## archive
이전 `/app` 방향이나 구현 완료 후 더 이상 기준 문서가 아닌 자료다.
- [08_app_reframe_strategy.md](./archive/08_app_reframe_strategy.md)
## 같이 볼 문서
`/app`은 화면 자체 문서 외에도 cross-screen flow 영향을 많이 받는다.
- [../../flows/current/15_app_stats_entry_flow_spec.md](../../flows/current/15_app_stats_entry_flow_spec.md)
- [../../flows/current/18_paused_session_reentry_spec.md](../../flows/current/18_paused_session_reentry_spec.md)