- `docs/` 를 .gitignore 에서 빼 git 추적 대상으로 전환 (위키·완료 이력·검증 기록) - `docs/raw/PLAN.md` · `docs/raw/OWNERS.md` 를 저장소 최상위로 이동 후 .gitignore 에 등록 — 창끼리 공유하되 저장소에는 안 올리는 장부 - 살아 있는 경로 참조 7개 파일 정정 (아카이브 107건은 그때 사실이라 그대로 둠) - graphify 날짜별 산출물(`docs/wiki/graphify-out/20*/`) 제외 — `graphify update` 가 다시 만듦 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1.1 KiB
1.1 KiB
type, status, page_id, related_pages, last_updated, source
| type | status | page_id | related_pages | last_updated | source | ||||
|---|---|---|---|---|---|---|---|---|---|
| page-dependencies | stable | B06_Section |
|
2026-07-19 | docs/raw/verification/2026-07-19_verify_종횡단_생성_B05_이관.md |
B06_Section — Dependencies
공유 의존성 정의는 dependencies에 둔다.
| 항목 | 위치 | 역할 |
|---|---|---|
| aiomysql | B06_Section_Repository.py:1 |
종횡단 Raw SQL 조회 및 확정 |
| Pydantic | B06_Section_Schema.py:5 |
조회 및 확정 요청/응답 검증 |
| FastAPI | B06_Section_Router.py:1 |
sections 조회/확정 API 라우터 |
공통 모듈
| 항목 | 위치 | 역할 |
|---|---|---|
common_util_workflow_state |
B06_Section_Router.py:29 |
stage 3 상태 전이 → workflow_state |
common_util_storage |
B06_Section_Repository.py:1 |
프로젝트 상대경로 해석 → storage_paths |
ui_template_workflow_layout |
B06_Section_UI_Page.ts:23 |
공통 workflow 화면 구성 |