docs(docs): 문서를 화면과 용도별 폴더로 재구성

This commit is contained in:
2026-03-16 11:31:03 +09:00
parent acfa8f4f48
commit 38a9d1e762
25 changed files with 112 additions and 112 deletions

View File

@@ -23,15 +23,15 @@
화면 하나가 아니라 제품 전체 방향을 볼 때 읽는다.
- [00_project_brief.md](./00_project_brief.md) `source-of-truth`
- [00_project_brief.md](./foundation/00_project_brief.md) `source-of-truth`
- 프로젝트 목적, 범위, 현재 제품 성격
- [12_core_loop_execution_roadmap.md](./12_core_loop_execution_roadmap.md) `source-of-truth`
- [12_core_loop_execution_roadmap.md](./product/12_core_loop_execution_roadmap.md) `source-of-truth`
- 어떤 순서로 구현할지 정리한 로드맵
- [16_product_alignment_audit_plan.md](./16_product_alignment_audit_plan.md) `source-of-truth`
- [16_product_alignment_audit_plan.md](./product/16_product_alignment_audit_plan.md) `source-of-truth`
- 기획-구현 불일치 점검 계획
- [17_product_alignment_findings.md](./17_product_alignment_findings.md) `source-of-truth`
- [17_product_alignment_findings.md](./product/17_product_alignment_findings.md) `source-of-truth`
- 실제 불일치 ledger
- [08_app_reframe_strategy.md](./08_app_reframe_strategy.md) `legacy`
- [08_app_reframe_strategy.md](./screens/app/08_app_reframe_strategy.md) `legacy`
- 초반 `/app` 방향 논의용 아이디어 문서
## 화면별 기획 문서
@@ -40,56 +40,56 @@
`/app` 진입 경험, paused gate, review entry를 볼 때 읽는다.
- [19_app_atmosphere_entry_spec.md](./19_app_atmosphere_entry_spec.md) `source-of-truth`
- [19_app_atmosphere_entry_spec.md](./screens/app/19_app_atmosphere_entry_spec.md) `source-of-truth`
- `goal + duration + atmosphere` 중심의 새 `/app` 설계
- [18_paused_session_reentry_spec.md](./18_paused_session_reentry_spec.md) `source-of-truth`
- [18_paused_session_reentry_spec.md](./screens/app/18_paused_session_reentry_spec.md) `source-of-truth`
- paused/running 상태에 따른 `/app <-> /space` 재진입 정책
- [15_app_stats_entry_flow_spec.md](./15_app_stats_entry_flow_spec.md) `source-of-truth`
- [15_app_stats_entry_flow_spec.md](./screens/app/15_app_stats_entry_flow_spec.md) `source-of-truth`
- `/app -> /stats -> /app` review 진입/복귀 플로우
### `/space`
`/space` HUD, refocus, break/return, goal card를 볼 때 읽는다.
- [10_refocus_system_spec.md](./10_refocus_system_spec.md) `source-of-truth`
- [10_refocus_system_spec.md](./screens/space/10_refocus_system_spec.md) `source-of-truth`
- pause/refocus/next-beat/goal-complete 구조
- [11_away_return_recovery_spec.md](./11_away_return_recovery_spec.md) `source-of-truth`
- [11_away_return_recovery_spec.md](./screens/space/11_away_return_recovery_spec.md) `source-of-truth`
- away/return 감지와 복귀 UX
- [13_space_intent_card_collapsed_expanded_spec.md](./13_space_intent_card_collapsed_expanded_spec.md) `source-of-truth`
- [13_space_intent_card_collapsed_expanded_spec.md](./screens/space/13_space_intent_card_collapsed_expanded_spec.md) `source-of-truth`
- 좌상단 목표 카드 구조
### `/stats`
review 구조와 BM 연결을 볼 때 읽는다.
- [14_weekly_review_reframe_spec.md](./14_weekly_review_reframe_spec.md) `source-of-truth`
- [14_weekly_review_reframe_spec.md](./screens/stats/14_weekly_review_reframe_spec.md) `source-of-truth`
- weekly review를 행동 시스템으로 재정의한 문서
- [15_app_stats_entry_flow_spec.md](./15_app_stats_entry_flow_spec.md) `source-of-truth`
- [15_app_stats_entry_flow_spec.md](./screens/app/15_app_stats_entry_flow_spec.md) `source-of-truth`
- `/stats` 진입/복귀 플로우
## 개발 시 참고 문서
구현 규칙이나 구조를 볼 때 읽는다.
- [01_ui_guidelines.md](./01_ui_guidelines.md) `source-of-truth`
- [01_ui_guidelines.md](./foundation/01_ui_guidelines.md) `source-of-truth`
- UI 톤, CTA 위계, premium 품질 기준
- [02_arch_fsd_rules.md](./02_arch_fsd_rules.md) `source-of-truth`
- [02_arch_fsd_rules.md](./foundation/02_arch_fsd_rules.md) `source-of-truth`
- FSD/레이어 구조 규칙
- [03_routes_map.md](./03_routes_map.md) `source-of-truth`
- [03_routes_map.md](./foundation/03_routes_map.md) `source-of-truth`
- 라우트와 주요 화면 진입점
- [04_coding_rules.md](./04_coding_rules.md) `source-of-truth`
- [04_coding_rules.md](./foundation/04_coding_rules.md) `source-of-truth`
- 코드 작성 규칙
- [06_commit_convention.md](./06_commit_convention.md) `source-of-truth`
- [06_commit_convention.md](./foundation/06_commit_convention.md) `source-of-truth`
- 커밋 규칙
## 운영 / 핸드오프 문서
작업 재개, 세션 복구, handoff용 문서다.
- [05_handoff_checklist.md](./05_handoff_checklist.md) `ops`
- [07_session_recovery.md](./07_session_recovery.md) `ops`
- [05_handoff_checklist.md](./ops/05_handoff_checklist.md) `ops`
- [07_session_recovery.md](./ops/07_session_recovery.md) `ops`
- [context_core.md](./context_core.md) `ops`
- [workFlow.md](./workFlow.md) `ops`
- [workFlow.md](./ops/workFlow.md) `ops`
- [work.template.md](./work.template.md) `ops`
## 실시간 상태 문서
@@ -103,16 +103,16 @@ review 구조와 BM 연결을 볼 때 읽는다.
## 빠른 선택 가이드
- `/app`을 수정한다:
- [19_app_atmosphere_entry_spec.md](./19_app_atmosphere_entry_spec.md)
- [18_paused_session_reentry_spec.md](./18_paused_session_reentry_spec.md)
- [15_app_stats_entry_flow_spec.md](./15_app_stats_entry_flow_spec.md)
- [19_app_atmosphere_entry_spec.md](./screens/app/19_app_atmosphere_entry_spec.md)
- [18_paused_session_reentry_spec.md](./screens/app/18_paused_session_reentry_spec.md)
- [15_app_stats_entry_flow_spec.md](./screens/app/15_app_stats_entry_flow_spec.md)
- `/space` recovery를 수정한다:
- [10_refocus_system_spec.md](./10_refocus_system_spec.md)
- [11_away_return_recovery_spec.md](./11_away_return_recovery_spec.md)
- [13_space_intent_card_collapsed_expanded_spec.md](./13_space_intent_card_collapsed_expanded_spec.md)
- [10_refocus_system_spec.md](./screens/space/10_refocus_system_spec.md)
- [11_away_return_recovery_spec.md](./screens/space/11_away_return_recovery_spec.md)
- [13_space_intent_card_collapsed_expanded_spec.md](./screens/space/13_space_intent_card_collapsed_expanded_spec.md)
- `/stats`를 수정한다:
- [14_weekly_review_reframe_spec.md](./14_weekly_review_reframe_spec.md)
- [15_app_stats_entry_flow_spec.md](./15_app_stats_entry_flow_spec.md)
- [14_weekly_review_reframe_spec.md](./screens/stats/14_weekly_review_reframe_spec.md)
- [15_app_stats_entry_flow_spec.md](./screens/app/15_app_stats_entry_flow_spec.md)
- 지금 다음 작업이 뭔지 본다:
- [work.md](./work.md)
- [session_brief.md](./session_brief.md)