docs(adr): mark ADR 0003 (config sync) Accepted#56
Merged
Conversation
All implementation PRs have merged: export/import (#53), prod fail-fast gating (#54), mirror mode + opt-in user sync (#55), and the admin-ui "Config Sync" page (devslab-kit-admin-ui #20). Flip the status to Accepted (item 6 of the plan) and record the PRs; the standalone how-to guide is the remaining piece. Both language files.
jlc488
added a commit
that referenced
this pull request
Jun 3, 2026
Prepares the 0.4.0 doc surfaces for the config-sync feature (ADR 0003, shipped in #53–#56): - CHANGELOG.md/.ko.md: 0.4.0 entry (export/import, merge/mirror, dry-run, opt-in user sync, prod fail-fast). - README.md/.ko.md: bump install coordinates to 0.4.0 + a "Config sync" feature row. - docs: bump install/configuration coordinates to 0.4.0; add a config-sync card to the home page; a new "Config Sync" guide (en/ko) wired into the mkdocs nav + ko nav translation; note it under the roadmap's shipped list. Docs only; `mkdocs build --strict` passes.
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.
Flips ADR 0003 (platform config sync) from Proposed to Accepted now that every implementation PR has merged:
mirrormode + opt-in user sync (feat(admin): config-sync mirror mode + opt-in user sync (ADR 0003, PR 4) #55)Records the PRs in the header + plan, and notes the one remaining item from the plan: the standalone how-to guide ("promote platform config across environments"). Docs only — both
.mdand.ko.md.ADR 0003(플랫폼 설정 동기화)을 모든 구현 PR 머지 완료에 따라 제안됨 → 채택됨으로 전환합니다(#53 export/import, #54 게이팅+운영 fail-fast, #55 mirror+사용자 동기화, admin-ui #20 페이지). 헤더·계획에 PR 기록, 남은 작업(how-to 가이드) 명시. 문서만,
.md/.ko.md양쪽.