docs: update Korean README examples and wording - #4455
Open
NaruForge wants to merge 1 commit into
Open
Conversation
Contributor
|
| Filename | Overview |
|---|---|
| README.ko.md | Aligns Korean CLI examples and related projects with the English README while improving translation flow and punctuation. |
Reviews (1): Last reviewed commit: "docs: update Korean README examples and ..." | Re-trigger Greptile
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.
Linked issue
None.
Type of change
Reasoning
The Korean README still showed an older Codex model and omitted the remote working directory in its CLI example. It also listed a related project that is no longer in the English README. This updates those examples and the project list to match the English version, and smooths a few awkward Korean phrases for readers following the guide.
Goals
codex/gpt-5.5and the remote host's--cwdpath.paseo-skinsentry to match the English related-project list.Non-goals
QA
Checked locally on Windows:
README.md: exact match after excluding translated comments.paseo-skinslink was removed.git diff --check: passed.npm run build:server: passed.npm run typecheck: passed.npm run lint: 0 warnings, 0 errors.npm run format: completed; unrelated Windows symlink-file formatting changes were reverted.npm run format:check:files -- README.ko.md: passed.The example commands were compared as documentation, not executed. No application behavior changed, so no runtime tests were added or run. Markdown rendering has not been visually checked.
Checklist
npm run typecheckpassesnpm run lintpassesnpm run formatpasses