[Sub] Maximus CLI 사람이 읽는 출력 한국어 기본 전환#102
Merged
Merged
Conversation
0609657 to
45814eb
Compare
45814eb to
52cfcbb
Compare
Owner
Author
|
독립 fresh-session 리뷰 결과
참고: GitHub가 self-authored PR 정책으로 공식 request-changes review 제출을 거부해, 동일한 verdict를 PR comment로 게시합니다. |
52cfcbb to
87fc0b6
Compare
Owner
Author
|
독립 fresh-session 리뷰 결과 참고: GitHub가 self-authored PR 정책으로 공식 approve review 제출을 거부해, 동일한 verdict를 PR comment로 게시합니다.
Validation:
|
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.
배경
maximus audit/doctor/fix/help의 사람이 읽는 기본 출력(text/markdown/stderr/help)을 한국어 중심으로 전환합니다.--json/SARIF 스키마와 key 구조는 기존 호환성을 유지합니다.변경 사항
검증
cargo test -p maximus-cli --test cli_helpcargo test -p maximus-cli --test mvp_paritycargo test -p maximus-checks --test tsconfig_checkscargo test -p maximus-checks --test env_checksnpm test -- test/reference-parity.test.js test/tsconfig-patterns-cli.test.js test/json-output-contract.test.js test/doctor-report-contract.test.js test/output-path-overlap.test.js test/wrapper-runtime.test.js test/packed-wrapper-fallback.test.jscargo test -p maximus-cli --test config_and_filtering config_suppression_text_report_shows_nonzero_suppressed_countcargo test -p maximus-cli --test fix_selection_and_diffcargo test -p maximus-cli --test output_filecargo test -p maximus-clinode ./scripts/run-packed-wrapper-smoke.mjs /private/tmp/maximus-pr99-pack/pack.json ./test/fixtures/clean-project.env.example계약 누락/동적 env detail이 한국어로 렌더링되고No concrete value was found,Missing keys,append the missing keys원문이 남지 않음 확인fix --dry-run --difftext/markdown preview title이 한국어로 렌더링되고Append missing keys to .env.example원문이 남지 않음 확인cargo run -p maximus-cli -- audit test/fixtures/tsconfig-patterns/empty-include(exit 1 expected)cargo run -p maximus-cli -- doctor test/fixtures/tsconfig-patterns(exit 1 expected)git diff --check참고
fix --dry-run --diffpreview title 영어 누락을 수정하고 text/markdown diff smoke를 재실행했습니다.cargo fmt -p maximus-cli --check는 현재 PR에서 수정하지 않은crates/maximus-cli/src/report_diff.rs의 기존 포맷 차이로 실패합니다.브랜치 / 워크트리
codex/feat-99-korean-cli-output/private/tmp/maximus-pr99-korean-cli-output