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.

Ignore local reference source bundle

alice 4c8ca6e5 81fa8291

+11
+1
.gitignore
··· 25 25 .tools/ 26 26 .vendor/ 27 27 .cache/ 28 + tools/reference 28 29 tools/browser-automation/node_modules/
+10
docs/CODE_STRUCTURE.md
··· 108 108 4. only then move to the next slice 109 109 110 110 That is the safest way to keep simplifying the codebase without losing reference parity or label/moderation correctness. 111 + 112 + ## Local Reference Sources 113 + 114 + `tools/reference` is a local-only convenience bundle for source checkouts of the upstream Bluesky reference repos used during audits and parity work. 115 + 116 + - it is intentionally not tracked 117 + - it may contain nested `.git` directories 118 + - it should not be treated as production input or committed project content 119 + 120 + If you need those sources again on a fresh machine, reclone them locally instead of trying to recover them from this repo history.