chore(repo): ADR-041 _archive/ 로컬 전용 전환 — git 추적 1856개 파일 정리 - #84
Merged
Merged
Conversation
_archive/(아카이브된 개발 사이클 기록 + wave-6 레거시 코드)를 .gitignore/ .dockerignore에 등재하고 git 추적에서 제거(로컬 보관은 유지, git 이력만 정리). Dockerfile의 COPY apps/ai-server/prompts 반영에 맞춰 .dockerignore docs 예외 주석 갱신. pnpm-lock.yaml 의존성 재해석 반영.
dhkim-kr
force-pushed
the
chore/repo-hygiene-archive-purge
branch
from
July 25, 2026 14:03
a516700 to
d75d326
Compare
This was referenced Jul 25, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
ADR-041에 따라 _archive/(아카이브된 개발 사이클 기록 + wave-6 레거시 코드)를 git 추적에서 제거하고
.gitignore/.dockerignore에 등재한다. 로컬 보관은 유지되며 git 이력에서만 정리된다.
관심사별 변경
File changes
검증
의존/머지 순서
독립적으로 언제든 병합 가능(다른 브랜치와 경로 충돌 없음, 순수 git 이력 정리). 머지 전 기존 open
PR #72(deploy/backend-integration-surface)의 .dockerignore 변경과 diff 충돌 여부 확인 필요.
2026-07-25 재중재 — Master c0622ce 리베이스
pnpm-lock.yaml충돌은 mobile(#81)이 자체 커밋으로 lockfile을 재생성하므로, 본 PR에서는 Master의lockfile을 그대로 채택(diff 드랍)했다 — 본 PR 자체는 어떤
package.json도 건드리지 않으므로lockfile 변경분을 가질 이유가 없다.
.env.example충돌은 실제로 발생하지 않았다(리베이스 시_archive/·.gitignore·.dockerignore외 다른 파일과의 충돌 없음).리베이스 결과 diff는 여전히
_archive/1858개 파일 삭제 +.gitignore/.dockerignore등재만포함(
pnpm-lock.yaml, 활성 코드 변경 없음). Platform CI/AI CI 모두 경로 필터(apps/api|mobile|web,apps/ai-server,docs/ai) 밖이라 이 브랜치에는 워크플로가 트리거되지 않는다(gh pr checks 84→"no checks reported",
statusCheckRollup길이 0으로 확인) — 실패가 아니라 CI 스코프 밖.