Skip to content

DEFAULT_REGISTRY_LANG

reference
1 min readUpdated

Kind: Constant

Source: atloria-monorepo/apps/api/src/docs-repo/sidecar.ts

B6 (docUuid, lang) registry keying — a PERSISTED-FORMAT MIGRATION done inside the parse path, not a rewrite of the ledger:

• lang === 'default' → the key is the BARE docUuid — byte-identical to every entry written before B6, so an existing ledger round-trips without a single changed key (no fabricated commit, no history churn). • any other lang → docUuid@<lang>. '@' is not a uuid character and not produced by any slug/scope, so the split is unambiguous; parseRegistryKey treats a key with no '@' as the legacy form (lang='default').

Was this page helpful?

Download as PDF