Skip to content

docs(ko-KR): sync outdated/missing sections with English README#1560

Closed
hjick wants to merge 1 commit intoaffaan-m:mainfrom
hjick:docs/sync-ko-KR-v1.10
Closed

docs(ko-KR): sync outdated/missing sections with English README#1560
hjick wants to merge 1 commit intoaffaan-m:mainfrom
hjick:docs/sync-ko-KR-v1.10

Conversation

@hjick
Copy link
Copy Markdown

@hjick hjick commented Apr 23, 2026

Summary

Brings the Korean docs/ko-KR/README.md closer to the current English README by inserting new or outdated sections while preserving existing Korean wording where it was still accurate. No unrelated rewrites.

Addresses the mismatch flagged in #1549 — the Korean doc's Quick Start used the deprecated install command and was missing the Naming / Migration Note that explains why the live plugin namespace is /everything-claude-code: rather than /ecc:.

What changed

What's New

  • Added v1.10.0 (Apr 2026) changelog entry — dashboard GUI, surface sync, operator/outbound workflows, ECC 2.0 alpha
  • Added v1.9.0 (Mar 2026) changelog entry — selective install, 6 new agents, 12-language ecosystem

Quick Start

  • Step 1: updated /plugin install everything-claude-code/plugin install everything-claude-code@everything-claude-code
  • New subsection: 네이밍 + 마이그레이션 참고 — explains the three public identifiers (repo / marketplace-plugin / npm) and why they differ
  • Step 3: component counts updated 16 agents / 65 skills / 40 commands48 agents / 183 skills / 79 legacy command shims, plus the "skills are the primary workflow surface" framing from the English README
  • New subsection: 대시보드 GUI (Tkinter) with launch commands and feature list
  • New subsection: 멀티 모델 커맨드는 별도 설정 필요ccg-workflow runtime warning for multi-* commands

Scope intentionally limited

Existing Korean paragraphs were preserved verbatim; this PR only inserts missing content and corrects factual mismatches (command syntax, component counts). No restructuring of working sections.

Other English-only sections still missing from the Korean doc (Cursor IDE Support, Codex macOS App + CLI Support, OpenCode Support, Cross-Tool Feature Parity, Background, Community Projects) are larger, standalone translations — happy to send those as follow-up PRs once this approach is acceptable.

Test plan

  • Markdown renders on GitHub preview
  • All relative links (../../assets, ../../docs, ../../rules/README.md) resolve from docs/ko-KR/
  • No existing Korean sentences reworded
  • Preserves existing terminology (에이전트, 스킬, 훅, 플러그인, 마켓플레이스, 직관/instinct)
  • Diff is +71 / -3 lines, additive

Notes

Translation style matches the existing docs/ko-KR/README.md register (mixed loan-word technical Korean). Code blocks, URLs, and command names left in English per existing file convention.

Summary by CodeRabbit

  • Documentation
    • Added release notes for v1.10.0 and v1.9.0 with new feature highlights
    • Updated quick-start installation instructions with standardized marketplace identifier
    • Clarified usage guidance for skills as default workflow with legacy command support
    • Added instructions for launching the dashboard and configuring multi-workflow runtime

Summary by cubic

Syncs docs/ko-KR/README.md with the English README by fixing the Quick Start install command, adding v1.10.0/v1.9.0 changelog entries, and inserting missing sections (naming/migration note, Dashboard GUI, multi‑model warning). This replaces outdated guidance and updates counts to 48 agents, 183 skills, and 79 legacy command shims.

  • Migration
    • Use /plugin install everything-claude-code@everything-claude-code (old shorthand is deprecated).
    • Naming: repo affaan-m/everything-claude-code, marketplace everything-claude-code@everything-claude-code, npm ecc-universal.
    • multi-* commands require ccg-workflow (npx ccg-workflow) to run.
    • Skills are the primary workflow surface; legacy slash commands remain available.
    • Optional: launch the Dashboard GUI via npm run dashboard or python3 ./ecc_dashboard.py.

Written for commit f63915f. Summary will update on new commits.

기존 번역 문구는 유지하고, 영어 README에만 있던 새 섹션을 삽입:

- What's New: v1.10.0(2026-04), v1.9.0(2026-03) changelog 추가
- Quick Start Step 1: `/plugin install` 명령을 정식 네임스페이스
  (`everything-claude-code@everything-claude-code`)로 수정
- Quick Start 신규 섹션: "네이밍 + 마이그레이션 참고" — `/ecc:` 네임스페이스
  와 세 공개 식별자(repo/marketplace/npm)의 관계 설명
- Quick Start Step 3: 컴포넌트 수 업데이트 (16/65/40 → 48/183/79 legacy
  command shim) 및 "skills가 primary workflow surface" 맥락 추가
- Quick Start 신규 섹션: "대시보드 GUI" (Tkinter)
- Quick Start 신규 섹션: "멀티 모델 커맨드는 별도 설정 필요" warning

이외 섹션(Cursor/Codex/OpenCode/Cross-Tool Feature Parity/Background/
Community Projects)도 영어에는 존재하지만 큰 새 섹션이라 이 PR에서는 제외
— 기존 번역 보존 원칙에 따라 메인테이너 검토 후 후속 PR로 제안.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 23, 2026

📝 Walkthrough

Walkthrough

Korean README documentation expanded with v1.10.0 and v1.9.0 release entries, updated quick-start installation instructions using marketplace identifiers, clarified skills-first workflow as default, and added sections for dashboard launch and multi-* command runtime requirements.

Changes

Cohort / File(s) Summary
Korean README Documentation
docs/ko-KR/README.md
Expanded release notes for v1.10.0 (Tkinter dashboard, ECC 2.0 alpha, platform additions) and v1.9.0 (installation pipeline, agents/skills, orchestration fixes); updated quick-start to use marketplace identifier (everything-claude-code@everything-claude); clarified skills as primary workflow while noting legacy command compatibility; added dashboard launch instructions and multi-* command runtime initialization guidance.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • PR #1291: Updates localized README documentation with synchronized install flows, marketplace identifier usage, skills-first workflow promotion, and multi-* command compatibility changes.

Poem

🐰 The docs now bloom in Korean tongue,
v1.10 and v1.9 proudly sung!
Marketplace flows and skills take flight,
Dashboard dashingly comes to light. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: syncing the Korean README with English version by updating outdated sections and adding missing content like v1.10.0/v1.9.0 changelog entries, updated install commands, and new dashboard/migration sections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 23, 2026

Greptile Summary

This PR syncs the Korean docs/ko-KR/README.md with the current English README by inserting two missing changelog entries (v1.9.0 and v1.10.0), correcting the deprecated plugin install command, adding the Naming + Migration Note subsection, updating component counts, and adding Dashboard GUI and multi-model command sections. All inserted content is additive; existing Korean paragraphs are untouched. Factual figures (component counts, command identifiers, and catalog numbers) match the English source.

Confidence Score: 5/5

Safe to merge — documentation-only, additive change with no logic, code, or configuration modifications.

All factual values (component counts, plugin identifiers, command syntax) exactly match the English README source. The diff is purely additive (+71/-3 lines) and the three removed lines are just the old, now-corrected content. No code, logic, links, or data is broken.

No files require special attention.

Important Files Changed

Filename Overview
docs/ko-KR/README.md Additive sync of Korean README with English README: adds v1.9.0 and v1.10.0 changelogs, corrects plugin install command, adds Naming/Migration Note, updates component counts (16/65/40 → 48/183/79), and adds Dashboard GUI and multi-model command sections. All factual values match the English source.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[사용자 시작] --> B[Step 1: 플러그인 설치\n/plugin install everything-claude-code@everything-claude-code]
    B --> C{네이밍 + 마이그레이션 참고\n3가지 공개 식별자}
    C --> D[Step 2: 룰 설치\n./install.sh typescript]
    D --> E[Step 3: 사용 시작\n/ecc:plan ...]
    E --> F{추가 기능?}
    F -->|대시보드| G[npm run dashboard\n또는 python3 ecc_dashboard.py]
    F -->|멀티 모델| H[npx ccg-workflow 초기화 필요\nmulti-* 커맨드 활성화]
    F -->|기본 사용| I[48 에이전트 / 183 스킬 / 79 레거시 커맨드 shim]
Loading

Reviews (1): Last reviewed commit: "docs(ko-KR): v1.10 영어 README와 outdated 섹..." | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/ko-KR/README.md`:
- Line 190: The README contains conflicting component counts (the "48/183/79"
and "38/156/72" occurrences) that also disagree with the public metadata in
plugin.json; pick one authoritative source of truth (e.g., the plugin.json
metadata) and update all occurrences in the README so the three numbers are
identical everywhere (replace the mismatched "48/183/79" and "38/156/72"
instances with the chosen canonical counts), and verify any adjacent text or
badges reflect the same values.
- Around line 142-154: The install command wording is inconsistent: replace the
old short alias command `/plugin install everything-claude-code` with the
standardized identifier `/plugin install
everything-claude-code@everything-claude-code` so the README uses the same
install token everywhere; search for occurrences of `everything-claude-code` and
update the install instruction in the installation section (and any other
`/plugin install ...` examples) to use
`everything-claude-code@everything-claude-code`.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 03cf4f0a-3233-4aef-a4f6-1ead6768034d

📥 Commits

Reviewing files that changed from the base of the PR and between 4e66b28 and f63915f.

📒 Files selected for processing (1)
  • docs/ko-KR/README.md

Comment thread docs/ko-KR/README.md
Comment on lines +142 to +154
/plugin install everything-claude-code@everything-claude-code
```

### 네이밍 + 마이그레이션 참고

ECC에는 이제 세 가지 공개 식별자가 있으며, 서로 호환되지 않습니다:

- GitHub 원본 저장소: `affaan-m/everything-claude-code`
- Claude 마켓플레이스/플러그인 식별자: `everything-claude-code@everything-claude-code`
- npm 패키지: `ecc-universal`

이는 의도된 것입니다. Anthropic 마켓플레이스/플러그인 설치는 표준 플러그인 식별자를 키로 사용하므로, ECC는 리스팅 이름·`/plugin install`·`/plugin list`·리포 문서를 하나의 공개 설치 서피스로 맞추기 위해 `everything-claude-code@everything-claude-code`를 표준화했습니다. 예전 게시글에는 옛 짧은 별칭이 남아 있을 수 있으나, 그 약칭은 더 이상 사용되지 않습니다. 별개로 npm 패키지는 `ecc-universal` 그대로 유지되어 있어, npm 설치와 마켓플레이스 설치는 의도적으로 다른 이름을 사용합니다.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

설치 명령 표기가 문서 내에서 아직 일관되지 않습니다.

여기서는 새 식별자(everything-claude-code@everything-claude-code)로 정리됐지만, 같은 파일의 설치 섹션(Line 430)은 여전히 구형 명령(/plugin install everything-claude-code)을 안내합니다. 한 문서 안에서 표기를 통일해 주세요.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/ko-KR/README.md` around lines 142 - 154, The install command wording is
inconsistent: replace the old short alias command `/plugin install
everything-claude-code` with the standardized identifier `/plugin install
everything-claude-code@everything-claude-code` so the README uses the same
install token everywhere; search for occurrences of `everything-claude-code` and
update the install instruction in the installation section (and any other
`/plugin install ...` examples) to use
`everything-claude-code@everything-claude-code`.

Comment thread docs/ko-KR/README.md
```

**끝!** 이제 16개 에이전트, 65개 스킬, 40개 커맨드를 사용할 수 있습니다.
**끝!** 이제 48개 에이전트, 183개 스킬, 79개 legacy 커맨드 shim에 접근할 수 있습니다.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

컴포넌트 수치가 같은 문서 안에서 충돌합니다.

Line 190의 48/183/79는 같은 파일 Line 80의 38/156/72.claude-plugin/plugin.json:1-27의 공개 메타데이터와 불일치합니다. 하나의 기준 수치로 통일이 필요합니다.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/ko-KR/README.md` at line 190, The README contains conflicting component
counts (the "48/183/79" and "38/156/72" occurrences) that also disagree with the
public metadata in plugin.json; pick one authoritative source of truth (e.g.,
the plugin.json metadata) and update all occurrences in the README so the three
numbers are identical everywhere (replace the mismatched "48/183/79" and
"38/156/72" instances with the chosen canonical counts), and verify any adjacent
text or badges reflect the same values.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 issues found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="docs/ko-KR/README.md">

<violation number="1" location="docs/ko-KR/README.md:153">
P2: 새로 추가된 마이그레이션 문구가 기존 설치 섹션의 짧은 플러그인 식별자 사용과 충돌해 문서 내 설치 지침이 모순됩니다.</violation>

<violation number="2" location="docs/ko-KR/README.md:215">
P2: Docs instruct unpinned execution of an external `npx` package (`ccg-workflow`), creating a supply-chain risk and non-deterministic setup path.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread docs/ko-KR/README.md
- Claude 마켓플레이스/플러그인 식별자: `everything-claude-code@everything-claude-code`
- npm 패키지: `ecc-universal`

이는 의도된 것입니다. Anthropic 마켓플레이스/플러그인 설치는 표준 플러그인 식별자를 키로 사용하므로, ECC는 리스팅 이름·`/plugin install`·`/plugin list`·리포 문서를 하나의 공개 설치 서피스로 맞추기 위해 `everything-claude-code@everything-claude-code`를 표준화했습니다. 예전 게시글에는 옛 짧은 별칭이 남아 있을 수 있으나, 그 약칭은 더 이상 사용되지 않습니다. 별개로 npm 패키지는 `ecc-universal` 그대로 유지되어 있어, npm 설치와 마켓플레이스 설치는 의도적으로 다른 이름을 사용합니다.
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: 새로 추가된 마이그레이션 문구가 기존 설치 섹션의 짧은 플러그인 식별자 사용과 충돌해 문서 내 설치 지침이 모순됩니다.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/ko-KR/README.md, line 153:

<comment>새로 추가된 마이그레이션 문구가 기존 설치 섹션의 짧은 플러그인 식별자 사용과 충돌해 문서 내 설치 지침이 모순됩니다.</comment>

<file context>
@@ -110,14 +132,26 @@
+- Claude 마켓플레이스/플러그인 식별자: `everything-claude-code@everything-claude-code`
+- npm 패키지: `ecc-universal`
+
+이는 의도된 것입니다. Anthropic 마켓플레이스/플러그인 설치는 표준 플러그인 식별자를 키로 사용하므로, ECC는 리스팅 이름·`/plugin install`·`/plugin list`·리포 문서를 하나의 공개 설치 서피스로 맞추기 위해 `everything-claude-code@everything-claude-code`를 표준화했습니다. 예전 게시글에는 옛 짧은 별칭이 남아 있을 수 있으나, 그 약칭은 더 이상 사용되지 않습니다. 별개로 npm 패키지는 `ecc-universal` 그대로 유지되어 있어, npm 설치와 마켓플레이스 설치는 의도적으로 다른 이름을 사용합니다.
+
 ### 2단계: 룰 설치 (필수)
</file context>
Fix with Cubic

Comment thread docs/ko-KR/README.md
>
> `/multi-plan`, `/multi-execute`, `/multi-backend`, `/multi-frontend`, `/multi-workflow`를 사용하려면 `ccg-workflow` 런타임도 함께 설치해야 합니다.
>
> `npx ccg-workflow`로 초기화하세요.
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Docs instruct unpinned execution of an external npx package (ccg-workflow), creating a supply-chain risk and non-deterministic setup path.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/ko-KR/README.md, line 215:

<comment>Docs instruct unpinned execution of an external `npx` package (`ccg-workflow`), creating a supply-chain risk and non-deterministic setup path.</comment>

<file context>
@@ -150,7 +187,38 @@ cd everything-claude-code
+>
+> `/multi-plan`, `/multi-execute`, `/multi-backend`, `/multi-frontend`, `/multi-workflow`를 사용하려면 `ccg-workflow` 런타임도 함께 설치해야 합니다.
+>
+> `npx ccg-workflow`로 초기화하세요.
+>
+> 이 런타임은 해당 커맨드들이 기대하는 외부 의존성을 제공합니다:
</file context>
Fix with Cubic

@affaan-m
Copy link
Copy Markdown
Owner

Thanks for the PR. This has been idle for a while and is not merge-ready against the moving main branch, so I am closing it to keep the queue tractable. Reopen is welcome with a current rebase and focused scope; maintainers may also port the useful parts into a fresh PR where appropriate.

@affaan-m affaan-m closed this May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants