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

@@ -3,14 +3,14 @@
[Step 0: 컨텍스트 로드]
아래 파일을 먼저 읽고, 핵심 규칙/현재 상태/다음 작업을 10줄 내로 요약해라.
- docs/00_project_brief.md
- docs/01_ui_guidelines.md
- docs/02_arch_fsd_rules.md
- docs/03_routes_map.md
- docs/04_coding_rules.md
- docs/05_handoff_checklist.md
- docs/06_commit_convention.md
- docs/07_session_recovery.md
- docs/foundation/00_project_brief.md
- docs/foundation/01_ui_guidelines.md
- docs/foundation/02_arch_fsd_rules.md
- docs/foundation/03_routes_map.md
- docs/foundation/04_coding_rules.md
- docs/ops/05_handoff_checklist.md
- docs/foundation/06_commit_convention.md
- docs/ops/07_session_recovery.md
- docs/90_current_state.md
[Step 1: 현재 상태 점검]
@@ -30,5 +30,5 @@ docs/90_current_state.md의 “NEXT” 섹션에 적힌 우선순위 1번 작업
- docs/90_current_state.md를 업데이트해라:
- DONE / NEXT / RISKS / CHANGED FILES
- 필요하면 docs/01_ui_guidelines.md 또는 docs/02_arch_fsd_rules.md에 결정사항을 추가해라
- 필요하면 docs/foundation/01_ui_guidelines.md 또는 docs/foundation/02_arch_fsd_rules.md에 결정사항을 추가해라
- 변경사항이 합리적인 단위로 커밋될 수 있도록 커밋 메시지 초안을 제안해라