Dashboard › byk.github.io › Distillation
1539fda0-48bc-4b99-89d2-849c164b30aa["e53fcbfc8a8c9cd81afaae7a2407909d","1ded0c1b7af05a319e3565b49012a223"]
Date: Aug 5, 2026
<= maxBytes bytes.src/lib/standard-site.ts implementation defines RECORD_KEY_RE = /^[A-Za-z0-9._~:-]{1,512}$/ and documents site.standard.document/publication fields with maxSize: 1000000.src/pages/standard-site.json.ts includes an htmlToText(html: string) helper that normalizes whitespace before document generation.scripts/publish-standard-site.mjs reads dist/standard-site.json, uploads blobs through com.atproto.repo.uploadBlob, resolves the DID’s PDS, lists existing records with com.atproto.repo.listRecords, and verifies the .well-known publication URI against manifest.publication.uri.site.standard.document requires a deterministic 13-character TID. The available AT Protocol tooling and lexicon details are being checked before selecting a mapping that preserves stable links and publish idempotency.