Files
hanarang-dashboard/docs/references/repo-structure.md

21 lines
899 B
Markdown

# Repo Structure Reference
## 현재 표준
- 루트 문서: `README.md`, `ARCHITECTURE.md`, `AGENTS.md`
- 실행 문서: `.plans/`
- 장기 문서: `docs/`
## 문서 역할
- `.plans/OVERVIEW.md`: 현재 활성 Sprint/Hotfix와 전체 진행 개요
- `.plans/design/`: 시스템/도메인/페이지 디자인
- `.plans/sprints/`: Sprint 단위 실행 계획
- `.plans/hotfix/`: Hotfix 단위 실행 계획
- `.plans/qa/`: 다랑이 QA 결과와 체크리스트
- `.plans/deploy/`: 배포/롤백/운영 플로우
- `docs/product-specs/`: 제품 기능 정책과 IA
- `docs/references/`: 구조/규칙/참고 자료
## 호환성 메모
Sprint 014 이전 데이터는 일부가 `.qa/`, `.plans/sprints/HOTFIX-xxx.md`, `.openclaw/...` 기반이야.
이번 작업에서는 기존 데이터를 읽을 수 있게 유지하면서 신규 입력은 새 구조로 정렬하는 걸 기본 원칙으로 둬.