docs: [종합정비] 구조 재편 — Phase 0+2+4 통합

- Phase 0: INDEX.md 전면 재작성, CLAUDE.md→INDEX.md 통합 삭제
- Phase 0: front/→guides/ 이관(5개 파일), changes/ D7 포맷 통일(3개)
- Phase 0: guides/ai-config-설정.md→ai-config-settings.md D3 통일
- Phase 2: architecture/+specs/→system/ 이관(6개 이동, 4개 폐기)
- Phase 2: 13개 파일 경로 참조 수정 (specs/→system/, architecture/→system/)
- Phase 4: 7개 파일 11개 교차참조 깨진 링크 수정

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 18:03:04 +09:00
parent 252cc00cda
commit 0ace50b006
46 changed files with 283 additions and 8035 deletions

View File

@@ -206,7 +206,7 @@ SAM/
├── CURRENT_WORKS.md # 현재 작업 현황
└── docs/ # 상세 문서
├── architecture/ # 시스템 아키텍처
├── system/ # 시스템 현황 (아키텍처, DB, 인프라)
├── standards/ # 개발 표준
├── quickstart/ # 빠른 시작 가이드
└── mes/ # MES/ERP 프로젝트 문서
@@ -229,13 +229,13 @@ SAM/
| 주제 | 문서 |
|------|------|
| **프로젝트 개요** | [`CLAUDE.md`](../../CLAUDE.md) |
| **현재 작업** | [`CURRENT_WORKS.md`](../../CURRENT_WORKS.md) |
| **현재 작업** | [`CURRENT_WORKS.md`](../CURRENT_WORKS.md) |
| **API 규칙** | [`docs/standards/api-rules.md`](../standards/api-rules.md) |
| **개발 명령어** | [`docs/quickstart/dev-commands.md`](./dev-commands.md) |
| **품질 체크리스트** | [`docs/standards/quality-checklist.md`](../standards/quality-checklist.md) |
| **Git 규칙** | [`docs/standards/git-conventions.md`](../standards/git-conventions.md) |
| **DB 스키마** | [`docs/architecture/database-schema.md`](../architecture/database-schema.md) |
| **MES 프로젝트** | [`docs/mes/README.md`](../mes/README.md) |
| **DB 스키마** | [`docs/system/database/README.md`](../system/database/README.md) |
| **MES 프로젝트** | [`docs/projects/mes/README.md`](../projects/mes/README.md) |
---