Skip to content

docs(api): '콘솔 API 키' → Deploy Key 표기 통일 (#190)#191

Merged
DaveDev42 merged 1 commit into
mainfrom
fix/terminology-190
Jun 11, 2026
Merged

docs(api): '콘솔 API 키' → Deploy Key 표기 통일 (#190)#191
DaveDev42 merged 1 commit into
mainfrom
fix/terminology-190

Conversation

@DaveDev42

Copy link
Copy Markdown
Contributor

요약

  • docs/api/api-keys.md 첫 설명 줄의 워크스페이스-scope의 콘솔 API 키워크스페이스-scope의 Deploy Key(콘솔 UI 표기: "API 키")로 정정
  • 같은 파일 하단(91번 줄)은 이미 Deploy Key를 쓰고 있어 동일 파일 내 혼용 상태였음 — 이번 정정으로 파일 내 표기 일관성 확보
  • repo 전체 grep 재탐색 결과, 노출 산문의 단독 API 키/콘솔 API 키 위반은 해당 1건뿐임을 확인
  • CLI flag --api-key, secret AITCC_API_KEY, JSON apiKey, 엔드포인트 제목 API Keys는 외부 인터페이스 예외로 변경 없음
  • 문서 전용 변경 — 소스 코드 무변경, changeset 불필요

검증

pnpm typecheck  # exit 0 (오류 없음)
pnpm lint       # Checked 110 files in 116ms. No fixes applied.

용어 정본 근거

meta/terminology.md Deploy Key 행 — 금지: "API 키 · 콘솔 API 키 (노출 산문 단독 사용)" / 콘솔 UI 인용은 "API 키"(콘솔 UI 표기) = Deploy Key 형태로 1회 정정(규칙 5).

Closes #190

api-keys.md 첫 설명 줄의 '워크스페이스-scope의 콘솔 API 키'를
'워크스페이스-scope의 Deploy Key(콘솔 UI 표기: "API 키")'로 정정.
같은 파일 하단은 이미 Deploy Key를 써 동일 파일 내 혼용 상태였음.
용어 정본(meta/terminology.md) 규칙 5 준수.

Closes #190
@DaveDev42 DaveDev42 merged commit ba79d26 into main Jun 11, 2026
1 check passed
@DaveDev42 DaveDev42 deleted the fix/terminology-190 branch June 11, 2026 18:01
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.

terminology 정합: '콘솔 API 키' → Deploy Key (동일 파일 내 혼용 해소)

1 participant