### 9.2 API surface verification

`verifyJpaApiSurface --rerun-tasks`가 통과했다.

이 task가 증명하는 것은 **public type names가 committed baseline과 동일하다**는 것이다. method semantics나 constructor invariant까지 ABI/API compatibility를 검증하는 것은 아니다.

### 9.3 app-bootstrap capability composition test

current repository composition은 별도 app-bootstrap test로 확인한다. 이 test는 현재 16개 capability와 default usable support 등을 검증하지만 public `CapabilitySupport`에 arbitrary external constraints가 들어오는 경우의 bound를 검증하는 test는 아니다.

## 10. API sub-scope findings backlog

### P2 — `SignedJsonCursorCodec` accepted encode domain과 decode domain 불일치

- **Observed:** 2046~2048-byte payload는 encode 성공 후 자기 token decode 실패.
