### 17.1 P3 — Buf 수명주기 태스크 목록이 빌드와 대조되지 않는다. 테스트는 목록을 자기 자신과 비교한다

정책이 네 태스크 이름을 담고, javadoc 이 그 이유를 적는다.

> "Keeping the task names in the policy rather than only in a workflow file means **a missing stage
> is a test failure rather than a stage nobody noticed was gone.**"

그런데 그 네 이름은 저장소의 어떤 빌드 파일에도 없다.

```
$ grep -rn "bufFormatCheck\|bufLint\|bufBreaking" --include=*.gradle src/
(매치 없음)
```

그리고 테스트가 비교하는 대상이 실제 등록 태스크 집합이 아니다.
