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.

Document reference differential harness

alice 547d57ea 6c7efa01

+6
+6
README.md
··· 10 10 - The app is designed to run self-contained with SQLite and filesystem blob storage. 11 11 12 12 The immediate goal is a PDS that is pleasant to hack on and interoperable enough to be exercised with real AT Protocol clients and repo sync tooling. 13 + 14 + Reference differential validation: 15 + 16 + - Run `script/differential-validate` to compare `perlds` against the official published `@atproto/pds` on a focused set of account, repo, sync, and firehose behaviors. 17 + - The helper installs the reference runtime into `.tools/reference-runtime` with Node 20 via `fnm`. 18 + - Run `PERLDS_RUN_REFERENCE_DIFF=1 prove -lv t/reference-differential.t` to exercise the same harness from the test suite.