- analysis/·source-index·state.json 을 final/document.md 제2부·제3부로 접었다. SSOT 는 하나다 - 파일럿 — commit-ambiguity-as-a-result 를 새 기준으로 재선별. 후보 14 → 글감 5 (PROMOTE 5 · MERGE_INTO 3 · KEEP_IN_SSOT 4 · 보류 2). 기록 5건을 다시 썼고 그림 1개를 techviz 로 만들었다 - 재선별이 잡은 것: 제1부 §6.2·§11.1 이 자기 §13.2 와 어긋나 있었다(레인을 안 돌렸다 vs 돌렸다) — 정정. 이미 답이 나와 있던 Question 을 HEAD 재실행 질문으로 다시 세웠다. Concept 이 인용한 코드가 SSOT 에 없어 뺐다 - candidateScope·sourceRepository 기록. 나머지 43개 주제는 재선별 대기(PENDING 905) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
47 lines
1.9 KiB
Markdown
47 lines
1.9 KiB
Markdown
---
|
|
kind: CONCEPT
|
|
slug: grpc-testkit-c01
|
|
title: 런북을 나중에 쓰면 처음 만나는 사람이 새벽에 알아내야 한다
|
|
topic: state-machines-and-ownership
|
|
project: clean-architecture-backend-template
|
|
status: 게시 전
|
|
sourceRevision: 21234e38cdb9a926cbc92bb97a2aee2e4a7d2916
|
|
rootTreeNode: concept:grpc-testkit-c01
|
|
evidenceCapturedOn: 2026-09-01
|
|
assets:
|
|
- key: grpc-testkit-c01
|
|
file: ../../../final/evidence/rendered/grpc-testkit-c01.svg
|
|
evidence:
|
|
- ../../../final/evidence/raw/grpc-testkit-c01.txt
|
|
source:
|
|
- 원본 분석 절은 final/document.md#a20-grpc-testkit#L102 이다.
|
|
module: grpc-testkit
|
|
---
|
|
|
|
# 런북을 나중에 쓰면 처음 만나는 사람이 새벽에 알아내야 한다
|
|
|
|
릴리스 게이트가 문서 부재를 차단 사유로 삼는다. 차단 사유가 다섯 갈래다.
|
|
|
|
## 본문
|
|
|
|
<!-- body:start -->
|
|
|
|
릴리스 게이트가 문서 부재를 차단 사유로 삼는 근거가 적혀 있다.
|
|
|
|
> "A platform whose failure modes are `COMPLETION_UNKNOWN` and a stream that needs a full resync is a platform whose on-call has to be told what to do about them; shipping the behaviour and writing the runbook afterwards means the first person to meet it is the one who has to work it out at three in the morning."
|
|
|
|
## 차단 사유 다섯 갈래
|
|
|
|
호환성 표의 누락 결과, 생산되지 않은 증거 등급, 스키마 발행 거부, 런북 부재, 결정 기록 부재, 지원 표 부재.
|
|
|
|
## 이 기록이 다루는 파일 범위
|
|
|
|
:::evidence key="grpc-testkit-c01" alt="코드베이스에서 파일 목록을 만든 출력 25줄. 이 기록이 다루는 범위가 그 목록이다." caption="코드베이스 파일 목록 — 25줄 · exit 0" zoom="true"
|
|
:::
|
|
|
|
## 거절 메시지가 담는 것
|
|
|
|
`requireCertified` 는 능력이 이번 릴리스가 낸 증거로 인증되지 않으면 던지고, 메시지에 실제로 돈 등급을 나열한다.
|
|
|
|
<!-- body:end -->
|