docs: 에이전트 영문 미러 12개를 정본과 동기화 - #11
Merged
Merged
Conversation
mirror-sync 감사가 찾아낸 드리프트를 해소한다. 정본 agents/*.md는 플러그인 패키징(2db9167, 7/22)에서 "기준 문서 경로 (플러그인)" 절을 얻었는데, 영문 미러는 246ec25(7/3)이 마지막이라 그 절이 없었다. 미러만 보고 작업하면 에이전트가 상대경로로 reference/를 찾다 실패한다는 핵심 제약을 놓친다. - 12개 미러 전부에 "Reference document paths (plugin)" 절 추가 — 정본과 같은 자리(첫 절)이고, 12개 정본의 해당 절 본문이 서로 동일해 한 번 번역해 넣었다. 용어는 미러의 기존 표기를 따랐다(Evaluation Lead (orchestrator), evaluation officer) - 미러 머리말이 가리키던 옛 경로 `.claude/agents/…`를 현재 `agents/…`로 교정 (12개 전부 옛 경로였다) 절 수가 12쌍 모두 일치하고, scripts/check-mirror-sync.sh --audit이 통과한다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Merged
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.
무엇
PR #10에서 붙인
mirror-sync감사가 찾아낸 드리프트를 해소합니다.정본
agents/*.md는 플러그인 패키징(2db9167, 7/22)에서 "기준 문서 경로 (플러그인)" 절을 얻었는데, 영문 미러는246ec25(7/3)이 마지막이라 그 절이 없었습니다. 이 절은 단순 설명이 아니라 에이전트가 상대경로로reference/…를 못 찾는다는 핵심 제약과 그 대응(위임 프롬프트의 절대경로 사용, 못 받으면 추측 말고 요청)을 담고 있어서, 미러만 보고 작업하면 그대로 실패합니다.한 일
## Reference document paths (plugin)절 추가. 정본과 같은 자리(첫 절)이고, 12개 정본의 해당 절 본문이 서로 완전히 동일(해시 일치)해 한 번 번역해 넣었습니다. 용어는 미러의 기존 표기를 따랐습니다 — Evaluation Lead (orchestrator), evaluation officer.`.claude/agents/…`를 가리키고 있었습니다 →`agents/…`.검증
scripts/check-mirror-sync.sh --audit→ 통과 (직전까지 12건 실패)🤖 Generated with Claude Code