···116116Current suite counts by bucket:
117117118118- `direct reference differential`: `5`
119119-- `audited local regression`: `35`
119119+- `audited local regression`: `36`
120120- `local correctness/infrastructure`: `13`
121121122122| Test file | Bucket | Current note |
···125125| `t/api-util.t` | audited local regression | helper semantics, cursor validation, service-auth helper behavior |
126126| `t/app-routes.t` | local correctness/infrastructure | app route exposure and startup wiring smoke |
127127| `t/app.t` | audited local regression | application bootstrap plus malformed-handle rejection and startup hardening |
128128+| `t/admin-account-surfaces.t` | audited local regression | isolated admin account-maintenance coverage for handle/email/password/signing-key/send-email/subject-status behaviors |
128129| `t/account-migration-auth.t` | audited local regression | explicit-`did` account creation requires authenticated migration service-auth and preserves remote DID-doc state while starting deactivated |
129130| `t/auth-jwt.t` | local correctness/infrastructure | JWT signing and validation behavior |
130131| `t/browser-smoke.t` | local correctness/infrastructure | optional browser-driven end-to-end wrapper |
···173174| `t/store-sqlite.t` | audited local regression | store-level session, invite, label, and repo persistence behavior |
174175| `t/temp-endpoints.t` | audited local regression | isolated local coverage for `com.atproto.temp.*` semantics and admin credential revocation behavior |
175176| `t/tid-repair.t` | local correctness/infrastructure | TID repair and recovery helpers |
176176-| `t/uncovered-endpoints.t` | audited local regression | intentionally mixed catch-all for admin/temp/sync/local-policy edges that are easy to miss elsewhere; useful coverage, but one of the least reference-pure suites in the tree |
177177+| `t/uncovered-endpoints.t` | audited local regression | now a very small pragmatic safety-net for `describeRepo` correctness and crawler host notification/status edges that still do not have a better thematic home |
177178178179### Broad Mixed Suites
179180···183184 Carries real conformance value for `applyWrites`, blob/sync flows, and moderation/label visibility, but it still mixes those with some local product behavior such as label fetch/query smoke and invite/account flows.
184185- `t/external-surface.t`
185186 Carries strong external-surface coverage for repo export, blob access, account-status behavior, and label visibility. It is cleaner after moving discovery-specific checks into `t/discovery-surfaces.t`, but still remains broader than a single-endpoint conformance file.
186186-- `t/import-repo.t`
187187- Is close to a clean conformance suite, but still includes the local `accepting_imports` gate in the same file.
188187- `t/uncovered-endpoints.t`
189189- Exists specifically to stop lesser-used local endpoints from falling out of coverage; it is narrower now that both the self-contained `com.atproto.temp.*` checks and invite-management block have moved into dedicated suites, but it should still be read as a pragmatic safety net, not as a pure reference-alignment suite.
188188+ Exists specifically to stop a few lesser-used local endpoints from falling out of coverage; it is much narrower now that the temp, invite, and admin-account blocks have moved into dedicated suites, but it should still be read as a pragmatic safety net, not as a pure reference-alignment suite.
190189191190## What This Audit Does Not Yet Claim
192191···2092084. decide whether to tighten admin auth to reference semantics or document the bearer shortcut as a permanent extension
2102095. keep local testing-only toggles, like the email-confirmation bypass, pinned in focused suites instead of letting broad mixed suites depend on them implicitly
2112106. keep narrowing the local `ServiceProxy` surface until every locally answered `app.bsky.*` field is either authoritative or explicitly documented as a local-only extension
212212-7. keep documenting broad suites like `t/extended-api.t`, `t/external-surface.t`, and `t/import-repo.t` as mixed conformance-plus-product coverage rather than over-claiming that every assertion is a pure reference check
211211+7. keep documenting broad suites like `t/extended-api.t`, `t/external-surface.t`, and `t/uncovered-endpoints.t` as mixed conformance-plus-product coverage rather than over-claiming that every assertion is a pure reference check
213212214213## Practical Reading Of The Current Status
215214