Task #71: 다국어 적용 smoke 검증과 migration guide 작성#78
Open
postmelee wants to merge 7 commits into
Open
Conversation
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.
요약
v0.2.0 -> v0.3.0migration guide, migration 작성 규칙, manifest availability 완료 표현을 정리했습니다.docs/localization-smoke.md,docs/migrations/v0.2.0-to-v0.3.0.md,templates/manifest.json의 다국어 적용 smoke 검증과 migration guide 작성 #71 완료 상태 표현을 먼저 확인하면 됩니다.변경 내역
en,ko,zh-CN신규 적용 dry-run baseline과 manifest localization 계약을 기록했습니다.v0.2.0 -> v0.3.0migration guide를 작성했습니다.영향 영역
docs/localization-smoke.md신규 작성docs/migrations/v0.2.0-to-v0.3.0.md,docs/migrations/README.mdunknownlocale,ko보존, locale 전환 승인 기준이 명확한지templates/manifest.json,test/cli-smoke.test.js작업 문서
핵심 리뷰 포인트
frunsupported locale이 실패나 조용한 fallback이 아니라supported: no와 fallback 후보로 보고되는지 확인해 주세요.locale미기록 저장소는 자동 한국어 추론이 아니라unknown으로 보고하고,ko보존 또는 전환은 별도 승인으로 분리했습니다.검증
자동 검증
npm testgit diff --check수동/시나리오 검증
init --locale en/ko/zh-CN --dry-run결과 확인update --dry-run,update --locale zh-CN --dry-run결과 확인grep -nE로 필수 섹션과 locale 근거 확인CI/원격 검증
PR 생성 전에는 원격 CI가 존재하지 않아 실행하지 않았습니다. PR 생성 후 GitHub Checks에서 확인합니다.
검증 한계
.hyper-waterfall/version.json쓰기는 수행하지 않았습니다.v0.3.0GitHub Release/tag, npm publish, Homebrew/Docker/plugin 배포는 별도 release task 범위입니다.관련 이슈
없음
후속 이슈 제안
v0.3.0release task에서 GitHub Release/tag, manifest version metadata, checksum, release notes 확정남은 리스크
templates/manifest.json의 version metadata와 checksum 상태는 실제v0.3.0release task에서 다시 확정해야 합니다.mydocs/working/과mydocs/report/기록에는 작성 당시 handoff 표현이 남아 있을 수 있습니다. 이번 PR은 현재 기준 문서와 사용자-facing 문서의 stale 표현 제거에 한정했습니다.