perlsky is a Perl 5 implementation of an AT Protocol Personal Data Server.
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

Refresh conformance docs for suite splits

alice 232ab1a4 f36ce149

+5 -5
+4 -4
docs/ENDPOINT_CONFORMANCE.md
··· 40 40 - `com.atproto.sync.notifyOfUpdate` 41 41 Locally covered in `t/uncovered-endpoints.t`; not wired as a comparable public surface in the current official runtime. 42 42 - `com.atproto.admin.updateAccountSigningKey` 43 - Locally covered and aligned to lexicon-void response semantics; no matching official external endpoint wiring was found in the current reference build. 43 + Locally covered in `t/admin-account-surfaces.t` and aligned to lexicon-void response semantics; no matching official external endpoint wiring was found in the current reference build. 44 44 - `com.atproto.admin.searchAccounts` 45 - Implemented and tested locally; not exposed by the current official runtime. 45 + Implemented and tested locally in `t/admin-account-surfaces.t`; not exposed by the current official runtime. 46 46 - `com.atproto.sync.listReposByCollection` 47 - Present in the published lexicon and covered locally, but not exposed by the current official runtime. 47 + Present in the published lexicon and covered locally in `t/discovery-surfaces.t`, but not exposed by the current official runtime. 48 48 - `com.atproto.temp.*` 49 - `requestPhoneVerification`, `revokeAccountCredentials`, `checkSignupQueue`, `dereferenceScope`, and `fetchLabels` are locally covered but do not have a like-for-like official public comparison surface. 49 + `requestPhoneVerification`, `revokeAccountCredentials`, `checkSignupQueue`, `dereferenceScope`, and `fetchLabels` are locally covered in `t/temp-endpoints.t`, `t/extended-api.t`, and `t/external-surface.t`, but do not have a like-for-like official public comparison surface. 50 50 - local label RPCs 51 51 `com.atproto.label.queryLabels`, `subscribeLabels`, and `com.atproto.temp.fetchLabels` are verified locally; the official runtime does not provide a directly comparable local-labeler implementation. 52 52 - local appview emulation
+1 -1
docs/TEST_AUDIT.md
··· 13 13 The current baseline for saying "the audited suite is green" is: 14 14 15 15 - `prove -lr t` 16 - - latest full green result in the realigned Meridian worktree: `Files=48, Tests=3026` 16 + - latest full green result in the realigned Meridian worktree: `Files=54, Tests=3043` 17 17 - `prove -lv t/server-auth.t` 18 18 - `perl -c script/differential-validate` 19 19 - `PERLSKY_RUN_REFERENCE_DIFF=1 prove -lv t/reference-differential.t`