docs(db): operating-model 후속 — seed-from-prod 단축 + drift 사례 inline (#371)#379
Merged
thxforall merged 1 commit intoApr 30, 2026
Conversation
) #371 PR #375 의 operating-model.md 후속. 동시기 머지될 #372/#373/#377/#378 의 산출물을 진입점 문서에 cross-reference 한다. 변경: - 'dev → prod 동기화 (시드)' 섹션의 13줄 bash 블록을 `just seed-from-prod` (#377) 한 줄로 단축. 자세한 동작은 scripts/seed-from-prod.sh 로 위임. - drift 패턴 표의 'SeaORM 만 변경' 행에 `post_magazines.status='failed'` (#372) 사례 inline 인용 (commit 6351e7c, 2026-04-22 → 45 row → 2026-04-30 발견). nightly drift CI (#373) 도 같은 패턴 자동 감지로 안내. - '관련 문서' 표에 nightly drift CI (#373, #378) 와 PRD→dev 시드 스크립트 (#377) 추가. - 변경 이력에 후속 항목 기록. 검증: bun run wiki:lint 통과 (0 errors, 1 warning). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
#371 PR #375 의 operating-model.md 후속. 동시기 머지될 #372/#373/#377/#378 의 산출물을 진입점 문서에 cross-reference.
stacked on PR #375 — base 가 `feature/371-db-operating-model`. PR #375 머지되면 자동으로 base 가 dev 로 전환됨.
변경
의존
이 PR 은 다음 PR 들의 산출물을 cross-reference 한다. 모두 같은 `dev` 머지를 향한 stack 의 구성요소:
PR #375 만 머지되면 본 PR 도 dev 머지 가능 (본 문서가 link 한 #377/#378 산출물은 본 PR 머지 시점에 dev 에 없을 수 있으나, link 가 잠시 404 일 뿐 lint 는 통과).
검증
Test plan
🤖 Generated with Claude Code